Skip to content

Commit 8c6a730

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

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.2
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 (
@@ -60,5 +61,4 @@ require (
6061
golang.org/x/text v0.25.0 // indirect
6162
google.golang.org/appengine v1.6.7 // indirect
6263
google.golang.org/protobuf v1.36.6 // indirect
63-
gopkg.in/yaml.v3 v3.0.1 // indirect
6464
)

0 commit comments

Comments
 (0)