use proto syntax for describe (#57)

This commit is contained in:
Joshua Humphries
2018-10-18 13:50:44 -04:00
committed by GitHub
parent a337c1afcf
commit 58cd93280e
5 changed files with 76 additions and 34 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ module github.com/fullstorydev/grpcurl
require (
github.com/golang/protobuf v1.1.0
github.com/jhump/protoreflect v1.0.0
github.com/jhump/protoreflect v1.1.0
golang.org/x/net v0.0.0-20180530234432-1e491301e022
google.golang.org/grpc v1.12.0
)