fix go.mod for Go 1.13 (#110)

This commit is contained in:
Joshua Humphries
2019-08-09 14:17:53 -04:00
committed by GitHub
parent 5631bba117
commit 4054d1d115
2 changed files with 4 additions and 4 deletions

2
go.mod
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.4
github.com/jhump/protoreflect v1.5.0
golang.org/x/net v0.0.0-20190311183353-d8887717615a
google.golang.org/grpc v1.21.0
)