-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
21 lines (19 loc) · 977 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/TykTechnologies/tyk-grpc-go-basicauth-jwt
go 1.13
require (
github.com/TykTechnologies/tyk v2.6.1-0.20190726143653-b94b86c275c9+incompatible
github.com/TykTechnologies/tyk-protobuf v0.0.0-20190418154138-1df3dfe2f1d4
github.com/dgrijalva/jwt-go v3.2.1-0.20180921172315-3af4c746e1c2+incompatible
github.com/golang/protobuf v1.3.2-0.20190409050943-e91709a02e0e
github.com/google/go-cmp v0.2.0 // indirect
github.com/sirupsen/logrus v1.4.3-0.20190701143506-07a84ee7412e
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect
golang.org/x/net v0.0.0-20190603091049-60506f45cf65
golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e
golang.org/x/text v0.3.2
golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 // indirect
google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb
google.golang.org/grpc v1.19.0
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect
)