Skip to content

Commit b0eadd2

Browse files
committed
fix: correct replace directive
1 parent 1f63c07 commit b0eadd2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ module github.com/crossplane/upjet
66

77
go 1.23.6
88

9-
replace github.com/crossplane/crossplane-tools => ../../crossplane/crossplane-tools
9+
// 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
1011

1112
require (
1213
dario.cat/mergo v1.0.1

0 commit comments

Comments
 (0)