update xml serialize

This commit is contained in:
2024-11-04 17:13:12 +08:00
parent 2e0a298aa5
commit bebbd57b58
3 changed files with 60 additions and 24 deletions

7
go.mod
View File

@ -11,4 +11,9 @@ require (
gopkg.in/yaml.v3 v3.0.1
)
require git.zhangdeman.cn/zhangdeman/consts v0.0.0-20241023090605-10cff9173059
require git.zhangdeman.cn/zhangdeman/consts v0.0.0-20241104082108-0f97a870bbc3
require (
github.com/sbabiv/xml2map v1.2.1
github.com/stretchr/testify v1.9.0 // indirect
)