Skip to content

Commit

Permalink
fixup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
omrikiei committed Apr 16, 2023
1 parent 06c9a61 commit 1a7cfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/k8s/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ import (
v1 "k8s.io/client-go/kubernetes/typed/apps/v1"
v12 "k8s.io/client-go/kubernetes/typed/core/v1"
_ "k8s.io/client-go/plugin/pkg/client/auth/azure"
_ "k8s.io/client-go/plugin/pkg/client/auth/exec"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp" // https://github.com/kubernetes/client-go/issues/242
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
_ "k8s.io/client-go/plugin/pkg/client/auth/openstack"
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"
"k8s.io/client-go/tools/portforward"
Expand Down

0 comments on commit 1a7cfba

Please sign in to comment.