28 lines
1.1 KiB
Modula-2
28 lines
1.1 KiB
Modula-2
module github.com/fullstorydev/grpcurl
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/jhump/protoreflect v1.10.1
|
|
google.golang.org/grpc v1.37.0
|
|
google.golang.org/protobuf v1.25.1-0.20200805231151-a709e31e5d12
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.56.0 // indirect
|
|
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect
|
|
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403 // indirect
|
|
github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d // indirect
|
|
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
|
|
github.com/google/go-cmp v0.5.0 // indirect
|
|
github.com/google/uuid v1.1.2 // indirect
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
|
|
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
|
|
)
|