diff --git a/cmd/helm/repo_add.go b/cmd/helm/repo_add.go index 3588e1e41..8450e78dc 100644 --- a/cmd/helm/repo_add.go +++ b/cmd/helm/repo_add.go @@ -22,7 +22,6 @@ import ( "io" "io/ioutil" "os" - "path/filepath" "strings" "time" @@ -34,6 +33,7 @@ import ( "helm.sh/helm/v3/cmd/helm/require" "helm.sh/helm/v3/pkg/getter" "helm.sh/helm/v3/pkg/repo" + "path/filepath" ) type repoAddOptions struct {