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 447f58b commit 58e651cCopy full SHA for 58e651c
go.mod
@@ -70,3 +70,5 @@ require (
70
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
71
sigs.k8s.io/yaml v1.3.0 // indirect
72
)
73
+
74
+replace github.com/fasterci/rules_gitops/testing/it_sidecar/client => ./testing/it_sidecar/client
vendor/modules.txt
@@ -668,3 +668,4 @@ sigs.k8s.io/structured-merge-diff/v4/value
668
# sigs.k8s.io/yaml v1.3.0
669
## explicit; go 1.12
670
sigs.k8s.io/yaml
671
+# github.com/fasterci/rules_gitops/testing/it_sidecar/client => ./testing/it_sidecar/client
0 commit comments