Skip to content

Commit 4bbc2b1

Browse files
chore: Bump k8s.io/client-go from 0.32.7 to 0.35.0
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.32.7 to 0.35.0. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.32.7...v0.35.0) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fb87f33 commit 4bbc2b1

File tree

2 files changed

+75
-59
lines changed

2 files changed

+75
-59
lines changed

go.mod

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module github.com/scaleway/cert-manager-webhook-scaleway
22

3-
go 1.24.5
3+
go 1.25.0
44

55
require (
66
github.com/cert-manager/cert-manager v1.18.2
77
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35
8-
k8s.io/api v0.32.7
8+
k8s.io/api v0.35.0
99
k8s.io/apiextensions-apiserver v0.32.7
10-
k8s.io/apimachinery v0.32.7
11-
k8s.io/client-go v0.32.7
10+
k8s.io/apimachinery v0.35.0
11+
k8s.io/client-go v0.35.0
1212
)
1313

1414
require (
@@ -23,12 +23,12 @@ require (
2323
github.com/coreos/go-semver v0.3.1 // indirect
2424
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
2525
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
26-
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
26+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
2727
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
2828
github.com/felixge/httpsnoop v1.0.4 // indirect
2929
github.com/fsnotify/fsnotify v1.8.0 // indirect
30-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
31-
github.com/go-logr/logr v1.4.2 // indirect
30+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
31+
github.com/go-logr/logr v1.4.3 // indirect
3232
github.com/go-logr/stdr v1.2.2 // indirect
3333
github.com/go-logr/zapr v1.3.0 // indirect
3434
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -38,9 +38,8 @@ require (
3838
github.com/golang/protobuf v1.5.4 // indirect
3939
github.com/google/btree v1.1.3 // indirect
4040
github.com/google/cel-go v0.22.1 // indirect
41-
github.com/google/gnostic-models v0.6.9 // indirect
41+
github.com/google/gnostic-models v0.7.0 // indirect
4242
github.com/google/go-cmp v0.7.0 // indirect
43-
github.com/google/gofuzz v1.2.0 // indirect
4443
github.com/google/uuid v1.6.0 // indirect
4544
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
4645
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
@@ -51,15 +50,16 @@ require (
5150
github.com/mailru/easyjson v0.9.0 // indirect
5251
github.com/miekg/dns v1.1.62 // indirect
5352
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
54-
github.com/modern-go/reflect2 v1.0.2 // indirect
53+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
5554
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5655
github.com/pkg/errors v0.9.1 // indirect
56+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5757
github.com/prometheus/client_golang v1.22.0 // indirect
5858
github.com/prometheus/client_model v0.6.1 // indirect
5959
github.com/prometheus/common v0.62.0 // indirect
6060
github.com/prometheus/procfs v0.15.1 // indirect
6161
github.com/spf13/cobra v1.8.1 // indirect
62-
github.com/spf13/pflag v1.0.5 // indirect
62+
github.com/spf13/pflag v1.0.9 // indirect
6363
github.com/stoewer/go-strcase v1.3.0 // indirect
6464
github.com/x448/float16 v0.8.4 // indirect
6565
go.etcd.io/etcd/api/v3 v3.5.21 // indirect
@@ -77,11 +77,13 @@ require (
7777
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
7878
go.uber.org/multierr v1.11.0 // indirect
7979
go.uber.org/zap v1.27.0 // indirect
80+
go.yaml.in/yaml/v2 v2.4.3 // indirect
81+
go.yaml.in/yaml/v3 v3.0.4 // indirect
8082
golang.org/x/crypto v0.45.0 // indirect
8183
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
8284
golang.org/x/mod v0.29.0 // indirect
8385
golang.org/x/net v0.47.0 // indirect
84-
golang.org/x/oauth2 v0.28.0 // indirect
86+
golang.org/x/oauth2 v0.30.0 // indirect
8587
golang.org/x/sync v0.18.0 // indirect
8688
golang.org/x/sys v0.38.0 // indirect
8789
golang.org/x/term v0.37.0 // indirect
@@ -93,8 +95,8 @@ require (
9395
google.golang.org/genproto/googleapis/api v0.0.0-20241219192143-6b3ec007d9bb // indirect
9496
google.golang.org/genproto/googleapis/rpc v0.0.0-20241219192143-6b3ec007d9bb // indirect
9597
google.golang.org/grpc v1.69.2 // indirect
96-
google.golang.org/protobuf v1.36.5 // indirect
97-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
98+
google.golang.org/protobuf v1.36.8 // indirect
99+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
98100
gopkg.in/inf.v0 v0.9.1 // indirect
99101
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
100102
gopkg.in/yaml.v2 v2.4.0 // indirect
@@ -103,13 +105,14 @@ require (
103105
k8s.io/component-base v0.32.7 // indirect
104106
k8s.io/klog/v2 v2.130.1 // indirect
105107
k8s.io/kms v0.33.3 // indirect
106-
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
107-
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
108+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
109+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
108110
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect
109111
sigs.k8s.io/controller-runtime v0.19.0 // indirect
110112
sigs.k8s.io/gateway-api v1.1.0 // indirect
111-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
113+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
112114
sigs.k8s.io/randfill v1.0.0 // indirect
113115
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
114-
sigs.k8s.io/yaml v1.4.0 // indirect
116+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
117+
sigs.k8s.io/yaml v1.6.0 // indirect
115118
)

0 commit comments

Comments
 (0)