Skip to content

Commit 02f0ea4

Browse files
committed
update e2e (#39)
1 parent baaa7f2 commit 02f0ea4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

e2e/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ module github.com/fasterci/rules_gitops/e2e
22

33
go 1.20
44

5-
require github.com/fasterci/rules_gitops v0.18.0
5+
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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
github.com/fasterci/rules_gitops v0.18.0 h1:VXG5WNHCA26pA72aqcyeUjXYkBXDyAQxS33QFs4czHw=
2-
github.com/fasterci/rules_gitops v0.18.0/go.mod h1:vdARypk35U3M/1EAmFRptiSbzXg9FMQPe8D33Am7rHY=

testing/it_sidecar/client/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/fasterci/rules_gitops/testing/it_sidecar/client
2+
3+
go 1.20

0 commit comments

Comments
 (0)