-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 935 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/dictyBase/modware-auth
require (
github.com/dictyBase/aphgrpc v1.4.2
github.com/dictyBase/go-genproto v0.0.0-20210728232706-b7a70ac1e3c1
github.com/go-playground/validator/v10 v10.23.0
github.com/go-redis/redis/v7 v7.4.0
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang/protobuf v1.5.4
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/mwitkow/go-proto-validators v0.3.0 // indirect
github.com/nats-io/gnatsd v1.4.1 // indirect
github.com/nats-io/go-nats v1.7.2
github.com/nats-io/nkeys v0.1.3 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/rs/xid v1.6.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.10.0
github.com/urfave/cli v1.22.16
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.25.0
google.golang.org/grpc v1.63.2
)
go 1.16