We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baaa7f2 commit 02f0ea4Copy full SHA for 02f0ea4
e2e/go.mod
@@ -2,4 +2,6 @@ module github.com/fasterci/rules_gitops/e2e
2
3
go 1.20
4
5
-require github.com/fasterci/rules_gitops v0.18.0
+require github.com/fasterci/rules_gitops/testing/it_sidecar/client v0.31.8
6
+
7
+replace github.com/fasterci/rules_gitops/testing/it_sidecar/client => ../testing/it_sidecar/client
e2e/go.sum
@@ -1,2 +0,0 @@
1
-github.com/fasterci/rules_gitops v0.18.0 h1:VXG5WNHCA26pA72aqcyeUjXYkBXDyAQxS33QFs4czHw=
-github.com/fasterci/rules_gitops v0.18.0/go.mod h1:vdARypk35U3M/1EAmFRptiSbzXg9FMQPe8D33Am7rHY=
testing/it_sidecar/client/go.mod
@@ -0,0 +1,3 @@
+module github.com/fasterci/rules_gitops/testing/it_sidecar/client
+go 1.20
0 commit comments