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-11-06 18:25:17 +08:00
|
|
|
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20241104082108-0f97a870bbc3
|
|
|
|
git.zhangdeman.cn/zhangdeman/easymap v0.0.0-20241101082529-28a6c68e38a4
|
2024-06-12 16:38:51 +08:00
|
|
|
git.zhangdeman.cn/zhangdeman/op_type v0.0.0-20240122104027-4928421213c0
|
2024-11-06 18:25:17 +08:00
|
|
|
git.zhangdeman.cn/zhangdeman/serialize v0.0.0-20241104092308-ecb02113459e
|
2023-10-11 14:34:49 +08:00
|
|
|
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
|
2024-08-06 15:23:20 +08:00
|
|
|
github.com/spaolacci/murmur3 v1.1.0
|
2024-11-06 18:25:17 +08:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2024-10-24 21:52:51 +08:00
|
|
|
github.com/tidwall/gjson v1.18.0
|
2023-10-11 14:34:49 +08:00
|
|
|
)
|
2023-06-11 21:01:32 +08:00
|
|
|
|
2023-05-05 13:43:33 +08:00
|
|
|
require (
|
2024-08-06 15:23:20 +08:00
|
|
|
git.zhangdeman.cn/zhangdeman/util v0.0.0-20240618042405-6ee2c904644e // indirect
|
2024-06-12 16:38:51 +08:00
|
|
|
github.com/BurntSushi/toml v1.4.0 // indirect
|
2024-03-08 15:46:14 +08:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // 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
|
2024-08-21 18:16:21 +08:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2023-08-10 11:16:24 +08:00
|
|
|
github.com/mozillazg/go-pinyin v0.20.0 // indirect
|
2024-03-08 15:46:14 +08:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-08-06 15:23:20 +08:00
|
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
2023-05-05 13:43:33 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|