Overwrite fuzz dependencies to use current

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals 2022-03-15 11:42:03 +01:00
parent 9551df3a0a
commit ac1eeb9122
1 changed files with 6 additions and 0 deletions

View File

@ -3,3 +3,9 @@ module github.com/fluxcd/helm-controller/tests/fuzz
// with fuzz dependencies.
go 1.17
// Overwrite with local replace to ensure tests run with current state.
replace (
github.com/fluxcd/helm-controller/api => ../../api
github.com/fluxcd/helm-controller => ../../
)