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 (
|
2024-03-08 11:00:51 +08:00
|
|
|
git.zhangdeman.cn/zhangdeman/easymap v0.0.0-20240130062251-a87a97b0e8d4
|
2024-01-23 10:42:58 +08:00
|
|
|
git.zhangdeman.cn/zhangdeman/serialize v0.0.0-20240110090803-399e964daa0c
|
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 (
|
2024-01-23 10:42:58 +08:00
|
|
|
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20240104123641-b3f23974e5d6 // indirect
|
2023-12-27 17:59:33 +08:00
|
|
|
git.zhangdeman.cn/zhangdeman/util v0.0.0-20231227095334-7eb5cdbf9253 // 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
|
|
|
|
)
|