latest protoreflect fixes some bugs in JSON marshaling/unmarshaling (#86)

This commit is contained in:
Joshua Humphries
2019-03-07 13:35:49 -05:00
committed by GitHub
parent 4c9c82cec3
commit 0fcd3253f6
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.1.0
github.com/jhump/protoreflect v1.2.0
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d
google.golang.org/grpc v1.19.0
)