ArkaSaha30 1dac90c226
dependency: bump golang.org/x/net from 0.26.0 to 0.27.0
This commit will bump dependency golang.org/x/net from 0.26.0 to 0.27.0 raised by dependabot.

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-07-18 20:39:39 +05:30

24 lines
665 B
Modula-2

module go.etcd.io/etcd/tools/testgrid-analysis/v3
go 1.22
toolchain go1.22.5
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.27.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
google.golang.org/grpc v1.65.0 // indirect
)