-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 880 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
module github.com/supercoast/crud-user-server
go 1.14
require (
cloud.google.com/go v0.56.0 // indirect
cloud.google.com/go/datastore v1.1.0
cloud.google.com/go/firestore v1.2.0
cloud.google.com/go/storage v1.6.0
github.com/golang/protobuf v1.4.0
github.com/google/uuid v1.1.1
github.com/pkg/errors v0.8.1
github.com/spf13/viper v1.6.3
go.mongodb.org/mongo-driver v1.3.2 // indirect
golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5 // indirect
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0
golang.org/x/sys v0.0.0-20200430082407-1f5687305801 // indirect
golang.org/x/tools v0.0.0-20200430040329-4b814e061378 // indirect
google.golang.org/api v0.22.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84 // indirect
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.21.0
)