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 b34d6af commit 4568fedCopy full SHA for 4568fed
go.mod
@@ -18,6 +18,7 @@ require (
18
golang.org/x/mod v0.27.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.9 // 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