diff --git a/cmd/helm/create.go b/cmd/helm/create.go index e8629b867..2b5a2ce9f 100644 --- a/cmd/helm/create.go +++ b/cmd/helm/create.go @@ -23,9 +23,9 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" - "helm.sh/helm/v3/pkg/chart" "helm.sh/helm/v3/cmd/helm/require" + "helm.sh/helm/v3/pkg/chart" "helm.sh/helm/v3/pkg/chartutil" "helm.sh/helm/v3/pkg/helmpath" )