Skip to content

Commit

Permalink
Overwrite fuzz dependencies to use current
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <hello@hidde.co>
  • Loading branch information
hiddeco committed Mar 15, 2022
1 parent 9551df3 commit b433acd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/fuzz/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ module github.com/fluxcd/helm-controller/tests/fuzz
// with fuzz dependencies.

go 1.17

replace (
github.com/fluxcd/helm-controller/api => ../../api
github.com/fluxcd/helm-controller => ../../
)

0 comments on commit b433acd

Please sign in to comment.