| module go.etcd.io/etcd/tools/testgrid-analysis/v3 |
| |
| go 1.26 |
| |
| toolchain go1.26.5 |
| |
| require ( |
| github.com/GoogleCloudPlatform/testgrid v0.0.175 |
| github.com/google/go-github/v60 v60.0.0 |
| github.com/spf13/cobra v1.10.2 |
| google.golang.org/protobuf v1.36.11 |
| ) |
| |
| require ( |
| go.opentelemetry.io/otel v1.44.0 // indirect |
| go.opentelemetry.io/otel/sdk/metric v1.44.0 // indirect |
| ) |
| |
| require ( |
| github.com/google/go-querystring v1.1.0 // indirect |
| github.com/inconshreveable/mousetrap v1.1.0 // indirect |
| github.com/spf13/pflag v1.0.10 // indirect |
| golang.org/x/net v0.57.0 // indirect |
| golang.org/x/sys v0.47.0 // indirect |
| golang.org/x/text v0.40.0 // indirect |
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect |
| google.golang.org/grpc v1.82.1 // indirect |
| ) |