From 7cb6fce3127867434d1c9f8131e93a77098ae821 Mon Sep 17 00:00:00 2001 From: Aleksey Pesternikov Date: Thu, 13 Jun 2024 17:01:05 -0700 Subject: [PATCH] replace for github.com/fasterci/rules_gitops/testing/it_sidecar/client module --- go.mod | 2 ++ vendor/modules.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/go.mod b/go.mod index cf794338..543b0d08 100644 --- a/go.mod +++ b/go.mod @@ -70,3 +70,5 @@ require ( sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect sigs.k8s.io/yaml v1.3.0 // indirect ) + +replace github.com/fasterci/rules_gitops/testing/it_sidecar/client => ./testing/it_sidecar/client diff --git a/vendor/modules.txt b/vendor/modules.txt index 86ca6d0c..744e5768 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -668,3 +668,4 @@ sigs.k8s.io/structured-merge-diff/v4/value # sigs.k8s.io/yaml v1.3.0 ## explicit; go 1.12 sigs.k8s.io/yaml +# github.com/fasterci/rules_gitops/testing/it_sidecar/client => ./testing/it_sidecar/client