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 (
2024-10-23 16:49:31 +08:00
git.zhangdeman.cn/zhangdeman/util v0.0.0-20240618042405-6ee2c904644e
2024-06-18 11:54:51 +08:00
github.com/BurntSushi/toml v1.4.0
github.com/go-ini/ini v1.67.0
gopkg.in/yaml.v3 v3.0.1
)
2023-08-11 11:28:17 +08:00
2024-10-23 16:49:31 +08:00
require git.zhangdeman.cn/zhangdeman/consts v0.0.0-20241015035056-b6f4a6512763