Skip to content

Commit e0d9904

Browse files
chore(deps): bump k8s.io/client-go from 0.27.2 to 0.30.2
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.27.2 to 0.30.2. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.27.2...v0.30.2) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e13f22 commit e0d9904

File tree

2 files changed

+33
-141
lines changed

2 files changed

+33
-141
lines changed

go.mod

+9-9
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ require (
1616
github.com/hashicorp/yamux v0.1.1
1717
github.com/spf13/cobra v1.7.0
1818
github.com/stretchr/testify v1.9.0
19-
k8s.io/api v0.27.2
20-
k8s.io/apimachinery v0.27.2
21-
k8s.io/client-go v0.27.2
19+
k8s.io/api v0.30.2
20+
k8s.io/apimachinery v0.30.2
21+
k8s.io/client-go v0.30.2
2222
nhooyr.io/websocket v1.8.7
2323
storj.io/drpc v0.0.34
2424
)
@@ -71,7 +71,7 @@ require (
7171
github.com/ebitengine/purego v0.6.0-alpha.5 // indirect
7272
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
7373
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
74-
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
74+
github.com/fxamacker/cbor/v2 v2.6.0 // indirect
7575
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
7676
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
7777
github.com/go-logr/logr v1.4.1 // indirect
@@ -88,7 +88,7 @@ require (
8888
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
8989
github.com/golang/protobuf v1.5.4 // indirect
9090
github.com/google/btree v1.1.2 // indirect
91-
github.com/google/gnostic v0.6.9 // indirect
91+
github.com/google/gnostic-models v0.6.8 // indirect
9292
github.com/google/go-cmp v0.6.0 // indirect
9393
github.com/google/gofuzz v1.2.0 // indirect
9494
github.com/google/nftables v0.1.1-0.20230115205135-9aa6fdf5a28c // indirect
@@ -211,11 +211,11 @@ require (
211211
gopkg.in/yaml.v3 v3.0.1 // indirect
212212
gvisor.dev/gvisor v0.0.0-20240509041132-65b30f7869dc // indirect
213213
inet.af/peercred v0.0.0-20210906144145-0893ea02156a // indirect
214-
k8s.io/klog/v2 v2.100.1 // indirect
215-
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
216-
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
214+
k8s.io/klog/v2 v2.120.1 // indirect
215+
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
216+
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
217217
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
218-
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
218+
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
219219
sigs.k8s.io/yaml v1.4.0 // indirect
220220
tailscale.com v1.46.1 // indirect
221221
)

0 commit comments

Comments
 (0)