@@ -5,53 +5,41 @@ require (
5
5
github.com/HdrHistogram/hdrhistogram-go v1.1.1 // indirect
6
6
github.com/agnivade/levenshtein v1.1.0 // indirect
7
7
github.com/casbin/casbin v1.9.1
8
- github.com/dgrijalva/jwt-go v3.2.0+incompatible
9
8
github.com/go-chi/chi v4.0.2+incompatible
10
9
github.com/go-session/session v3.1.2+incompatible
11
- github.com/golang/protobuf v1.5.2
12
- github.com/google/subcommands v1.2.0 // indirect
10
+ github.com/golang-jwt/jwt v3.2.2+incompatible
13
11
github.com/google/wire v0.5.0
14
12
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4
15
- github.com/hashicorp/go-uuid v1.0.1 // indirect
16
13
github.com/hashicorp/golang-lru v0.5.4 // indirect
17
14
github.com/jinzhu/gorm v1.9.10
18
- github.com/lib/pq v1.10.0
19
- github.com/magiconair/properties v1.8.1 // indirect
20
- github.com/mitchellh/mapstructure v1.3.3
21
- github.com/nats-io/nats-streaming-server v0.18.0 // indirect
22
- github.com/nats-io/nats.go v1.10.0
23
- github.com/nats-io/stan.go v0.7.0
15
+ github.com/lib/pq v1.10.4
16
+ github.com/mitchellh/mapstructure v1.4.1
17
+ github.com/nats-io/nats-streaming-server v0.24.5 // indirect
18
+ github.com/nats-io/nats.go v1.14.0
19
+ github.com/nats-io/stan.go v0.10.2
24
20
github.com/opentracing-contrib/go-stdlib v0.0.0-20190519235532-cf7a6c988dc9
25
21
github.com/opentracing/opentracing-go v1.2.0
26
- github.com/pelletier/go-toml v1.4.0 // indirect
27
22
github.com/pkg/errors v0.9.1
28
23
github.com/processout/grpc-go-pool v1.2.1
29
- github.com/rubenv/sql-migrate v0.0.0-20210614095031-55d5740dbbcc
24
+ github.com/rubenv/sql-migrate v1.1.1
30
25
github.com/selvatico/go-mocket v1.0.7
31
- github.com/smartystreets/goconvey v1.6.4 // indirect
32
- github.com/spf13/afero v1.2.2 // indirect
33
- github.com/spf13/cast v1.3.0
34
- github.com/spf13/cobra v0.0.6
35
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
36
- github.com/spf13/viper v1.4.0
26
+ github.com/spf13/cast v1.3.1
27
+ github.com/spf13/cobra v1.2.1
28
+ github.com/spf13/viper v1.8.1
37
29
github.com/stretchr/testify v1.7.0
38
30
github.com/uber/jaeger-client-go v2.29.1+incompatible
39
31
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
40
- github.com/vektah/dataloaden v0.3.0 // indirect
41
32
github.com/vektah/gqlparser/v2 v2.0.1
42
- github.com/ziutek/mymysql v1.5.4 // indirect
43
33
go.uber.org/atomic v1.9.0 // indirect
44
34
go.uber.org/automaxprocs v1.2.0
45
- go.uber.org/zap v1.13.0
46
- golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
47
- golang.org/x/mod v0.5.0 // indirect
48
- golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
49
- golang.org/x/sys v0.0.0-20210820121016-41cdb8703e55 // indirect
35
+ go.uber.org/zap v1.17.0
36
+ golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
37
+ golang.org/x/sys v0.0.0-20220429233432-b5fbb4746d32 // indirect
50
38
golang.org/x/text v0.3.7 // indirect
39
+ golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
51
40
google.golang.org/genproto v0.0.0-20210821163610-241b8fcbd6c8 // indirect
52
41
google.golang.org/grpc v1.40.0
53
42
google.golang.org/protobuf v1.27.1
54
- gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
55
43
)
56
44
57
45
go 1.13
0 commit comments