Skip to content

Commit 2ab2aa5

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent f6d33c2 commit 2ab2aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ require (
1818
golang.org/x/mod v0.21.0
1919
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2020
gopkg.in/yaml.v2 v2.4.0
21+
gopkg.in/yaml.v3 v3.0.1
2122
)
2223

2324
require (
@@ -30,5 +31,4 @@ require (
3031
github.com/spf13/pflag v1.0.5 // indirect
3132
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
3233
golang.org/x/sync v0.3.0 // indirect
33-
gopkg.in/yaml.v3 v3.0.1 // indirect
3434
)

0 commit comments

Comments
 (0)