Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
ngtuna committed Nov 28, 2017
1 parent 3a64a61 commit 577b42d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/down.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package cmd

import (
"fmt"

"github.com/ksonnet/kubecfg/pkg/kubecfg"
"github.com/ksonnet/kubecfg/utils"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package cmd
import (
"bufio"
"crypto/rand"
"encoding/base64"
"errors"
"io"
"os"
Expand All @@ -37,7 +38,6 @@ import (
"k8s.io/client-go/tools/clientcmd"

// Adding explicitely the GCP auth plugin
"encoding/base64"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
)

Expand Down

0 comments on commit 577b42d

Please sign in to comment.