Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ module github.com/fasterci/rules_gitops/e2e

go 1.20

require github.com/fasterci/rules_gitops v0.18.0
require github.com/fasterci/rules_gitops/testing/it_sidecar/client v0.31.8

replace github.com/fasterci/rules_gitops/testing/it_sidecar/client => ../testing/it_sidecar/client
2 changes: 0 additions & 2 deletions e2e/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
github.com/fasterci/rules_gitops v0.18.0 h1:VXG5WNHCA26pA72aqcyeUjXYkBXDyAQxS33QFs4czHw=
github.com/fasterci/rules_gitops v0.18.0/go.mod h1:vdARypk35U3M/1EAmFRptiSbzXg9FMQPe8D33Am7rHY=
3 changes: 3 additions & 0 deletions testing/it_sidecar/client/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/fasterci/rules_gitops/testing/it_sidecar/client

go 1.20