Skip to content

Commit cb59786

Browse files
committed
docs: adding comment for replace statement in go.mod
1 parent 106c1e6 commit cb59786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module github.com/platform-mesh/golang-commons
22

33
go 1.24.3
44

5+
// This is currently necessary due to the version used in https://github.com/kcp-dev/multicluster-provider/blob/main/go.mod
56
replace sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.20.4
67

78
require (

0 commit comments

Comments
 (0)