module test_sever go 1.23.2 require ( github.com/1f349/mjwt v0.4.1 github.com/golang-jwt/jwt/v4 v4.5.0 github.com/google/uuid v1.6.0 github.com/rs/cors v1.11.1 ) require ( github.com/becheran/wildmatch-go v1.0.0 // indirect github.com/1f349/rsa-helper v0.0.2 // indirect github.com/go-jose/go-jose/v4 v4.0.4 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/spf13/afero v1.11.0 // indirect golang.org/x/crypto v0.25.0 // indirect golang.org/x/sync v0.7.0 // indirect golang.org/x/text v0.16.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )