File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ module sigs.k8s.io/cluster-api-provider-aws/v2
22
33go 1.24.0
44
5+ # Required to include https://github.com/kubernetes-sigs/cluster-api/pull/13022
6+ replace sigs.k8s.io/cluster-api/test => sigs.k8s.io/cluster-api/test v1.11.4-0.20251120193233-79d030a36310
7+
58require (
69 github.com/alessio/shellescape v1.4.2
710 github.com/apparentlymart/go-cidr v1.1.0
Original file line number Diff line number Diff line change @@ -866,8 +866,8 @@ sigs.k8s.io/aws-iam-authenticator v0.6.13 h1:QSQcAkpt/hF97Ogyoz6sj3WD2twTd2cmxFb
866866sigs.k8s.io/aws-iam-authenticator v0.6.13 /go.mod h1:CnvFyzR/xeLHmUY/BD0qW6q0wp6KIwXmFp4eTfrHdP8 =
867867sigs.k8s.io/cluster-api v1.11.1 h1:7CyGCTxv1p3Y2kRe1ljTj/w4TcdIdWNj0CTBc4i1aBo =
868868sigs.k8s.io/cluster-api v1.11.1 /go.mod h1:zyrjgJ5RbXhwKcAdUlGPNK5YOHpcmxXvur+5I8lkMUQ =
869- sigs.k8s.io/cluster-api/test v1.11.1 h1:p9tT2HupKHW1URQDsZ3QNdEC/YPc8nrkiV6RCtNgi5k =
870- sigs.k8s.io/cluster-api/test v1.11.1 /go.mod h1:COviHWIKTcip0VADeIh8Rm5bjqzyZ1LuzKBW1EqjJRc =
869+ sigs.k8s.io/cluster-api/test v1.11.4-0.20251120193233-79d030a36310 h1:NVupKr3XvaMUpik1k1pGV41UnvdLCMRK4hVROVSYSxg =
870+ sigs.k8s.io/cluster-api/test v1.11.4-0.20251120193233-79d030a36310 /go.mod h1:COviHWIKTcip0VADeIh8Rm5bjqzyZ1LuzKBW1EqjJRc =
871871sigs.k8s.io/controller-runtime v0.21.0 h1:CYfjpEuicjUecRk+KAeyYh+ouUBn4llGyDYytIGcJS8 =
872872sigs.k8s.io/controller-runtime v0.21.0 /go.mod h1:OSg14+F65eWqIu4DceX7k/+QRAbTTvxeQSNSOQpukWM =
873873sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 h1:/Rv+M11QRah1itp8VhT6HoVx1Ray9eB4DBr+K+/sCJ8 =
You can’t perform that action at this time.
0 commit comments