Skip to content

Commit 94ca313

Browse files
Update module github.com/gardener/gardener to v1.132.0
1 parent 00e5da4 commit 94ca313

File tree

2 files changed

+155
-153
lines changed

2 files changed

+155
-153
lines changed

go.mod

Lines changed: 49 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ tool github.com/gardener/gardener/hack
77
require (
88
github.com/Masterminds/semver/v3 v3.4.0
99
github.com/distribution/reference v0.6.0
10-
github.com/gardener/gardener v1.131.3
10+
github.com/gardener/gardener v1.132.0
1111
github.com/gardener/gardener-extension-shoot-lakom-service v0.22.0
1212
github.com/go-logr/logr v1.4.3
1313
github.com/google/uuid v1.6.0
1414
github.com/onsi/ginkgo/v2 v2.27.2
1515
github.com/onsi/gomega v1.38.2
1616
github.com/spf13/cobra v1.10.1
1717
go.yaml.in/yaml/v4 v4.0.0-rc.3
18-
k8s.io/api v0.33.5
19-
k8s.io/apimachinery v0.33.5
20-
k8s.io/apiserver v0.33.5
21-
k8s.io/client-go v0.33.5
22-
k8s.io/component-base v0.33.5
23-
k8s.io/kubectl v0.33.4
24-
k8s.io/pod-security-admission v0.33.5
18+
k8s.io/api v0.34.1
19+
k8s.io/apimachinery v0.34.1
20+
k8s.io/apiserver v0.34.1
21+
k8s.io/client-go v0.34.1
22+
k8s.io/component-base v0.34.1
23+
k8s.io/kubectl v0.34.0
24+
k8s.io/pod-security-admission v0.34.1
2525
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
26-
sigs.k8s.io/controller-runtime v0.21.0
26+
sigs.k8s.io/controller-runtime v0.22.4
2727
)
2828

