Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fhielpos committed Oct 3, 2023
1 parent 7eee72a commit 9b450f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ import (
// Import all Kubernetes client auth plugins (e.g. Azure, GCP, OIDC, etc.)
// to ensure that exec-entrypoint and run can make use of them.

"github.com/giantswarm/kyverno-policy-operator/internal/controller"
kyvernov1 "github.com/kyverno/kyverno/api/kyverno/v1"

"github.com/giantswarm/kyverno-policy-operator/internal/controller"

kyvernov2alpha1 "github.com/kyverno/kyverno/api/kyverno/v2alpha1"

_ "k8s.io/client-go/plugin/pkg/client/auth"
Expand Down

0 comments on commit 9b450f6

Please sign in to comment.