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 e234d7e commit 11a22ecCopy full SHA for 11a22ec
go.mod
@@ -18,6 +18,7 @@ require (
18
golang.org/x/mod v0.23.0
19
golang.org/x/sys v0.24.0
20
gopkg.in/yaml.v2 v2.4.0
21
+ gopkg.in/yaml.v3 v3.0.1
22
)
23
24
require (
@@ -31,5 +32,4 @@ require (
31
32
github.com/spf13/pflag v1.0.6 // indirect
33
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
34
golang.org/x/sync v0.8.0 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
35
0 commit comments