Fix import

Signed-off-by: Yagnesh Mistry <ysh@live.in>
This commit is contained in:
Yagnesh Mistry 2019-10-23 09:27:35 +05:30
parent ceb6bcb318
commit 41e70306b3
1 changed files with 1 additions and 1 deletions

View File

@ -30,8 +30,8 @@ import (
"github.com/pkg/errors"
"sigs.k8s.io/yaml"
"helm.sh/helm/v3/internal/dep/fs"
"helm.sh/helm/v3/internal/resolver"
"helm.sh/helm/v3/internal/third_party/dep/fs"
"helm.sh/helm/v3/internal/urlutil"
"helm.sh/helm/v3/pkg/chart"
"helm.sh/helm/v3/pkg/chart/loader"