diff --git a/pkg/downloader/manager.go b/pkg/downloader/manager.go index 2bd03503a..f41a39c0e 100644 --- a/pkg/downloader/manager.go +++ b/pkg/downloader/manager.go @@ -32,6 +32,8 @@ import ( "github.com/Masterminds/semver/v3" "github.com/pkg/errors" + "sigs.k8s.io/yaml" + "helm.sh/helm/v3/internal/resolver" "helm.sh/helm/v3/internal/third_party/dep/fs" "helm.sh/helm/v3/internal/urlutil" @@ -42,7 +44,6 @@ import ( "helm.sh/helm/v3/pkg/helmpath" "helm.sh/helm/v3/pkg/registry" "helm.sh/helm/v3/pkg/repo" - "sigs.k8s.io/yaml" ) // ErrRepoNotFound indicates that chart repositories can't be found in local repo cache.