@@ -49,25 +49,24 @@ require (
49
49
golang.org/x/mod v0.27.0
50
50
golang.org/x/text v0.28.0
51
51
gopkg.in/yaml.v3 v3.0.1
52
- k8s.io/api v0.32 .3
53
- k8s.io/apimachinery v0.32 .3
54
- k8s.io/client-go v0.32 .3
55
- k8s.io/cluster-bootstrap v0.32 .3
56
- k8s.io/component-base v0.32 .3
52
+ k8s.io/api v0.33 .3
53
+ k8s.io/apimachinery v0.33 .3
54
+ k8s.io/client-go v0.33 .3
55
+ k8s.io/cluster-bootstrap v0.33 .3
56
+ k8s.io/component-base v0.33 .3
57
57
k8s.io/klog/v2 v2.130.1
58
58
k8s.io/kubectl v0.32.3
59
59
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e
60
60
sigs.k8s.io/cloud-provider-azure v1.32.3
61
- sigs.k8s.io/cluster-api v1.10.4
62
- sigs.k8s.io/cluster-api/test v1.10.4
63
- sigs.k8s.io/controller-runtime v0.20.4
61
+ sigs.k8s.io/cluster-api v1.11.0
62
+ sigs.k8s.io/cluster-api/test v1.11.0
63
+ sigs.k8s.io/controller-runtime v0.21.0
64
64
sigs.k8s.io/kind v0.29.0
65
65
)
66
66
67
67
require (
68
68
al.essio.dev/pkg/shellescape v1.5.1 // indirect
69
69
cel.dev/expr v0.23.0 // indirect
70
- dario.cat/mergo v1.0.1 // indirect
71
70
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
72
71
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6 v6.3.0 // indirect
73
72
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerregistry/armcontainerregistry v1.2.0 // indirect
@@ -87,25 +86,24 @@ require (
87
86
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
88
87
github.com/BurntSushi/toml v1.4.0 // indirect
89
88
github.com/MakeNowJust/heredoc v1.0.0 // indirect
90
- github.com/Masterminds/goutils v1.1.1 // indirect
91
89
github.com/Masterminds/semver/v3 v3.3.1 // indirect
92
- github.com/Masterminds/sprig/v3 v3.3.0 // indirect
93
90
github.com/Microsoft/go-winio v0.5.0 // indirect
94
91
github.com/NYTimes/gziphandler v1.1.1 // indirect
95
92
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
96
93
github.com/adrg/xdg v0.5.3 // indirect
97
94
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
98
- github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
99
95
github.com/benbjohnson/clock v1.3.5 // indirect
100
96
github.com/beorn7/perks v1.0.1 // indirect
101
97
github.com/blang/semver/v4 v4.0.0 // indirect
102
98
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
103
99
github.com/cespare/xxhash/v2 v2.3.0 // indirect
104
100
github.com/cloudflare/circl v1.6.1 // indirect
101
+ github.com/containerd/errdefs v1.0.0 // indirect
102
+ github.com/containerd/errdefs/pkg v0.3.0 // indirect
105
103
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
106
104
github.com/dimchansky/utfbom v1.1.1 // indirect
107
105
github.com/distribution/reference v0.6.0 // indirect
108
- github.com/docker/docker v28.0.2 +incompatible // indirect
106
+ github.com/docker/docker v28.3.3 +incompatible // indirect
109
107
github.com/docker/go-connections v0.5.0 // indirect
110
108
github.com/docker/go-units v0.4.0 // indirect
111
109
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
@@ -126,20 +124,17 @@ require (
126
124
github.com/gogo/protobuf v1.3.2 // indirect
127
125
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
128
126
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
129
- github.com/golang/protobuf v1.5.4 // indirect
130
127
github.com/google/btree v1.1.3 // indirect
131
- github.com/google/cel-go v0.22.1 // indirect
128
+ github.com/google/cel-go v0.23.2 // indirect
132
129
github.com/google/gnostic-models v0.6.9 // indirect
133
130
github.com/google/go-github/v53 v53.2.0 // indirect
134
131
github.com/google/go-querystring v1.1.0 // indirect
135
- github.com/google/gofuzz v1.2.0 // indirect
136
132
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
137
133
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
138
- github.com/gorilla/websocket v1.5.3 // indirect
134
+ github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
139
135
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
140
136
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
141
137
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
142
- github.com/huandu/xstrings v1.5.0 // indirect
143
138
github.com/inconshreveable/mousetrap v1.1.0 // indirect
144
139
github.com/jellydator/ttlcache/v3 v3.3.0 // indirect
145
140
github.com/josharian/intern v1.0.0 // indirect
@@ -151,11 +146,10 @@ require (
151
146
github.com/mattn/go-colorable v0.1.13 // indirect
152
147
github.com/mattn/go-isatty v0.0.20 // indirect
153
148
github.com/mattn/go-runewidth v0.0.14 // indirect
154
- github.com/mitchellh/copystructure v1.2.0 // indirect
155
149
github.com/mitchellh/go-homedir v1.1.0 // indirect
156
- github.com/mitchellh/reflectwalk v1.0.2 // indirect
157
150
github.com/moby/docker-image-spec v1.3.1 // indirect
158
151
github.com/moby/spdystream v0.5.0 // indirect
152
+ github.com/moby/sys/sequential v0.6.0 // indirect
159
153
github.com/moby/term v0.5.0 // indirect
160
154
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
161
155
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -176,15 +170,13 @@ require (
176
170
github.com/rotisserie/eris v0.5.4 // indirect
177
171
github.com/sagikazarmark/locafero v0.7.0 // indirect
178
172
github.com/samber/lo v1.49.1 // indirect
179
- github.com/shopspring/decimal v1.4.0 // indirect
180
173
github.com/sourcegraph/conc v0.3.0 // indirect
181
174
github.com/spf13/afero v1.12.0 // indirect
182
175
github.com/spf13/cast v1.7.1 // indirect
183
176
github.com/spf13/cobra v1.9.1 // indirect
184
- github.com/spf13/viper v1.20.0 // indirect
177
+ github.com/spf13/viper v1.20.1 // indirect
185
178
github.com/stoewer/go-strcase v1.3.0 // indirect
186
179
github.com/subosito/gotenv v1.6.0 // indirect
187
- github.com/valyala/fastjson v1.6.4 // indirect
188
180
github.com/x448/float16 v0.8.4 // indirect
189
181
github.com/xlab/treeprint v1.2.0 // indirect
190
182
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
@@ -194,6 +186,8 @@ require (
194
186
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
195
187
go.uber.org/automaxprocs v1.6.0 // indirect
196
188
go.uber.org/multierr v1.11.0 // indirect
189
+ go.yaml.in/yaml/v2 v2.4.2 // indirect
190
+ go.yaml.in/yaml/v3 v3.0.3 // indirect
197
191
golang.org/x/net v0.43.0 // indirect
198
192
golang.org/x/oauth2 v0.30.0 // indirect
199
193
golang.org/x/sync v0.16.0 // indirect
@@ -208,8 +202,8 @@ require (
208
202
google.golang.org/protobuf v1.36.6 // indirect
209
203
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
210
204
gopkg.in/inf.v0 v0.9.1 // indirect
211
- k8s.io/apiextensions-apiserver v0.32 .3 // indirect
212
- k8s.io/apiserver v0.32 .3 // indirect
205
+ k8s.io/apiextensions-apiserver v0.33 .3 // indirect
206
+ k8s.io/apiserver v0.33 .3 // indirect
213
207
k8s.io/cli-runtime v0.32.3 // indirect
214
208
k8s.io/cloud-provider v0.32.2 // indirect
215
209
k8s.io/component-helpers v0.32.3 // indirect
@@ -222,5 +216,5 @@ require (
222
216
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
223
217
sigs.k8s.io/randfill v1.0.0 // indirect
224
218
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
225
- sigs.k8s.io/yaml v1.4 .0 // indirect
219
+ sigs.k8s.io/yaml v1.6 .0 // indirect
226
220
)
0 commit comments