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 @@ -4,6 +4,9 @@ go 1.24.0
44
55toolchain go1.24.10
66
7+ // Required to include https://github.com/kubernetes-sigs/cluster-api/pull/13023
8+ replace sigs.k8s.io/cluster-api/test => github.com/chrischdi/cluster-api/test v1.11.4-0.20251121064524-3ffd0f933d73
9+
710require (
811 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.20.0
912 github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
Original file line number Diff line number Diff line change @@ -147,6 +147,8 @@ github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1x
147147github.com/cenkalti/backoff/v5 v5.0.3 /go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw =
148148github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
149149github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
150+ github.com/chrischdi/cluster-api/test v1.11.4-0.20251121064524-3ffd0f933d73 h1:LxP3zOFAlRN0nzxw2xlDqYA/s0ikh43MB3CmzPTimbc =
151+ github.com/chrischdi/cluster-api/test v1.11.4-0.20251121064524-3ffd0f933d73 /go.mod h1:COviHWIKTcip0VADeIh8Rm5bjqzyZ1LuzKBW1EqjJRc =
150152github.com/cloudflare/circl v1.1.0 /go.mod h1:prBCrKB9DV4poKZY1l9zBXg2QJY7mvgRvtMxxK7fi4I =
151153github.com/cloudflare/circl v1.6.1 h1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0 =
152154github.com/cloudflare/circl v1.6.1 /go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs =
@@ -622,8 +624,6 @@ sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader v0.4.1 h1:F5qZPS35TGb
622624sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader v0.4.1 /go.mod h1:rEQnoF3pmD1kmAFQCwA/SqHiiftLFeMwdQt0gsuKWbM =
623625sigs.k8s.io/cluster-api v1.11.2 h1:uAczaBavU5Y6aDgyoXWtq28k1kalpSZnVItwXHusw1c =
624626sigs.k8s.io/cluster-api v1.11.2 /go.mod h1:C1gJVAjMXRG+M+djjGYNkoi5kBMhFnOUI9QqZDAtMms =
625- sigs.k8s.io/cluster-api/test v1.11.2 h1:SaYS/HexHPIU2r7oDBaq/CNOD+NP84oGnRY3KD9YIN8 =
626- sigs.k8s.io/cluster-api/test v1.11.2 /go.mod h1:COviHWIKTcip0VADeIh8Rm5bjqzyZ1LuzKBW1EqjJRc =
627627sigs.k8s.io/controller-runtime v0.21.0 h1:CYfjpEuicjUecRk+KAeyYh+ouUBn4llGyDYytIGcJS8 =
628628sigs.k8s.io/controller-runtime v0.21.0 /go.mod h1:OSg14+F65eWqIu4DceX7k/+QRAbTTvxeQSNSOQpukWM =
629629sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 h1:gBQPwqORJ8d8/YNZWEjoZs7npUVDpVXUUOFfW6CgAqE =
You can’t perform that action at this time.
0 commit comments