Skip to content

Commit dd6e6f0

Browse files
chore(deps): bump the k8s group with 3 updates
Bumps the k8s group with 3 updates: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery), [k8s.io/client-go](https://github.com/kubernetes/client-go) and [k8s.io/klog/v2](https://github.com/kubernetes/klog). Updates `k8s.io/apimachinery` from 0.32.13 to 0.36.1 - [Commits](kubernetes/apimachinery@v0.32.13...v0.36.1) Updates `k8s.io/client-go` from 0.32.13 to 0.36.1 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.32.13...v0.36.1) Updates `k8s.io/klog/v2` from 2.130.1 to 2.140.0 - [Release notes](https://github.com/kubernetes/klog/releases) - [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md) - [Commits](kubernetes/klog@v2.130.1...2.140.0) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s - dependency-name: k8s.io/client-go dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s - dependency-name: k8s.io/klog/v2 dependency-version: 2.140.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb9e383 commit dd6e6f0

2 files changed

Lines changed: 68 additions & 60 deletions

File tree

go.mod

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

3-
go 1.25.0
3+
go 1.26.0
44

55
require (
66
github.com/ClickHouse/ch-go v0.65.0
@@ -40,16 +40,16 @@ require (
4040
go.opentelemetry.io/otel/trace v1.43.0
4141
golang.org/x/arch v0.4.0
4242
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
43-
golang.org/x/net v0.48.0
43+
golang.org/x/net v0.49.0
4444
golang.org/x/sys v0.42.0
4545
golang.org/x/time v0.14.0
4646
gopkg.in/alecthomas/kingpin.v2 v2.2.6
4747
gopkg.in/yaml.v2 v2.4.0
4848
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a
49-
k8s.io/api v0.32.13
50-
k8s.io/apimachinery v0.32.13
51-
k8s.io/client-go v0.32.13
52-
k8s.io/klog/v2 v2.130.1
49+
k8s.io/api v0.36.1
50+
k8s.io/apimachinery v0.36.1
51+
k8s.io/client-go v0.36.1
52+
k8s.io/klog/v2 v2.140.0
5353
)
5454

5555
require (
@@ -91,10 +91,10 @@ require (
9191
github.com/docker/go-connections v0.5.0 // indirect
9292
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
9393
github.com/docker/go-units v0.5.0 // indirect
94-
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
94+
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
9595
github.com/felixge/httpsnoop v1.0.4 // indirect
9696
github.com/fsnotify/fsnotify v1.8.0 // indirect
97-
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
97+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
9898
github.com/go-faster/city v1.0.1 // indirect
9999
github.com/go-faster/errors v0.7.1 // indirect
100100
github.com/go-logfmt/logfmt v0.6.0 // indirect
@@ -113,9 +113,8 @@ require (
113113
github.com/gogo/protobuf v1.3.2 // indirect
114114
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
115115
github.com/golang/protobuf v1.5.4 // indirect
116-
github.com/google/gnostic-models v0.6.8 // indirect
116+
github.com/google/gnostic-models v0.7.0 // indirect
117117
github.com/google/go-cmp v0.7.0 // indirect
118-
github.com/google/gofuzz v1.2.0 // indirect
119118
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
120119
github.com/gopacket/gopacket v1.3.1 // indirect
121120
github.com/grafana/regexp v0.0.0-20221123153739-15dc172cd2db // indirect
@@ -145,7 +144,7 @@ require (
145144
github.com/moby/sys/user v0.3.0 // indirect
146145
github.com/moby/sys/userns v0.1.0 // indirect
147146
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
148-
github.com/modern-go/reflect2 v1.0.2 // indirect
147+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
149148
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
150149
github.com/oklog/ulid v1.3.1 // indirect
151150
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -168,7 +167,7 @@ require (
168167
github.com/spf13/afero v1.11.0 // indirect
169168
github.com/spf13/cast v1.7.0 // indirect
170169
github.com/spf13/cobra v1.9.1 // indirect
171-
github.com/spf13/pflag v1.0.7 // indirect
170+
github.com/spf13/pflag v1.0.9 // indirect
172171
github.com/spf13/viper v1.19.0 // indirect
173172
github.com/subosito/gotenv v1.6.0 // indirect
174173
github.com/ulikunitz/xz v0.5.14 // indirect
@@ -184,33 +183,36 @@ require (
184183
go.uber.org/dig v1.17.1 // indirect
185184
go.uber.org/multierr v1.11.0 // indirect
186185
go.uber.org/zap v1.27.0 // indirect
187-
go.yaml.in/yaml/v3 v3.0.3 // indirect
186+
go.yaml.in/yaml/v2 v2.4.3 // indirect
187+
go.yaml.in/yaml/v3 v3.0.4 // indirect
188188
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
189189
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
190190
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect
191191
golang.org/x/oauth2 v0.34.0 // indirect
192192
golang.org/x/sync v0.19.0 // indirect
193-
golang.org/x/term v0.38.0 // indirect
194-
golang.org/x/text v0.32.0 // indirect
195-
golang.org/x/tools v0.39.0 // indirect
193+
golang.org/x/term v0.39.0 // indirect
194+
golang.org/x/text v0.33.0 // indirect
195+
golang.org/x/tools v0.40.0 // indirect
196196
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
197197
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
198198
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
199199
google.golang.org/grpc v1.79.3 // indirect
200-
google.golang.org/protobuf v1.36.10 // indirect
201-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
200+
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
201+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
202202
gopkg.in/inf.v0 v0.9.1 // indirect
203203
gopkg.in/ini.v1 v1.67.0 // indirect
204204
gopkg.in/yaml.v3 v3.0.1 // indirect
205205
k8s.io/apiextensions-apiserver v0.32.13 // indirect
206-
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
206+
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a // indirect
207207
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 // indirect
208208
sigs.k8s.io/controller-runtime v0.20.4 // indirect
209209
sigs.k8s.io/gateway-api v1.2.1 // indirect
210-
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
210+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
211211
sigs.k8s.io/mcs-api v0.1.1-0.20250116162235-62ede9a032dc // indirect
212+
sigs.k8s.io/randfill v1.0.0 // indirect
212213
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
213-
sigs.k8s.io/yaml v1.4.0 // indirect
214+
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 // indirect
215+
sigs.k8s.io/yaml v1.6.0 // indirect
214216
)
215217

216218
replace (

0 commit comments

Comments
 (0)