use sigs.k8s.io/yaml instead of gopkg.in/yaml.v2

this is for consistency as everywhere we use sigs.k8s.io/yaml package

Signed-off-by: Karuppiah Natarajan <karuppiah7890@gmail.com>
This commit is contained in:
Karuppiah Natarajan 2019-12-04 22:43:42 +05:30
parent a626f279ba
commit 2a66e1a0e1
No known key found for this signature in database
GPG key ID: C674A28337662A96

View file

@ -29,7 +29,7 @@ import (
"github.com/gofrs/flock"
"github.com/pkg/errors"
"github.com/spf13/cobra"
"gopkg.in/yaml.v2"
"sigs.k8s.io/yaml"
"helm.sh/helm/v3/cmd/helm/require"
"helm.sh/helm/v3/pkg/getter"