We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9551df3 commit ac1eeb9Copy full SHA for ac1eeb9
tests/fuzz/go.mod
@@ -3,3 +3,9 @@ module github.com/fluxcd/helm-controller/tests/fuzz
3
// with fuzz dependencies.
4
5
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