We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9551df3 commit b433acdCopy full SHA for b433acd
tests/fuzz/go.mod
@@ -3,3 +3,8 @@ module github.com/fluxcd/helm-controller/tests/fuzz
3
// with fuzz dependencies.
4
5
go 1.17
6
+
7
+replace (
8
+ github.com/fluxcd/helm-controller/api => ../../api
9
+ github.com/fluxcd/helm-controller => ../../
10
+)
0 commit comments