Skip to content

Commit ac1eeb9

Browse files
committed
Overwrite fuzz dependencies to use current
Signed-off-by: Hidde Beydals <hello@hidde.co>
1 parent 9551df3 commit ac1eeb9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/fuzz/go.mod

+6
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)