We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f63c07 commit b0eadd2Copy full SHA for b0eadd2
1 file changed
go.mod
@@ -6,7 +6,8 @@ module github.com/crossplane/upjet
6
7
go 1.23.6
8
9
-replace github.com/crossplane/crossplane-tools => ../../crossplane/crossplane-tools
+// Upstream PR https://github.com/crossplane/crossplane-tools/pull/86
10
+replace github.com/crossplane/crossplane-tools => github.com/ldalorion/crossplane-tools v0.0.0-20250325210356-6507791903ca
11
12
require (
13
dario.cat/mergo v1.0.1
0 commit comments