2022-06-23 14:19:55 +08:00
|
|
|
module git.zhangdeman.cn/zhangdeman/task
|
|
|
|
|
2023-08-03 20:36:37 +08:00
|
|
|
go 1.20
|
2023-08-04 11:49:44 +08:00
|
|
|
|
2023-08-11 16:53:19 +08:00
|
|
|
require git.zhangdeman.cn/zhangdeman/easymap v0.0.0-20230307094841-e437ba87af10
|
|
|
|
|
2023-08-04 11:49:44 +08:00
|
|
|
require (
|
2023-08-11 16:53:19 +08:00
|
|
|
git.zhangdeman.cn/zhangdeman/util v0.0.0-20230811070456-d6a489d5860b // indirect
|
2023-08-04 11:49:44 +08:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
|
|
github.com/mozillazg/go-pinyin v0.20.0 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
|
|
)
|