Skip to content

Commit 800647b

Browse files
fix(deps): update module k8s.io/client-go to v0.33.2
1 parent 24bb8af commit 800647b

File tree

2 files changed

+85
-77
lines changed

2 files changed

+85
-77
lines changed

go.mod

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/pingcap/monitoring
22

3-
go 1.23
3+
go 1.24.0
4+
5+
toolchain go1.24.4
46

57
require (
68
github.com/fsnotify/fsnotify v1.7.0
@@ -17,9 +19,9 @@ require (
1719
github.com/tidwall/gjson v1.18.0
1820
github.com/tidwall/sjson v1.2.5
1921
github.com/youthlin/stream v0.0.3
20-
golang.org/x/oauth2 v0.23.0
22+
golang.org/x/oauth2 v0.27.0
2123
gopkg.in/yaml.v3 v3.0.1
22-
k8s.io/client-go v0.29.12
24+
k8s.io/client-go v0.33.2
2325
)
2426

2527
require (
@@ -39,6 +41,7 @@ require (
3941
github.com/edsrzf/mmap-go v1.1.0 // indirect
4042
github.com/emirpasic/gods v1.18.1 // indirect
4143
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
44+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
4245
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
4346
github.com/gin-contrib/sse v0.1.0 // indirect
4447
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
@@ -53,7 +56,6 @@ require (
5356
github.com/goccy/go-json v0.10.2 // indirect
5457
github.com/gogo/protobuf v1.3.2 // indirect
5558
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
56-
github.com/google/gofuzz v1.2.0 // indirect
5759
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
5860
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5961
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -70,37 +72,37 @@ require (
7072
github.com/prometheus/client_golang v1.19.1 // indirect
7173
github.com/prometheus/client_model v0.6.1 // indirect
7274
github.com/prometheus/procfs v0.15.1 // indirect
73-
github.com/rogpeppe/go-internal v1.12.0 // indirect
7475
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
7576
github.com/skeema/knownhosts v1.2.2 // indirect
7677
github.com/spf13/pflag v1.0.5 // indirect
7778
github.com/tidwall/match v1.1.1 // indirect
7879
github.com/tidwall/pretty v1.2.0 // indirect
7980
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
8081
github.com/ugorji/go/codec v1.2.12 // indirect
82+
github.com/x448/float16 v0.8.4 // indirect
8183
github.com/xanzy/ssh-agent v0.3.3 // indirect
8284
go.opentelemetry.io/otel v1.28.0 // indirect
8385
go.opentelemetry.io/otel/metric v1.28.0 // indirect
8486
go.opentelemetry.io/otel/trace v1.28.0 // indirect
8587
go.uber.org/atomic v1.11.0 // indirect
8688
golang.org/x/arch v0.8.0 // indirect
87-
golang.org/x/crypto v0.25.0 // indirect
88-
golang.org/x/mod v0.19.0 // indirect
89-
golang.org/x/net v0.27.0 // indirect
90-
golang.org/x/sync v0.7.0 // indirect
91-
golang.org/x/sys v0.22.0 // indirect
92-
golang.org/x/term v0.22.0 // indirect
93-
golang.org/x/text v0.16.0 // indirect
94-
golang.org/x/time v0.5.0 // indirect
95-
golang.org/x/tools v0.23.0 // indirect
96-
google.golang.org/protobuf v1.34.2 // indirect
89+
golang.org/x/crypto v0.36.0 // indirect
90+
golang.org/x/mod v0.21.0 // indirect
91+
golang.org/x/net v0.38.0 // indirect
92+
golang.org/x/sync v0.12.0 // indirect
93+
golang.org/x/sys v0.31.0 // indirect
94+
golang.org/x/term v0.30.0 // indirect
95+
golang.org/x/text v0.23.0 // indirect
96+
golang.org/x/time v0.9.0 // indirect
97+
golang.org/x/tools v0.26.0 // indirect
98+
google.golang.org/protobuf v1.36.5 // indirect
9799
gopkg.in/inf.v0 v0.9.1 // indirect
98100
gopkg.in/warnings.v0 v0.1.2 // indirect
99-
gopkg.in/yaml.v2 v2.4.0 // indirect
100-
k8s.io/apimachinery v0.29.12 // indirect
101+
k8s.io/apimachinery v0.33.2 // indirect
101102
k8s.io/klog/v2 v2.130.1 // indirect
102-
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
103-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
104-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
105-
sigs.k8s.io/yaml v1.3.0 // indirect
103+
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
104+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
105+
sigs.k8s.io/randfill v1.0.0 // indirect
106+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
107+
sigs.k8s.io/yaml v1.4.0 // indirect
106108
)

0 commit comments

Comments
 (0)