Skip to content

Commit 7abad14

Browse files
committed
Update examples/kind/go.mod to depend on v0.20.0-alpha.5
1 parent fbdaf61 commit 7abad14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/kind/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ replace github.com/multicluster-runtime/multicluster-runtime => ../..
77
replace github.com/multicluster-runtime/multicluster-runtime/providers/kind => ../../providers/kind
88

99
require (
10-
github.com/multicluster-runtime/multicluster-runtime v0.20.0-alpha.3
11-
github.com/multicluster-runtime/multicluster-runtime/providers/kind v0.20.0-alpha.3
10+
github.com/multicluster-runtime/multicluster-runtime v0.20.0-alpha.5
11+
github.com/multicluster-runtime/multicluster-runtime/providers/kind v0.20.0-alpha.5
1212
golang.org/x/sync v0.8.0
1313
k8s.io/api v0.32.1
1414
k8s.io/apimachinery v0.32.1

0 commit comments

Comments
 (0)