We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106c1e6 commit cb59786Copy full SHA for cb59786
go.mod
@@ -2,6 +2,7 @@ module github.com/platform-mesh/golang-commons
2
3
go 1.24.3
4
5
+// This is currently necessary due to the version used in https://github.com/kcp-dev/multicluster-provider/blob/main/go.mod
6
replace sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.20.4
7
8
require (
0 commit comments