We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72491e5 commit 833004aCopy full SHA for 833004a
cmd/outdated/main.go
@@ -1,9 +1,9 @@
1
package main
2
3
-import "github.com/replicatedhq/outdated/cmd/outdated/cli"
4
-
5
-// Required to use this tool with GCP
6
-import _ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
+import (
+ "github.com/replicatedhq/outdated/cmd/outdated/cli"
+ _ "k8s.io/client-go/plugin/pkg/client/auth/gcp" // required for GKE
+)
7
8
func main() {
9
cli.InitAndExecute()
0 commit comments