26 lines
761 B
Modula-2
26 lines
761 B
Modula-2
module go.etcd.io/etcd/tools/testgrid-analysis/v3
|
|
|
|
go 1.24
|
|
|
|
toolchain go1.24.1
|
|
|
|
require (
|
|
github.com/GoogleCloudPlatform/testgrid v0.0.173
|
|
github.com/google/go-github/v60 v60.0.0
|
|
github.com/spf13/cobra v1.9.1
|
|
google.golang.org/protobuf v1.36.5
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
go.opentelemetry.io/otel v1.34.0 // indirect
|
|
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
|
|
golang.org/x/net v0.35.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
|
|
google.golang.org/grpc v1.70.0 // indirect
|
|
)
|