Skip to content

Commit 5c73537

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent 31f84d9 commit 5c73537

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.3
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 (
@@ -69,5 +70,4 @@ require (
6970
golang.org/x/tools v0.35.0 // indirect
7071
google.golang.org/appengine v1.6.7 // indirect
7172
google.golang.org/protobuf v1.36.9 // indirect
72-
gopkg.in/yaml.v3 v3.0.1 // indirect
7373
)

0 commit comments

Comments
 (0)