mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-07-15 08:20:20 +03:00
upgrade deps; remove go 1.14 from go.mod (#158)
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user