加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 611 Bytes
一键复制 编辑 原始数据 按行查看 历史
lomoye 提交于 2022-10-09 10:09 . fixed
module bbq
go 1.19
require (
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/panjf2000/gnet v1.6.6
go.uber.org/zap v1.23.0
)
require (
github.com/jonboulle/clockwork v0.3.0 // indirect
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/panjf2000/ants/v2 v2.4.7 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/sys v0.0.0-20211204120058-94396e421777 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化