diff --git a/kubesec.go b/kubesec.go index 16ba2da..47bf4c3 100644 --- a/kubesec.go +++ b/kubesec.go @@ -10,10 +10,10 @@ import ( "github.com/spf13/cobra" "github.com/spf13/pflag" "gopkg.in/yaml.v2" - "text/template" "io/ioutil" "os" "strings" + "text/template" ) var version string