diff --git a/pkg/repo/chart.go b/pkg/repo/chart.go index 25cb2457..0b86824e 100644 --- a/pkg/repo/chart.go +++ b/pkg/repo/chart.go @@ -20,13 +20,13 @@ import ( "bytes" "errors" "fmt" - "helm.sh/helm/v3/pkg/chart/loader" pathutil "path" "strconv" "strings" "github.com/chartmuseum/storage" helm_chart "helm.sh/helm/v3/pkg/chart" + "helm.sh/helm/v3/pkg/chart/loader" helm_repo "helm.sh/helm/v3/pkg/repo" )