get travis CI green again (#157)

* fix test to work w/ newer grpc repo; run 'make ci' to have it update go.mod and go.sum, trying to repro ci failure locally
* vet w/ go 1.13; use normal go proxy instead of direct in CI
This commit is contained in:
Joshua Humphries
2020-05-12 13:06:14 -04:00
committed by GitHub
parent 8e2cf9b3c2
commit b58182a88d
5 changed files with 53 additions and 22 deletions
+4 -1
View File
@@ -4,7 +4,10 @@ go 1.14
require (
github.com/golang/protobuf v1.3.5
github.com/gordonklaus/ineffassign v0.0.0-20200309095847-7953dde2c7bf // indirect
github.com/jhump/protoreflect v1.5.0
golang.org/x/net v0.0.0-20190311183353-d8887717615a
github.com/nishanths/predeclared v0.0.0-20190419143655-18a43bb90ffc // indirect
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
google.golang.org/grpc v1.28.0
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)