diff --git a/cmd/helm/dependency_build.go b/cmd/helm/dependency_build.go index af7231d69..2b05b355e 100644 --- a/cmd/helm/dependency_build.go +++ b/cmd/helm/dependency_build.go @@ -21,8 +21,8 @@ import ( "path/filepath" "github.com/spf13/cobra" - "k8s.io/client-go/util/homedir" + "k8s.io/helm/cmd/helm/require" "k8s.io/helm/pkg/action" "k8s.io/helm/pkg/downloader"