Skip to content

Commit

Permalink
add oidc dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nikopen authored Nov 20, 2018
1 parent f164096 commit 44e55e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lookup/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ import (

// Required for GKE Auth
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
// Required for dex / oidc
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
)

type clusterInfo struct {
Expand Down

0 comments on commit 44e55e1

Please sign in to comment.