Skip to content

Commit 971dd90

Browse files
committed
bump to fork for more debug output on v1beta1 clusters
1 parent 2a41ce5 commit 971dd90

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.24.0
44

55
toolchain 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
7+
// Required to include https://github.com/kubernetes-sigs/cluster-api/pull/13023 and FIX-for-md-count
8+
replace sigs.k8s.io/cluster-api/test => github.com/chrischdi/cluster-api/test v1.11.4-0.20251121162627-2e4dbd90e49b
99

1010
require (
1111
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.20.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1x
147147
github.com/cenkalti/backoff/v5 v5.0.3/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw=
148148
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
149149
github.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=
150+
github.com/chrischdi/cluster-api/test v1.11.4-0.20251121162627-2e4dbd90e49b h1:k2/kjWJ4koW4AQsdvurUKI7uStfj/LouNLL/E+mPTK0=
151+
github.com/chrischdi/cluster-api/test v1.11.4-0.20251121162627-2e4dbd90e49b/go.mod h1:COviHWIKTcip0VADeIh8Rm5bjqzyZ1LuzKBW1EqjJRc=
152152
github.com/cloudflare/circl v1.1.0/go.mod h1:prBCrKB9DV4poKZY1l9zBXg2QJY7mvgRvtMxxK7fi4I=
153153
github.com/cloudflare/circl v1.6.1 h1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0=
154154
github.com/cloudflare/circl v1.6.1/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs=

0 commit comments

Comments
 (0)