upgrade deps; remove go 1.14 from go.mod (#158)

This commit is contained in:
Joshua Humphries
2020-05-14 20:00:04 -04:00
committed by GitHub
parent 939766fb42
commit 50833f1b21
2 changed files with 19 additions and 16 deletions
+3 -5
View File
@@ -1,13 +1,11 @@
module github.com/fullstorydev/grpcurl
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
github.com/jhump/protoreflect v1.6.1
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
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
google.golang.org/grpc v1.29.0
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)