go.mod and Makefile tweaks; move import of xds package to cmd/grpcurl (#170)

This commit is contained in:
Joshua Humphries
2020-07-14 12:20:32 -04:00
committed by GitHub
parent b8c67b7a4e
commit 0162fa9726
5 changed files with 19 additions and 10 deletions
+4 -2
View File
@@ -1,12 +1,14 @@
module github.com/fullstorydev/grpcurl
go 1.13
require (
github.com/golang/protobuf v1.3.5
github.com/gordonklaus/ineffassign v0.0.0-20200309095847-7953dde2c7bf // indirect
github.com/goreleaser/goreleaser v0.134.0 // indirect
github.com/jhump/protoreflect v1.6.1
github.com/nishanths/predeclared v0.0.0-20190419143655-18a43bb90ffc // indirect
github.com/nishanths/predeclared v0.0.0-20200524104333-86fad755b4d3 // indirect
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
google.golang.org/grpc v1.30.0
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
)