diff --git a/pkg/chartutil/dependencies.go b/pkg/chartutil/dependencies.go index fbb56ec28..2989647f0 100644 --- a/pkg/chartutil/dependencies.go +++ b/pkg/chartutil/dependencies.go @@ -19,7 +19,7 @@ import ( "log" "strings" - "github.com/ghodss/yaml" + yaml "gopkg.in/yaml.v2" "k8s.io/helm/pkg/chart" "k8s.io/helm/pkg/version"