1 Star 1 Fork 0

飞鱼 / go_web(hu_cat)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 674 Bytes
一键复制 编辑 原始数据 按行查看 历史
module go_web
go 1.18
require (
github.com/json-iterator/go v1.1.12
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/robfig/cron/v3 v3.0.1
go.uber.org/zap v1.23.0
mcom v0.0.0-00010101000000-000000000000
wengine v0.0.0
)
require (
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
go.mongodb.org/mongo-driver v1.10.2 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
)
replace wengine => ./wengine
replace mcom => ./lib/mcom
Go
1
https://gitee.com/corbie_zwl/go_web.git
git@gitee.com:corbie_zwl/go_web.git
corbie_zwl
go_web
go_web(hu_cat)
master

搜索帮助