From 202f6bf966566f8a7f9186dced962e517ceb4a3f Mon Sep 17 00:00:00 2001 From: Florin Hillebrand Date: Tue, 15 Aug 2023 17:09:25 +0200 Subject: feat: Add possibility to specify write-back GIT repository as annotation (#424) * Add possibility to specify write-back GIT repository as annotation. Signed-off-by: flozzone * Update golangci-lint to 1.52.2. Signed-off-by: flozzone * Replace deprecated golangci linters with 'unused' linter. Signed-off-by: flozzone * Fix Goimport issues. Signed-off-by: flozzone --------- Signed-off-by: flozzone --- ext/git/mocks/Client.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/git/mocks/Client.go b/ext/git/mocks/Client.go index c0b8344..645e065 100644 --- a/ext/git/mocks/Client.go +++ b/ext/git/mocks/Client.go @@ -3,8 +3,9 @@ package mocks import ( - git "github.com/argoproj-labs/argocd-image-updater/ext/git" mock "github.com/stretchr/testify/mock" + + git "github.com/argoproj-labs/argocd-image-updater/ext/git" ) // Client is an autogenerated mock type for the Client type -- cgit v1.2.3