209 Star 2.2K Fork 843

tiger1103 / gfast

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 946 Bytes
一键复制 编辑 原始数据 按行查看 历史
tiger1103 提交于 2024-02-18 17:30 . fix 代码优化,添加事件总线
module github.com/tiger1103/gfast/v3
go 1.16
require (
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef // indirect
github.com/casbin/casbin/v2 v2.42.0
github.com/fatih/color v1.16.0 // indirect
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.6.2
github.com/gogf/gf/contrib/nosql/redis/v2 v2.6.2
github.com/gogf/gf/v2 v2.6.2
github.com/gorilla/websocket v1.5.1 // indirect
github.com/grokify/html-strip-tags-go v0.1.0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/mojocn/base64Captcha v1.3.6
github.com/mssola/user_agent v0.5.3
github.com/rivo/uniseg v0.4.6 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/shirou/gopsutil/v3 v3.23.2
github.com/tiger1103/gfast-cache v1.0.4
github.com/tiger1103/gfast-token v1.0.6
go.opentelemetry.io/otel/sdk v1.22.0 // indirect
golang.org/x/net v0.20.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
Go
1
https://gitee.com/tiger1103/gfast.git
git@gitee.com:tiger1103/gfast.git
tiger1103
gfast
gfast
os-v3.2

搜索帮助