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:
Joshua Humphries
2019-02-27 17:30:44 -05:00
committed by GitHub
parent 4a329f3b13
commit 5516a45602
3 changed files with 26 additions and 15 deletions

6
go.mod
View File

@@ -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
)