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/git/git_test.go | |
| parent | b4db40b3e23ef13af6e682d83713aa42ccf56b77 (diff) | |
chore: Upgrade Argo CD dependencies to v2.0.5 (#230)
Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to 'ext/git/git_test.go')
| -rw-r--r-- | ext/git/git_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
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) { |
