mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

Set the same version for google.golang.org/genproto/googleapis/api across the submodules. Signed-off-by: Ivan Valdes <ivan@vald.es>
24 lines
665 B
Modula-2
24 lines
665 B
Modula-2
module go.etcd.io/etcd/tools/testgrid-analysis/v3
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.22.4
|
|
|
|
require (
|
|
github.com/GoogleCloudPlatform/testgrid v0.0.173
|
|
github.com/google/go-github/v60 v60.0.0
|
|
github.com/spf13/cobra v1.8.1
|
|
google.golang.org/protobuf v1.34.2
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/net v0.26.0 // indirect
|
|
golang.org/x/sys v0.21.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240520151616-dc85e6b867a5 // indirect
|
|
google.golang.org/grpc v1.64.0 // indirect
|
|
)
|