wrapper/go.mod

24 lines
790 B
Modula-2
Raw Normal View History

2023-05-05 13:43:33 +08:00
module git.zhangdeman.cn/zhangdeman/wrapper
2023-11-23 17:08:00 +08:00
go 1.21
toolchain go1.21.4
2023-05-05 13:43:33 +08:00
2023-10-11 14:34:49 +08:00
require (
2023-12-24 22:53:27 +08:00
git.zhangdeman.cn/zhangdeman/easymap v0.0.0-20231224145141-489e31b07a71
git.zhangdeman.cn/zhangdeman/serialize v0.0.0-20231224125439-01f39b6ea08d
2023-11-23 17:08:00 +08:00
git.zhangdeman.cn/zhangdeman/util v0.0.0-20231014142840-445c6407db92
2023-10-11 14:34:49 +08:00
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
)
2023-06-11 21:01:32 +08:00
2023-05-05 13:43:33 +08:00
require (
2023-10-11 14:34:49 +08:00
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20230815040024-2b12dd51d19b // indirect
2023-08-10 11:16:24 +08:00
github.com/BurntSushi/toml v1.3.2 // indirect
2023-05-05 13:43:33 +08:00
github.com/go-ini/ini v1.67.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
2023-08-10 11:16:24 +08:00
github.com/mozillazg/go-pinyin v0.20.0 // indirect
2023-05-05 13:43:33 +08:00
github.com/spaolacci/murmur3 v1.1.0 // indirect
2023-10-11 14:34:49 +08:00
github.com/stretchr/testify v1.8.4 // indirect
2023-05-05 13:43:33 +08:00
gopkg.in/yaml.v3 v3.0.1 // indirect
)