From 48bf1240e2c8fb474f288c3ff1606d4e787cb1d6 Mon Sep 17 00:00:00 2001 From: Blake Pettersson Date: Tue, 10 Sep 2024 18:38:53 +0200 Subject: [PATCH] chore: go lint Signed-off-by: Blake Pettersson --- util/oci/client.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/util/oci/client.go b/util/oci/client.go index ed11cba5bda8c9..0e8233f5a0c832 100644 --- a/util/oci/client.go +++ b/util/oci/client.go @@ -21,12 +21,13 @@ import ( v1 "github.com/opencontainers/image-spec/specs-go/v1" "github.com/Masterminds/semver/v3" + "github.com/argoproj/pkg/sync" + log "github.com/sirupsen/logrus" + "github.com/argoproj/argo-cd/v2/util/cache" argoio "github.com/argoproj/argo-cd/v2/util/io" "github.com/argoproj/argo-cd/v2/util/io/files" "github.com/argoproj/argo-cd/v2/util/proxy" - "github.com/argoproj/pkg/sync" - log "github.com/sirupsen/logrus" "oras.land/oras-go/v2" "oras.land/oras-go/v2/content/file"