From 3a773ea439e2220960a6cabc4e88e7271c536971 Mon Sep 17 00:00:00 2001 From: jannfis Date: Mon, 2 Aug 2021 12:20:26 +0200 Subject: chore: Upgrade Argo CD dependencies to v2.0.5 (#230) Signed-off-by: jannfis --- ext/git/client.go | 6 +++--- ext/git/creds.go | 2 +- ext/git/git_test.go | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'ext') diff --git a/ext/git/client.go b/ext/git/client.go index 3cd6bb2..92d8434 100644 --- a/ext/git/client.go +++ b/ext/git/client.go @@ -24,9 +24,9 @@ import ( ssh2 "gopkg.in/src-d/go-git.v4/plumbing/transport/ssh" "gopkg.in/src-d/go-git.v4/storage/memory" - "github.com/argoproj/argo-cd/common" - certutil "github.com/argoproj/argo-cd/util/cert" - executil "github.com/argoproj/argo-cd/util/exec" + "github.com/argoproj/argo-cd/v2/common" + certutil "github.com/argoproj/argo-cd/v2/util/cert" + executil "github.com/argoproj/argo-cd/v2/util/exec" "github.com/argoproj-labs/argocd-image-updater/pkg/log" ) diff --git a/ext/git/creds.go b/ext/git/creds.go index c869430..25a98cf 100644 --- a/ext/git/creds.go +++ b/ext/git/creds.go @@ -10,7 +10,7 @@ import ( argoio "github.com/argoproj/gitops-engine/pkg/utils/io" log "github.com/sirupsen/logrus" - certutil "github.com/argoproj/argo-cd/util/cert" + certutil "github.com/argoproj/argo-cd/v2/util/cert" ) type Creds interface { diff --git a/ext/git/git_test.go b/ext/git/git_test.go index 8d09646..68bdbd2 100644 --- a/ext/git/git_test.go +++ b/ext/git/git_test.go @@ -10,9 +10,9 @@ import ( "github.com/stretchr/testify/assert" - "github.com/argoproj/argo-cd/test/fixture/log" - "github.com/argoproj/argo-cd/test/fixture/path" - "github.com/argoproj/argo-cd/test/fixture/test" + "github.com/argoproj/argo-cd/v2/test/fixture/log" + "github.com/argoproj/argo-cd/v2/test/fixture/path" + "github.com/argoproj/argo-cd/v2/test/fixture/test" ) func TestIsCommitSHA(t *testing.T) { -- cgit v1.2.3