Update Go Deps

Change-Id: Id97669b7916a6909a39dda79ecb9671f7fe1caf0
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/330818
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
diff --git a/go.mod b/go.mod
index 09df207..cba215a 100644
--- a/go.mod
+++ b/go.mod
@@ -3,13 +3,14 @@
 go 1.12
 
 require (
-	cloud.google.com/go/datastore v1.2.0
-	cloud.google.com/go/storage v1.10.0
+	cloud.google.com/go/datastore v1.3.0
+	cloud.google.com/go/storage v1.12.0
 	github.com/99designs/goodies v0.0.0-20140916053233-ec7f410f2ff2 // indirect
 	github.com/Azure/go-autorest v11.1.2+incompatible // indirect
 	github.com/VividCortex/godaemon v0.0.0-20150910212227-3d9f6e0b234f // indirect
 	github.com/andygrunwald/go-gerrit v0.0.0-20200503132804-ed2419acda39
-	github.com/bazelbuild/remote-apis-sdks v0.0.0-20201015165011-bac45969347c // indirect
+	github.com/bazelbuild/remote-apis v0.0.0-20201017154855-ddca4b2c4487 // indirect
+	github.com/bazelbuild/remote-apis-sdks v0.0.0-20201029144734-84eedba4d9ea // indirect
 	github.com/boltdb/bolt v1.3.1 // indirect
 	github.com/flynn/json5 v0.0.0-20160717195620-7620272ed633
 	github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
@@ -21,16 +22,21 @@
 	github.com/jackc/pgx v3.2.0+incompatible // indirect
 	github.com/kisielk/errcheck v1.4.0 // indirect
 	github.com/luci/gtreap v0.0.0-20161228054646-35df89791e8f // indirect
+	github.com/maruel/subcommands v1.0.0 // indirect
 	github.com/pkg/errors v0.9.1
 	github.com/rogpeppe/go-internal v1.5.0 // indirect
 	github.com/stretchr/testify v1.6.1
 	github.com/vektra/mockery v1.1.2 // indirect
-	go.skia.org/infra v0.0.0-20201020123031-a17e5c55b742
-	golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
+	github.com/xanzy/ssh-agent v0.3.0 // indirect
+	go.chromium.org/luci v0.0.0-20201030140206-3cb383bad2fa // indirect
+	go.skia.org/infra v0.0.0-20201030163508-003d90397045
+	golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
 	golang.org/x/exp v0.0.0-20200228211341-fcea875c7e85 // indirect
 	golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
 	golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
+	golang.org/x/tools v0.0.0-20201030160639-589136c8afd9 // indirect
 	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
-	google.golang.org/api v0.30.0
+	google.golang.org/api v0.34.0
+	google.golang.org/genproto v0.0.0-20201030142918-24207fddd1c3 // indirect
 	sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e // indirect
 )