@@ -8,20 +8,44 @@ require (
8
8
)
9
9
10
10
require (
11
+ github.com/dgrijalva/jwt-go v3.2.0+incompatible
12
+ github.com/go-playground/universal-translator v0.17.0
13
+ github.com/go-playground/validator/v10 v10.4.1
14
+ github.com/golang-jwt/jwt v3.2.2+incompatible
15
+ github.com/spf13/viper v1.10.1
16
+ google.golang.org/grpc v1.43.0
17
+ google.golang.org/protobuf v1.27.1
18
+ )
19
+
20
+ require (
21
+ github.com/fsnotify/fsnotify v1.5.1 // indirect
11
22
github.com/gin-contrib/sse v0.1.0 // indirect
12
23
github.com/go-playground/locales v0.13.0 // indirect
13
- github.com/go-playground/universal-translator v0.17.0 // indirect
14
- github.com/go-playground/validator/v10 v10.4.1 // indirect
15
- github.com/golang/protobuf v1.3.3 // indirect
16
- github.com/json-iterator/go v1.1.9 // indirect
24
+ github.com/golang/protobuf v1.5.2 // indirect
25
+ github.com/hashicorp/hcl v1.0.0 // indirect
26
+ github.com/json-iterator/go v1.1.12 // indirect
27
+ github.com/kr/pretty v0.2.0 // indirect
17
28
github.com/leodido/go-urn v1.2.0 // indirect
18
- github.com/mattn/go-isatty v0.0.12 // indirect
19
- github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
20
- github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
29
+ github.com/magiconair/properties v1.8.5 // indirect
30
+ github.com/mattn/go-isatty v0.0.14 // indirect
31
+ github.com/mitchellh/mapstructure v1.4.3 // indirect
32
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
33
+ github.com/modern-go/reflect2 v1.0.2 // indirect
34
+ github.com/pelletier/go-toml v1.9.4 // indirect
35
+ github.com/spf13/afero v1.6.0 // indirect
36
+ github.com/spf13/cast v1.4.1 // indirect
37
+ github.com/spf13/jwalterweatherman v1.1.0 // indirect
38
+ github.com/spf13/pflag v1.0.5 // indirect
39
+ github.com/subosito/gotenv v1.2.0 // indirect
21
40
github.com/ugorji/go/codec v1.1.7 // indirect
22
41
go.uber.org/atomic v1.7.0 // indirect
23
42
go.uber.org/multierr v1.6.0 // indirect
24
- golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
25
- golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
26
- gopkg.in/yaml.v2 v2.2.8 // indirect
43
+ golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
44
+ golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
45
+ golang.org/x/sys v0.0.0-20211210111614-af8b64212486 // indirect
46
+ golang.org/x/text v0.3.7 // indirect
47
+ google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
48
+ gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
49
+ gopkg.in/ini.v1 v1.66.2 // indirect
50
+ gopkg.in/yaml.v2 v2.4.0 // indirect
27
51
)
0 commit comments