File tree 4 files changed +4
-6
lines changed
4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- module github.com/multicluster-runtime/multicluster-runtime/examples/fleet
1
+ module github.com/multicluster-runtime/multicluster-runtime/examples/cluster-api
2
2
3
3
go 1.23.4
4
4
Original file line number Diff line number Diff line change 1
- module github.com/multicluster-runtime/multicluster-runtime/examples/fleet
1
+ module github.com/multicluster-runtime/multicluster-runtime/examples/kind
2
2
3
3
go 1.23.0
4
4
Original file line number Diff line number Diff line change 1
- module github.com/multicluster-runtime/multicluster-runtime/providers/clsuter -api
1
+ module github.com/multicluster-runtime/multicluster-runtime/providers/cluster -api
2
2
3
3
go 1.23.4
4
4
5
5
replace github.com/multicluster-runtime/multicluster-runtime => ../..
6
6
7
- replace github.com/multicluster-runtime/multicluster-runtime/providers/cluster-api => ../../providers/cluster-api
8
-
9
7
require (
10
8
github.com/go-logr/logr v1.4.2
11
9
github.com/multicluster-runtime/multicluster-runtime v0.20.0-alpha.5
Original file line number Diff line number Diff line change 1
- module github.com/multicluster-runtime/multicluster-runtime/providers/fleet
1
+ module github.com/multicluster-runtime/multicluster-runtime/providers/kind
2
2
3
3
go 1.23.0
4
4
You can’t perform that action at this time.
0 commit comments