update go mod

This commit is contained in:
Sabrina
2020-01-28 13:40:15 -08:00
parent 8359bd764f
commit 98cf7b036f
2 changed files with 15 additions and 6 deletions

5
go.mod
View File

@@ -4,12 +4,13 @@ go 1.12
require (
cloud.google.com/go v0.39.0 // indirect
github.com/golang/mock v1.4.0
go.opencensus.io v0.22.0 // indirect
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
golang.org/x/oauth2 v0.0.0-20190523182746-aaccbc9213b0
golang.org/x/sys v0.0.0-20190530182044-ad28b68e88f1 // indirect
google.golang.org/api v0.5.1-0.20190526001144-9f3a303b451f
google.golang.org/appengine v1.6.0
google.golang.org/appengine v1.6.5
google.golang.org/genproto v0.0.0-20190530194941-fb225487d101 // indirect
google.golang.org/grpc v1.21.0 // indirect
)