Skip to content

Commit b6a4375

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ require (
1818
golang.org/x/mod v0.22.0
1919
golang.org/x/sys v0.24.0
2020
gopkg.in/yaml.v2 v2.4.0
21+
gopkg.in/yaml.v3 v3.0.1
2122
)
2223

2324
require (
@@ -31,5 +32,4 @@ require (
3132
github.com/spf13/pflag v1.0.5 // indirect
3233
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
3334
golang.org/x/sync v0.8.0 // indirect
34-
gopkg.in/yaml.v3 v3.0.1 // indirect
3535
)

0 commit comments

Comments
 (0)