mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-06-18 17:08:30 +03:00
update proto and grpc deps (#81)
Fixes the build by updating grpc (and deps) and using new, non-deprecated function
This commit is contained in:
6
go.mod
6
go.mod
@@ -1,8 +1,8 @@
|
||||
module github.com/fullstorydev/grpcurl
|
||||
|
||||
require (
|
||||
github.com/golang/protobuf v1.1.0
|
||||
github.com/golang/protobuf v1.2.0
|
||||
github.com/jhump/protoreflect v1.1.0
|
||||
golang.org/x/net v0.0.0-20180530234432-1e491301e022
|
||||
google.golang.org/grpc v1.12.0
|
||||
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d
|
||||
google.golang.org/grpc v1.19.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user