Skip to content

Commit 66a0177

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

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
@@ -17,6 +17,7 @@ require (
1717
go.etcd.io/bbolt v1.4.0
1818
gopkg.in/cheggaaa/pb.v1 v1.0.28
1919
gopkg.in/yaml.v2 v2.4.0
20+
gopkg.in/yaml.v3 v3.0.1
2021
)
2122

2223
require (
@@ -61,5 +62,4 @@ require (
6162
golang.org/x/text v0.22.0 // indirect
6263
google.golang.org/appengine v1.6.7 // indirect
6364
google.golang.org/protobuf v1.36.5 // indirect
64-
gopkg.in/yaml.v3 v3.0.1 // indirect
6565
)

0 commit comments

Comments
 (0)