We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb4397 commit d3ebc72Copy full SHA for d3ebc72
go.mod
@@ -17,6 +17,7 @@ require (
17
go.etcd.io/bbolt v1.4.0
18
gopkg.in/cheggaaa/pb.v1 v1.0.28
19
gopkg.in/yaml.v2 v2.4.0
20
+ gopkg.in/yaml.v3 v3.0.1
21
)
22
23
require (
@@ -61,5 +62,4 @@ require (
61
62
golang.org/x/text v0.22.0 // indirect
63
google.golang.org/appengine v1.6.7 // indirect
64
google.golang.org/protobuf v1.36.5 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
65
0 commit comments