File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package main
22
33import (
44 "github.com/replicatedhq/troubleshoot/cmd/analyze/cli"
5- _ "k8s.io/client-go/plugin/pkg/client/auth/gcp "
5+ _ "k8s.io/client-go/plugin/pkg/client/auth"
66)
77
88func main () {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package main
22
33import (
44 "github.com/replicatedhq/troubleshoot/cmd/preflight/cli"
5- _ "k8s.io/client-go/plugin/pkg/client/auth/gcp "
5+ _ "k8s.io/client-go/plugin/pkg/client/auth"
66)
77
88func main () {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package main
22
33import (
44 "github.com/replicatedhq/troubleshoot/cmd/troubleshoot/cli"
5- _ "k8s.io/client-go/plugin/pkg/client/auth/gcp "
5+ _ "k8s.io/client-go/plugin/pkg/client/auth"
66)
77
88func main () {
You can’t perform that action at this time.
0 commit comments