Skip to content

Commit

Permalink
use sigs.k8s.io/yaml instead of gopkg.in/yaml.v2
Browse files Browse the repository at this point in the history
this is for consistency as everywhere we use sigs.k8s.io/yaml package

Signed-off-by: Karuppiah Natarajan <karuppiah7890@gmail.com>
  • Loading branch information
karuppiah7890 committed Dec 4, 2019
1 parent a626f27 commit 2a66e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/helm/repo_add.go
Expand Up @@ -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"
Expand Down

0 comments on commit 2a66e1a

Please sign in to comment.