summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/git/client.go6
-rw-r--r--ext/git/creds.go2
-rw-r--r--ext/git/git_test.go6
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) {