2022-05-14 13:45:51 +08:00
|
|
|
module git.zhangdeman.cn/zhangdeman/util
|
|
|
|
|
|
|
|
go 1.17
|
2022-05-14 14:01:21 +08:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/spaolacci/murmur3 v1.1.0
|
2022-06-26 16:11:30 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2022-05-14 14:01:21 +08:00
|
|
|
)
|
2022-07-02 13:24:29 +08:00
|
|
|
|
2022-07-04 11:58:34 +08:00
|
|
|
require (
|
|
|
|
github.com/Jeffail/gabs v1.4.0 // indirect
|
|
|
|
github.com/go-ini/ini v1.66.6 // indirect
|
|
|
|
)
|