diff options
| author | jannfis <jann@mistrust.net> | 2021-08-02 12:20:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-02 12:20:26 +0200 |
| commit | 3a773ea439e2220960a6cabc4e88e7271c536971 (patch) | |
| tree | ff0fd4e31adac70616f989742cb019ca3340ab3f /ext | |
| parent | b4db40b3e23ef13af6e682d83713aa42ccf56b77 (diff) | |
chore: Upgrade Argo CD dependencies to v2.0.5 (#230)
Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/git/client.go | 6 | ||||
| -rw-r--r-- | ext/git/creds.go | 2 | ||||
| -rw-r--r-- | ext/git/git_test.go | 6 |
3 files changed, 7 insertions, 7 deletions
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) { |
