Skip to content

Commit 8c0d563

Browse files
committed
Overwrite fuzz dependencies to use current
Signed-off-by: Hidde Beydals <[email protected]>
1 parent d14cf6a commit 8c0d563

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/fuzz/go.mod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ module github.com/fluxcd/helm-controller/tests/fuzz
33
// with fuzz dependencies.
44

55
go 1.17
6+
7+
// Overwrite with local replace to ensure tests run with current state.
8+
replace (
9+
github.com/fluxcd/helm-controller/api => ../../api
10+
github.com/fluxcd/helm-controller => ../../
11+
)

0 commit comments

Comments
 (0)