Merge pull request #7152 from karuppiah7890/use-consistent-yaml-pkg

use sigs.k8s.io/yaml instead of gopkg.in/yaml.v2
pull/7054/head
Matthew Fisher 6 years ago committed by GitHub
commit f388224186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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