mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-03-05 11:13:15 +00:00
Update Go to v1.25.7
This commit is contained in:
12
test/go.mod
12
test/go.mod
@@ -1,6 +1,6 @@
|
||||
module k8s.io/node-problem-detector/test
|
||||
|
||||
go 1.25.5
|
||||
go 1.25.7
|
||||
|
||||
replace k8s.io/node-problem-detector => ../.
|
||||
|
||||
@@ -10,7 +10,7 @@ require (
|
||||
github.com/onsi/gomega v1.38.3
|
||||
github.com/pborman/uuid v1.2.1
|
||||
github.com/spf13/pflag v1.0.10
|
||||
golang.org/x/crypto v0.46.0
|
||||
golang.org/x/crypto v0.47.0
|
||||
golang.org/x/oauth2 v0.34.0
|
||||
google.golang.org/api v0.258.0
|
||||
k8s.io/apimachinery v0.35.0
|
||||
@@ -65,10 +65,10 @@ require (
|
||||
go.yaml.in/yaml/v2 v2.4.3 // indirect
|
||||
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
||||
go4.org v0.0.0-20201209231011-d4a079459e60 // indirect
|
||||
golang.org/x/net v0.48.0 // indirect
|
||||
golang.org/x/sys v0.39.0 // indirect
|
||||
golang.org/x/text v0.32.0 // indirect
|
||||
golang.org/x/tools v0.39.0 // indirect
|
||||
golang.org/x/net v0.49.0 // indirect
|
||||
golang.org/x/sys v0.40.0 // indirect
|
||||
golang.org/x/text v0.33.0 // indirect
|
||||
golang.org/x/tools v0.40.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20251213004720-97cd9d5aeac2 // indirect
|
||||
google.golang.org/grpc v1.77.0 // indirect
|
||||
google.golang.org/protobuf v1.36.11 // indirect
|
||||
|
||||
Reference in New Issue
Block a user