Skip to content

Commit 86b8902

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent 8c76ba7 commit 86b8902

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
@@ -15,7 +15,7 @@ require (
1515
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
1616
golang.org/x/mod v0.7.0
1717
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
18-
gopkg.in/yaml.v2 v2.4.0
18+
gopkg.in/yaml.v3 v3.0.1
1919
)
2020

2121
require (

0 commit comments

Comments
 (0)