Skip to content

Commit d673290

Browse files
authored
Merge pull request kubernetes-sigs#17 from joshlreese/fix-module-names
🐛 Align go module names with directory names.
2 parents 7abad14 + f32999e commit d673290

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

examples/cluster-api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/multicluster-runtime/multicluster-runtime/examples/fleet
1+
module github.com/multicluster-runtime/multicluster-runtime/examples/cluster-api
22

33
go 1.23.4
44

examples/kind/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/multicluster-runtime/multicluster-runtime/examples/fleet
1+
module github.com/multicluster-runtime/multicluster-runtime/examples/kind
22

33
go 1.23.0
44

providers/cluster-api/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
module github.com/multicluster-runtime/multicluster-runtime/providers/clsuter-api
1+
module github.com/multicluster-runtime/multicluster-runtime/providers/cluster-api
22

33
go 1.23.4
44

55
replace github.com/multicluster-runtime/multicluster-runtime => ../..
66

7-
replace github.com/multicluster-runtime/multicluster-runtime/providers/cluster-api => ../../providers/cluster-api
8-
97
require (
108
github.com/go-logr/logr v1.4.2
119
github.com/multicluster-runtime/multicluster-runtime v0.20.0-alpha.5

providers/kind/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/multicluster-runtime/multicluster-runtime/providers/fleet
1+
module github.com/multicluster-runtime/multicluster-runtime/providers/kind
22

33
go 1.23.0
44

0 commit comments

Comments
 (0)