Skip to content

Commit

Permalink
goimports and linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Strang committed Feb 7, 2024
1 parent fb6a29a commit b47ef45
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import (
"text/template"
"time"

"github.com/spf13/cobra"
"golang.org/x/sync/semaphore"
v1 "k8s.io/api/core/v1"

"github.com/argoproj-labs/argocd-image-updater/pkg/argocd"
"github.com/argoproj-labs/argocd-image-updater/pkg/common"
"github.com/argoproj-labs/argocd-image-updater/pkg/env"
Expand All @@ -18,9 +22,6 @@ import (
"github.com/argoproj-labs/argocd-image-updater/pkg/metrics"
"github.com/argoproj-labs/argocd-image-updater/pkg/registry"
"github.com/argoproj-labs/argocd-image-updater/pkg/version"
"github.com/spf13/cobra"
"golang.org/x/sync/semaphore"
v1 "k8s.io/api/core/v1"
)

// newRunCommand implements "run" command
Expand Down

0 comments on commit b47ef45

Please sign in to comment.