Skip to content

Commit b433acd

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/fuzz/go.mod

+5
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ module github.com/fluxcd/helm-controller/tests/fuzz
33
// with fuzz dependencies.
44

55
go 1.17
6+
7+
replace (
8+
github.com/fluxcd/helm-controller/api => ../../api
9+
github.com/fluxcd/helm-controller => ../../
10+
)

0 commit comments

Comments
 (0)