Update go.sum and provider.go

This commit is contained in:
up9-github
2021-04-22 10:16:27 +03:00
parent a39f6f3d43
commit 78f5a569c6
2 changed files with 11 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ import (
"k8s.io/apimachinery/pkg/watch"
"k8s.io/client-go/kubernetes"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
_ "k8s.io/client-go/plugin/pkg/client/auth/azure"
_ "k8s.io/client-go/plugin/pkg/client/auth/openstack"
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
restclient "k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"
_ "k8s.io/client-go/tools/portforward"