Skip to content

Commit

Permalink
chore: go lint
Browse files Browse the repository at this point in the history
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
  • Loading branch information
blakepettersson committed Sep 10, 2024
1 parent 1f553fa commit 48bf124
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions util/oci/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 48bf124

Please sign in to comment.