generated from vardius/go-api-boilerplate
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
52 lines (49 loc) · 2.02 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
module github.com/vardius/go-api-boilerplate
go 1.17
require (
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496
github.com/caarlos0/env/v6 v6.2.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.1.1
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/rs/cors v1.7.0
github.com/vardius/gocontainer v1.0.3
github.com/vardius/golog v1.2.0
github.com/vardius/gorouter/v4 v4.5.1
github.com/vardius/message-bus v1.1.4
github.com/vardius/pubsub/v2 v2.0.0
github.com/vardius/pushpull v1.0.0
github.com/vardius/shutdown v1.0.2
github.com/vardius/trace v1.0.1
go.mongodb.org/mongo-driver v1.5.1
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
google.golang.org/grpc v1.28.0
google.golang.org/protobuf v1.27.1
gopkg.in/oauth2.v4 v4.0.0
)
require (
cloud.google.com/go v0.34.0 // indirect
github.com/andybalholm/brotli v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.34.28 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/compress v1.10.11 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.16.0 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.0.2 // indirect
github.com/xdg-go/stringprep v1.0.2 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
golang.org/x/text v0.3.5 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20200326112834-f447254575fd // indirect
)