fix(helm): using the yaml library gopkg.in/yaml.v2

Closes #4911

Signed-off-by: Christian Koeberl <christian.koeberl@gmail.com>
pull/4912/head
Christian Koeberl 7 years ago committed by derkoe
parent 825b15c763
commit c719459280

@ -19,7 +19,7 @@ import (
"log" "log"
"strings" "strings"
"github.com/ghodss/yaml" yaml "gopkg.in/yaml.v2"
"k8s.io/helm/pkg/chart" "k8s.io/helm/pkg/chart"
"k8s.io/helm/pkg/version" "k8s.io/helm/pkg/version"

Loading…
Cancel
Save