@@ -6,7 +6,7 @@ toolchain go1.24.4
6
6
7
7
require (
8
8
github.com/ahmetb/gen-crd-api-reference-docs v0.3.0
9
- github.com/gardener/gardener v1.117.6
9
+ github.com/gardener/gardener v1.122.0
10
10
github.com/gardener/gardener-extension-provider-openstack v1.47.0
11
11
github.com/go-logr/logr v1.4.3
12
12
github.com/golang/mock v1.6.0
@@ -19,122 +19,149 @@ require (
19
19
golang.org/x/tools v0.34.0
20
20
gomodules.xyz/jsonpatch/v2 v2.5.0
21
21
gopkg.in/yaml.v3 v3.0.1
22
- istio.io/api v1.25.2
22
+ istio.io/api v1.25.3
23
23
istio.io/client-go v1.25.1
24
- k8s.io/api v0.32.6
25
- k8s.io/apiextensions-apiserver v0.32.6
26
- k8s.io/apimachinery v0.32.6
27
- k8s.io/client-go v0.32.6
28
- k8s.io/code-generator v0.32.6
29
- k8s.io/component-base v0.32.6
24
+ k8s.io/api v0.33.2
25
+ k8s.io/apiextensions-apiserver v0.33.2
26
+ k8s.io/apimachinery v0.33.2
27
+ k8s.io/client-go v0.33.2
28
+ k8s.io/code-generator v0.33.2
29
+ k8s.io/component-base v0.33.2
30
30
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
31
- sigs.k8s.io/controller-runtime v0.20.4
31
+ sigs.k8s.io/controller-runtime v0.21.0
32
32
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20231015215740-bf15e44028f9
33
33
)
34
34
35
35
require (
36
+ cel.dev/expr v0.23.1 // indirect
36
37
dario.cat/mergo v1.0.1 // indirect
37
- github.com/BurntSushi/toml v1.4 .0 // indirect
38
+ github.com/BurntSushi/toml v1.5 .0 // indirect
38
39
github.com/Masterminds/goutils v1.1.1 // indirect
39
40
github.com/Masterminds/semver/v3 v3.3.1 // indirect
40
41
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
41
- github.com/andybalholm/brotli v1.1.1 // indirect
42
+ github.com/PaesslerAG/gval v1.2.4 // indirect
43
+ github.com/PaesslerAG/jsonpath v0.1.2-0.20240726212847-3a740cf7976f // indirect
44
+ github.com/andybalholm/brotli v1.2.0 // indirect
45
+ github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
42
46
github.com/beorn7/perks v1.0.1 // indirect
47
+ github.com/blang/semver/v4 v4.0.0 // indirect
48
+ github.com/brunoga/deep v1.2.5 // indirect
43
49
github.com/cespare/xxhash/v2 v2.3.0 // indirect
44
50
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
45
- github.com/cyphar/filepath-securejoin v0.3.6 // indirect
51
+ github.com/cyphar/filepath-securejoin v0.4.1 // indirect
46
52
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
47
- github.com/emicklei/go-restful/v3 v3.12.1 // indirect
53
+ github.com/emicklei/go-restful/v3 v3.12.2 // indirect
48
54
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
49
55
github.com/fatih/color v1.18.0 // indirect
50
56
github.com/fluent/fluent-operator/v3 v3.3.0 // indirect
51
- github.com/fsnotify/fsnotify v1.8 .0 // indirect
52
- github.com/fxamacker/cbor/v2 v2.7 .0 // indirect
57
+ github.com/fsnotify/fsnotify v1.9 .0 // indirect
58
+ github.com/fxamacker/cbor/v2 v2.8 .0 // indirect
53
59
github.com/gardener/cert-management v0.17.5 // indirect
54
- github.com/gardener/etcd-druid/api v0.29.0 // indirect
55
- github.com/gardener/machine-controller-manager v0.57.2 // indirect
60
+ github.com/gardener/etcd-druid/api v0.30.1 // indirect
61
+ github.com/gardener/machine-controller-manager v0.58.0 // indirect
62
+ github.com/go-jose/go-jose/v4 v4.1.0 // indirect
56
63
github.com/go-logr/zapr v1.3.0 // indirect
57
64
github.com/go-openapi/errors v0.22.0 // indirect
58
- github.com/go-openapi/jsonpointer v0.21.0 // indirect
65
+ github.com/go-openapi/jsonpointer v0.21.1 // indirect
59
66
github.com/go-openapi/jsonreference v0.21.0 // indirect
60
- github.com/go-openapi/swag v0.23.0 // indirect
67
+ github.com/go-openapi/swag v0.23.1 // indirect
61
68
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
62
69
github.com/gobuffalo/flect v1.0.3 // indirect
63
70
github.com/gobwas/glob v0.2.3 // indirect
64
71
github.com/gogo/protobuf v1.3.2 // indirect
65
72
github.com/golang/protobuf v1.5.4 // indirect
66
73
github.com/google/btree v1.1.3 // indirect
74
+ github.com/google/cel-go v0.25.0 // indirect
67
75
github.com/google/gnostic-models v0.6.9 // indirect
68
76
github.com/google/go-cmp v0.7.0 // indirect
69
- github.com/google/gofuzz v1.2.0 // indirect
70
77
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
71
78
github.com/google/uuid v1.6.0 // indirect
72
- github.com/gorilla/websocket v1.5.3 // indirect
79
+ github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
73
80
github.com/hashicorp/errwrap v1.1.0 // indirect
74
81
github.com/hashicorp/go-multierror v1.1.1 // indirect
75
82
github.com/huandu/xstrings v1.5.0 // indirect
76
83
github.com/inconshreveable/mousetrap v1.1.0 // indirect
77
84
github.com/ironcore-dev/vgopath v0.1.5 // indirect
78
85
github.com/josharian/intern v1.0.0 // indirect
86
+ github.com/jpillora/backoff v1.0.0 // indirect
79
87
github.com/json-iterator/go v1.1.12 // indirect
80
88
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0 // indirect
89
+ github.com/labstack/echo/v4 v4.13.4 // indirect
90
+ github.com/labstack/gommon v0.4.2 // indirect
81
91
github.com/mailru/easyjson v0.9.0 // indirect
82
- github.com/mattn/go-colorable v0.1.13 // indirect
92
+ github.com/mattn/go-colorable v0.1.14 // indirect
83
93
github.com/mattn/go-isatty v0.0.20 // indirect
84
94
github.com/mitchellh/copystructure v1.2.0 // indirect
85
95
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
86
96
github.com/mitchellh/reflectwalk v1.0.2 // indirect
87
97
github.com/moby/spdystream v0.5.0 // indirect
88
98
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
89
99
github.com/modern-go/reflect2 v1.0.2 // indirect
100
+ github.com/muhlemmer/gu v0.3.1 // indirect
90
101
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
102
+ github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
91
103
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
92
- github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.81.0 // indirect
104
+ github.com/nexucis/lamenv v0.5.2 // indirect
105
+ github.com/perses/common v0.27.1-0.20250326140707-96e439b14e0e // indirect
106
+ github.com/perses/perses v0.51.0 // indirect
107
+ github.com/perses/perses-operator v0.2.0 // indirect
108
+ github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.83.0 // indirect
93
109
github.com/prometheus/client_golang v1.22.0 // indirect
94
- github.com/prometheus/client_model v0.6.1 // indirect
95
- github.com/prometheus/common v0.63 .0 // indirect
96
- github.com/prometheus/procfs v0.15 .1 // indirect
110
+ github.com/prometheus/client_model v0.6.2 // indirect
111
+ github.com/prometheus/common v0.65 .0 // indirect
112
+ github.com/prometheus/procfs v0.16 .1 // indirect
97
113
github.com/russross/blackfriday/v2 v2.1.0 // indirect
98
114
github.com/shopspring/decimal v1.4.0 // indirect
115
+ github.com/sirupsen/logrus v1.9.3 // indirect
99
116
github.com/spf13/afero v1.14.0 // indirect
100
117
github.com/spf13/cast v1.7.1 // indirect
118
+ github.com/stoewer/go-strcase v1.3.0 // indirect
101
119
github.com/tidwall/match v1.1.1 // indirect
102
- github.com/tidwall/pretty v1.2.0 // indirect
120
+ github.com/tidwall/pretty v1.2.1 // indirect
121
+ github.com/valyala/bytebufferpool v1.0.0 // indirect
122
+ github.com/valyala/fasttemplate v1.2.2 // indirect
103
123
github.com/x448/float16 v0.8.4 // indirect
104
124
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
105
125
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
106
126
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
127
+ github.com/zitadel/oidc/v3 v3.38.1 // indirect
128
+ github.com/zitadel/schema v1.3.1 // indirect
129
+ go.opentelemetry.io/otel v1.35.0 // indirect
130
+ go.opentelemetry.io/otel/trace v1.35.0 // indirect
107
131
go.uber.org/automaxprocs v1.6.0 // indirect
108
132
go.uber.org/mock v0.5.0 // indirect
109
133
go.uber.org/multierr v1.11.0 // indirect
110
134
go.uber.org/zap v1.27.0 // indirect
111
135
golang.org/x/crypto v0.39.0 // indirect
112
- golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
136
+ golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
113
137
golang.org/x/mod v0.25.0 // indirect
114
138
golang.org/x/net v0.41.0 // indirect
115
- golang.org/x/oauth2 v0.28 .0 // indirect
139
+ golang.org/x/oauth2 v0.30 .0 // indirect
116
140
golang.org/x/sync v0.15.0 // indirect
117
141
golang.org/x/sys v0.33.0 // indirect
118
142
golang.org/x/term v0.32.0 // indirect
119
143
golang.org/x/text v0.26.0 // indirect
120
- golang.org/x/time v0.11.0 // indirect
121
- google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
122
- google.golang.org/protobuf v1.36.5 // indirect
144
+ golang.org/x/time v0.12.0 // indirect
145
+ google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect
146
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
147
+ google.golang.org/protobuf v1.36.6 // indirect
123
148
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
124
149
gopkg.in/inf.v0 v0.9.1 // indirect
125
150
gopkg.in/yaml.v2 v2.4.0 // indirect
126
- helm.sh/helm/v3 v3.17.3 // indirect
151
+ helm.sh/helm/v3 v3.18.3 // indirect
152
+ k8s.io/apiserver v0.33.2 // indirect
127
153
k8s.io/autoscaler v0.0.0-20190805135949-100e91ba756e // indirect
128
154
k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01 // indirect
129
- k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
155
+ k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 // indirect
130
156
k8s.io/klog v1.0.0 // indirect
131
157
k8s.io/klog/v2 v2.130.1 // indirect
132
- k8s.io/kube-aggregator v0.32.3 // indirect
133
- k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
134
- k8s.io/kubelet v0.32.3 // indirect
135
- k8s.io/metrics v0.32.3 // indirect
136
- sigs.k8s.io/controller-tools v0.17.3 // indirect
158
+ k8s.io/kube-aggregator v0.33.2 // indirect
159
+ k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
160
+ k8s.io/kubelet v0.33.2 // indirect
161
+ k8s.io/metrics v0.33.2 // indirect
162
+ sigs.k8s.io/controller-tools v0.18.0 // indirect
137
163
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
138
- sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
164
+ sigs.k8s.io/randfill v1.0.0 // indirect
165
+ sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
139
166
sigs.k8s.io/yaml v1.4.0 // indirect
140
167
)
0 commit comments