We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d33c2 commit 2ab2aa5Copy full SHA for 2ab2aa5
go.mod
@@ -18,6 +18,7 @@ require (
18
golang.org/x/mod v0.21.0
19
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
20
gopkg.in/yaml.v2 v2.4.0
21
+ gopkg.in/yaml.v3 v3.0.1
22
)
23
24
require (
@@ -30,5 +31,4 @@ require (
30
31
github.com/spf13/pflag v1.0.5 // indirect
32
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
33
golang.org/x/sync v0.3.0 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
34
0 commit comments