升级xml解析
This commit is contained in:
10
go.mod
10
go.mod
@ -5,10 +5,14 @@ go 1.23.0
|
||||
toolchain go1.24.2
|
||||
|
||||
require (
|
||||
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20250425024726-cc17224cb995
|
||||
git.zhangdeman.cn/zhangdeman/util v0.0.0-20240618042405-6ee2c904644e
|
||||
github.com/BurntSushi/toml v1.5.0
|
||||
github.com/go-ini/ini v1.67.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20250425024726-cc17224cb995
|
||||
github.com/stretchr/testify v1.9.0 // indirect
|
||||
)
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/sbabiv/xml2map v1.2.1 // indirect
|
||||
github.com/stretchr/testify v1.9.0 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user