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>
pull/7152/head
Karuppiah Natarajan 6 years ago
parent a626f279ba
commit 2a66e1a0e1
No known key found for this signature in database
GPG Key ID: C674A28337662A96

@ -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"

Loading…
Cancel
Save