-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 768 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/mousybusiness/AppEngineAPI
go 1.15
require (
cloud.google.com/go v0.72.0 // indirect
cloud.google.com/go/datastore v1.3.0
cloud.google.com/go/firestore v1.3.0 // indirect
firebase.google.com/go v3.13.0+incompatible
github.com/gin-gonic/gin v1.6.3
github.com/google/go-cmp v0.5.3 // indirect
github.com/pkg/errors v0.9.1
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
golang.org/x/tools v0.0.0-20201121010211-780cb80bd7fb // indirect
google.golang.org/api v0.35.0
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4 // indirect
)