Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
fix: add client auth import
Browse files Browse the repository at this point in the history
  • Loading branch information
b4nst committed Apr 22, 2022
1 parent 857c998 commit 998aaea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cmd/cuebe/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ limitations under the License.
*/
package main

import "github.com/loft-orbital/cuebe/cmd/cuebe/cmd"
import (
"github.com/loft-orbital/cuebe/cmd/cuebe/cmd"

_ "k8s.io/client-go/plugin/pkg/client/auth"
)

func main() {
cmd.Execute()
Expand Down

0 comments on commit 998aaea

Please sign in to comment.