Bump grpc to 1.28 (#136)

This commit is contained in:
Richard Belleville
2020-03-12 15:55:09 -07:00
committed by GitHub
parent 0d669e78d0
commit d30f3a01b7
2 changed files with 34 additions and 6 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
module github.com/fullstorydev/grpcurl
require (
github.com/golang/protobuf v1.3.1
github.com/golang/protobuf v1.3.5
github.com/jhump/protoreflect v1.5.0
golang.org/x/net v0.0.0-20190311183353-d8887717615a
google.golang.org/grpc v1.21.0
google.golang.org/grpc v1.28.0
)