17 lines
408 B
Modula-2
17 lines
408 B
Modula-2
module git.zhangdeman.cn/zhangdeman/serialize
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.2
|
|
|
|
require (
|
|
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20260110085649-492e9bae2f71
|
|
git.zhangdeman.cn/zhangdeman/util v0.0.0-20260105024213-3d76b1bcde5a
|
|
github.com/BurntSushi/toml v1.6.0
|
|
github.com/sbabiv/xml2map v1.2.1
|
|
gopkg.in/ini.v1 v1.67.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require github.com/stretchr/testify v1.11.1 // indirect
|