use just-released v1.3.0 protoreflect (#101)

This commit is contained in:
Joshua Humphries
2019-05-22 16:20:41 -04:00
committed by GitHub
parent 5d6316f470
commit 09c3d1d69e
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -2,7 +2,7 @@ module github.com/fullstorydev/grpcurl
require (
github.com/golang/protobuf v1.2.0
github.com/jhump/protoreflect v1.2.0
github.com/jhump/protoreflect v1.3.0
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d
google.golang.org/grpc v1.19.0
)