serialize/go.mod

15 lines
329 B
Modula-2
Raw Normal View History

2023-08-11 10:34:51 +08:00
module git.zhangdeman.cn/zhangdeman/serialize
2023-11-23 17:00:55 +08:00
go 1.21
toolchain go1.21.4
require (
2023-11-23 17:00:55 +08:00
git.zhangdeman.cn/zhangdeman/util v0.0.0-20231014142840-445c6407db92
github.com/BurntSushi/toml v1.3.2
github.com/go-ini/ini v1.67.0
gopkg.in/yaml.v3 v3.0.1
)
2023-08-11 11:28:17 +08:00
2023-09-09 14:51:33 +08:00
require git.zhangdeman.cn/zhangdeman/consts v0.0.0-20230815040024-2b12dd51d19b