feat: dump2YAML

This commit is contained in:
debugtalk
2021-10-09 16:39:25 +08:00
parent 44f9756646
commit 3cbcab6361
4 changed files with 115 additions and 75 deletions

1
go.mod
View File

@@ -20,4 +20,5 @@ require (
github.com/zeromq/gomq v0.0.0-20201031135124-cef4e507bb8e // indirect
github.com/zeromq/gomq/zmtp v0.0.0-20201031135124-cef4e507bb8e // indirect
golang.org/x/sys v0.0.0-20210917161153-d61c044b1678 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)