2929
require (
@@ -45,36 +45,36 @@ require (
4545
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
4646
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4747
github.com/chai2010/gettext-go v1.0.2 // indirect
48-
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
48+
github.com/cyphar/filepath-securejoin v0.6.0 // indirect
4949
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
50-
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
50+
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
5151
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
5252
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
5353
github.com/fatih/color v1.18.0 // indirect
54-
github.com/fluent/fluent-operator/v3 v3.3.0 // indirect
54+
github.com/fluent/fluent-operator/v3 v3.5.0 // indirect
5555
github.com/fsnotify/fsnotify v1.9.0 // indirect
56-
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
56+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
5757
github.com/gardener/etcd-druid/api v0.33.0 // indirect
5858
github.com/gardener/machine-controller-manager v0.60.2 // indirect
5959
github.com/go-errors/errors v1.4.2 // indirect
60-
github.com/go-jose/go-jose/v4 v4.1.1 // indirect
60+
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
6161
github.com/go-logr/stdr v1.2.2 // indirect
62-
github.com/go-openapi/errors v0.22.1 // indirect
63-
github.com/go-openapi/jsonpointer v0.21.1 // indirect
64-
github.com/go-openapi/jsonreference v0.21.0 // indirect
62+
github.com/go-openapi/errors v0.22.3 // indirect
63+
github.com/go-openapi/jsonpointer v0.22.1 // indirect
64+
github.com/go-openapi/jsonreference v0.21.2 // indirect
6565
github.com/go-openapi/swag v0.23.1 // indirect
66+
github.com/go-openapi/swag/jsonname v0.25.1 // indirect
6667
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
6768
github.com/gobuffalo/flect v1.0.3 // indirect
6869
github.com/gobwas/glob v0.2.3 // indirect
6970
github.com/goccy/go-yaml v1.18.0 // indirect
7071
github.com/gogo/protobuf v1.3.2 // indirect
7172
github.com/golang/protobuf v1.5.4 // indirect
7273
github.com/google/btree v1.1.3 // indirect
73-
github.com/google/cel-go v0.25.0 // indirect
74+
github.com/google/cel-go v0.26.0 // indirect
7475
github.com/google/gnostic-models v0.7.0 // indirect
7576
github.com/google/go-cmp v0.7.0 // indirect
7677
github.com/google/pprof v0.0.0-20250820193118-f64d9cf942d6 // indirect
77-
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
7878
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
7979
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
8080
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
@@ -87,7 +87,7 @@ require (
8787
github.com/ironcore-dev/vgopath v0.1.5 // indirect
8888
github.com/josharian/intern v1.0.0 // indirect
8989
github.com/jpillora/backoff v1.0.0 // indirect
90-
github.com/json-iterator/go v1.1.12 // indirect
90+
github.com/json-iterator/go v1.1.13-0.20220915233716-71ac16282d12 // indirect
9191
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0 // indirect
9292
github.com/labstack/echo/v4 v4.13.4 // indirect
9393
github.com/labstack/gommon v0.4.2 // indirect
@@ -102,22 +102,23 @@ require (
102102
github.com/moby/spdystream v0.5.0 // indirect
103103
github.com/moby/term v0.5.2 // indirect
104104
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
105-
github.com/modern-go/reflect2 v1.0.2 // indirect
105+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
106106
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
107107
github.com/muhlemmer/gu v0.3.1 // indirect
108108
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
109109
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
110110
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
111111
github.com/nexucis/lamenv v0.5.2 // indirect
112-
github.com/open-telemetry/opentelemetry-operator v0.137.0 // indirect
112+
github.com/open-telemetry/opentelemetry-operator v0.139.0 // indirect
113113
github.com/opencontainers/go-digest v1.0.0 // indirect
114114
github.com/perses/common v0.27.1-0.20250326140707-96e439b14e0e // indirect
115115
github.com/perses/perses v0.51.0 // indirect
116116
github.com/perses/perses-operator v0.2.0 // indirect
117117
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
118118
github.com/pkg/errors v0.9.1 // indirect
119-
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.85.0 // indirect
120-
github.com/prometheus/client_golang v1.23.0 // indirect
119+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
120+
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.86.2 // indirect
121+
github.com/prometheus/client_golang v1.23.2 // indirect
121122
github.com/prometheus/client_model v0.6.2 // indirect
122123
github.com/prometheus/common v0.67.2 // indirect
123124
github.com/prometheus/otlptranslator v0.0.2 // indirect
@@ -135,7 +136,7 @@ require (
135136
github.com/xlab/treeprint v1.2.0 // indirect
136137
github.com/zitadel/oidc/v3 v3.38.1 // indirect
137138
github.com/zitadel/schema v1.3.1 // indirect
138-
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
139+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
139140
go.opentelemetry.io/collector/featuregate v1.37.0 // indirect
140141
go.opentelemetry.io/contrib/otelconf v0.18.0 // indirect
141142
go.opentelemetry.io/otel v1.38.0 // indirect
@@ -161,46 +162,46 @@ require (
161162
go.uber.org/multierr v1.11.0 // indirect
162163
go.yaml.in/yaml/v2 v2.4.3 // indirect
163164
go.yaml.in/yaml/v3 v3.0.4 // indirect
164-
golang.org/x/crypto v0.43.0 // indirect
165+
golang.org/x/crypto v0.44.0 // indirect
165166
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
166167
golang.org/x/mod v0.29.0 // indirect
167168
golang.org/x/net v0.46.0 // indirect
168169
golang.org/x/oauth2 v0.32.0 // indirect
169-
golang.org/x/sync v0.17.0 // indirect
170-
golang.org/x/sys v0.37.0 // indirect
170+
golang.org/x/sync v0.18.0 // indirect
171+
golang.org/x/sys v0.38.0 // indirect
171172
golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 // indirect
172-
golang.org/x/term v0.36.0 // indirect
173-
golang.org/x/text v0.30.0 // indirect
173+
golang.org/x/term v0.37.0 // indirect
174+
golang.org/x/text v0.31.0 // indirect
174175
golang.org/x/time v0.14.0 // indirect
175176
golang.org/x/tools v0.38.0 // indirect
176177
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
177178
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
178-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
179-
google.golang.org/grpc v1.75.0 // indirect
179+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
180+
google.golang.org/grpc v1.76.0 // indirect
180181
google.golang.org/protobuf v1.36.10 // indirect
181-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
182+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
182183
gopkg.in/inf.v0 v0.9.1 // indirect
183184
gopkg.in/yaml.v2 v2.4.0 // indirect
184185
gopkg.in/yaml.v3 v3.0.1 // indirect
185-
helm.sh/helm/v3 v3.18.6 // indirect
186+
helm.sh/helm/v3 v3.19.1 // indirect
186187
istio.io/api v1.27.3 // indirect
187188
istio.io/client-go v1.27.2 // indirect
188-
k8s.io/apiextensions-apiserver v0.33.5 // indirect
189-
k8s.io/autoscaler/vertical-pod-autoscaler v1.4.2 // indirect
190-
k8s.io/cli-runtime v0.33.5 // indirect
191-
k8s.io/code-generator v0.33.5 // indirect
189+
k8s.io/apiextensions-apiserver v0.34.1 // indirect
190+
k8s.io/autoscaler/vertical-pod-autoscaler v1.5.1 // indirect
191+
k8s.io/cli-runtime v0.34.1 // indirect
192+
k8s.io/code-generator v0.34.1 // indirect
192193
k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01 // indirect
193-
k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 // indirect
194+
k8s.io/gengo/v2 v2.0.0-20250820003526-c297c0c1eb9d // indirect
194195
k8s.io/klog v1.0.0 // indirect
195196
k8s.io/klog/v2 v2.130.1 // indirect
196-
k8s.io/kube-aggregator v0.33.5 // indirect
197-
k8s.io/kube-openapi v0.0.0-20250701173324-9bd5c66d9911 // indirect
198-
k8s.io/metrics v0.33.5 // indirect
199-
sigs.k8s.io/controller-tools v0.18.0 // indirect
200-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
201-
sigs.k8s.io/kustomize/api v0.19.0 // indirect
202-
sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect
197+
k8s.io/kube-aggregator v0.34.1 // indirect
198+
k8s.io/kube-openapi v0.0.0-20250814151709-d7b6acb124c3 // indirect
199+
k8s.io/metrics v0.34.1 // indirect
200+
sigs.k8s.io/controller-tools v0.19.0 // indirect
201+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
202+
sigs.k8s.io/kustomize/api v0.20.1 // indirect
203+
sigs.k8s.io/kustomize/kyaml v0.20.1 // indirect
203204
sigs.k8s.io/randfill v1.0.0 // indirect
204-
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
205-
sigs.k8s.io/yaml v1.5.0 // indirect
205+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
206+
sigs.k8s.io/yaml v1.6.0 // indirect
206207
)

0 commit comments

Comments
 (0)