32 lines
1.1 KiB
Modula-2
32 lines
1.1 KiB
Modula-2
module github.com/fullstorydev/grpcurl
|
|
|
|
go 1.22.7
|
|
|
|
toolchain go1.23.3
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.4
|
|
github.com/jhump/protoreflect v1.17.0
|
|
google.golang.org/grpc v1.68.0
|
|
google.golang.org/protobuf v1.35.2
|
|
)
|
|
|
|
require (
|
|
cel.dev/expr v0.18.0 // indirect
|
|
cloud.google.com/go/compute/metadata v0.5.2 // indirect
|
|
github.com/bufbuild/protocompile v0.14.1 // indirect
|
|
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
|
|
github.com/envoyproxy/go-control-plane v0.13.1 // indirect
|
|
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
|
|
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
|
|
golang.org/x/net v0.31.0 // indirect
|
|
golang.org/x/oauth2 v0.24.0 // indirect
|
|
golang.org/x/sync v0.9.0 // indirect
|
|
golang.org/x/sys v0.27.0 // indirect
|
|
golang.org/x/text v0.20.0 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
|
|
)
|