util/go.mod

21 lines
734 B
Modula-2
Raw Normal View History

2022-05-14 13:45:51 +08:00
module git.zhangdeman.cn/zhangdeman/util
2023-10-14 22:28:40 +08:00
go 1.21
2022-05-14 14:01:21 +08:00
require (
2023-07-30 19:23:26 +08:00
github.com/mitchellh/go-homedir v1.1.0
2023-07-01 22:53:14 +08:00
github.com/mozillazg/go-pinyin v0.20.0
2022-05-14 14:01:21 +08:00
github.com/spaolacci/murmur3 v1.1.0
2022-07-04 11:58:34 +08:00
)
2023-12-27 17:46:04 +08:00
require (
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20230815040024-2b12dd51d19b // indirect
git.zhangdeman.cn/zhangdeman/easymap v0.0.0-20231224145141-489e31b07a71 // indirect
git.zhangdeman.cn/zhangdeman/serialize v0.0.0-20231224125439-01f39b6ea08d // indirect
git.zhangdeman.cn/zhangdeman/wrapper v0.0.0-20231224145327-d9aed3d80000 // indirect
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394 // indirect
github.com/go-ini/ini v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)