@@ -16,10 +16,13 @@ require (
16
16
github.com/gobuffalo/validate/v3 v3.3.3
17
17
github.com/gobuffalo/x v0.1.0
18
18
github.com/gofrs/uuid v4.4.0+incompatible
19
+ github.com/golang-jwt/jwt/v5 v5.2.1
19
20
github.com/m-cmp/mc-iam-manager v0.2.10
20
21
github.com/opentracing/opentracing-go v1.2.0
21
22
github.com/rs/cors v1.11.0
22
23
github.com/spf13/viper v1.19.0
24
+ golang.org/x/crypto v0.26.0
25
+ gopkg.in/yaml.v2 v2.4.0
23
26
)
24
27
25
28
require (
@@ -46,7 +49,6 @@ require (
46
49
github.com/gobuffalo/refresh v1.13.3 // indirect
47
50
github.com/gobuffalo/tags/v3 v3.1.4 // indirect
48
51
github.com/goccy/go-json v0.10.3 // indirect
49
- github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
50
52
github.com/gorilla/css v1.0.1 // indirect
51
53
github.com/gorilla/handlers v1.5.2 // indirect
52
54
github.com/gorilla/mux v1.8.1 // indirect
@@ -99,7 +101,6 @@ require (
99
101
github.com/subosito/gotenv v1.6.0 // indirect
100
102
go.uber.org/atomic v1.9.0 // indirect
101
103
go.uber.org/multierr v1.9.0 // indirect
102
- golang.org/x/crypto v0.26.0 // indirect
103
104
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
104
105
golang.org/x/mod v0.18.0 // indirect
105
106
golang.org/x/net v0.26.0 // indirect
@@ -109,6 +110,5 @@ require (
109
110
golang.org/x/text v0.17.0 // indirect
110
111
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
111
112
gopkg.in/ini.v1 v1.67.0 // indirect
112
- gopkg.in/yaml.v2 v2.4.0 // indirect
113
113
gopkg.in/yaml.v3 v3.0.1 // indirect
114
114
)
0 commit comments