We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f1f33 commit c34749fCopy full SHA for c34749f
1 file changed
pkg/utils/file.go
@@ -11,7 +11,7 @@ import (
11
"path/filepath"
12
13
"github.com/pluralsh/plural-cli/pkg/utils/pathing"
14
- "gopkg.in/yaml.v2"
+ "sigs.k8s.io/yaml"
15
)
16
17
func CopyFile(src, dest string) error {
0 commit comments