cleanup deps; pin versions of tools using 'go install' instead of in go.mod; tidy up go.sum (#260)

Addresses two depend-a-bot security warnings for libraries previously references in go.sum.
This commit is contained in:
Joshua Humphries
2021-10-06 20:58:00 -04:00
committed by GitHub
parent 30b8cd1531
commit b9d2d8cfa8
3 changed files with 18 additions and 327 deletions

10
go.mod
View File

@@ -3,14 +3,12 @@ module github.com/fullstorydev/grpcurl
go 1.15
require (
cloud.google.com/go v0.56.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.4.2
github.com/gordonklaus/ineffassign v0.0.0-20200309095847-7953dde2c7bf // indirect
github.com/goreleaser/goreleaser v0.134.0 // indirect
github.com/jhump/protoreflect v1.10.1
github.com/nishanths/predeclared v0.0.0-20200524104333-86fad755b4d3 // indirect
golang.org/x/net v0.0.0-20200625001655-4c5254603344
google.golang.org/api v0.29.0 // indirect
google.golang.org/grpc v1.37.0
google.golang.org/protobuf v1.25.1-0.20200805231151-a709e31e5d12
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)