Update Go Deps

Main impetus is to update Debugger autodeploy to be the lit-html version.

Ran the following commands from $SKIA_ROOT:
$ go get go.skia.org/infra@1e7e10cc955eb7b0fb90c694d8d4b51820901d63
$ make -C infra/bots train

Change-Id: I75f5d1d135530411e6a3068b18dde24bc61ee10a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/335581
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
Auto-Submit: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Ravi Mistry <rmistry@google.com>
diff --git a/go.mod b/go.mod
index cba215a..3def990 100644
--- a/go.mod
+++ b/go.mod
@@ -9,8 +9,6 @@
 	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 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
@@ -25,11 +23,12 @@
 	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/skia-dev/go-systemd v0.0.0-20181025131956-1cc903e82ae4 // indirect
 	github.com/stretchr/testify v1.6.1
 	github.com/vektra/mockery v1.1.2 // indirect
 	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
+	go.skia.org/infra v0.0.0-20201116224347-1e7e10cc955e
 	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