mirror of
https://github.com/helm/helm.git
synced 2026-04-29 18:19:15 -04:00
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:
parent
a626f279ba
commit
2a66e1a0e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue