Overwrite fuzz dependencies to use current
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
parent
9551df3a0a
commit
ac1eeb9122
|
@ -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 => ../../
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue