update all deps; use new ResolveFilenames method (#103)

This commit is contained in:
Joshua Humphries
2019-05-24 10:26:38 -04:00
committed by GitHub
parent e5b4fc6cc0
commit 7e4045565f
3 changed files with 24 additions and 17 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
module github.com/fullstorydev/grpcurl
require (
github.com/golang/protobuf 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
github.com/golang/protobuf v1.3.1
github.com/jhump/protoreflect v1.4.1
golang.org/x/net v0.0.0-20190311183353-d8887717615a
google.golang.org/grpc v1.21.0
)