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 31f84d9 commit 5c73537Copy full SHA for 5c73537
go.mod
@@ -17,6 +17,7 @@ require (
17
go.etcd.io/bbolt v1.4.3
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 (
@@ -69,5 +70,4 @@ require (
69
70
golang.org/x/tools v0.35.0 // indirect
71
google.golang.org/appengine v1.6.7 // indirect
72
google.golang.org/protobuf v1.36.9 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
73
0 commit comments