diff --git a/cmd/helm/version.go b/cmd/helm/version.go index ee79b6d21..c1e53d59c 100644 --- a/cmd/helm/version.go +++ b/cmd/helm/version.go @@ -1,15 +1,8 @@ package main import ( - "errors" "fmt" - "strings" - "github.com/gosuri/uitable" - "github.com/kubernetes/helm/pkg/helm" - "github.com/kubernetes/helm/pkg/proto/hapi/release" - "github.com/kubernetes/helm/pkg/proto/hapi/services" - "github.com/kubernetes/helm/pkg/timeconv" "github.com/spf13/cobra" )