use protoreflect 1.4.4 (#109)

This commit is contained in:
Joshua Humphries
2019-07-03 15:56:51 -04:00
committed by GitHub
parent 7e4045565f
commit 80425d1b17
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ module github.com/fullstorydev/grpcurl
require (
github.com/golang/protobuf v1.3.1
github.com/jhump/protoreflect v1.4.1
github.com/jhump/protoreflect v1.4.4
golang.org/x/net v0.0.0-20190311183353-d8887717615a
google.golang.org/grpc v1.21.0
)