1 Star 0 Fork 1

Liquibase/go-gateway

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 564 Bytes
一键复制 编辑 原始数据 按行查看 历史
郭翔宇 提交于 2023-04-28 17:12 . 增加限流demo
module gateway
go 1.19
require github.com/robfig/cron/v3 v3.0.1
require (
github.com/go-ini/ini v1.67.0 // indirect
github.com/go-resty/resty/v2 v2.7.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/jedib0t/go-pretty/v6 v6.4.6 // indirect
github.com/jinzhu/copier v0.3.5 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/zh-five/xdaemon v0.1.1 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/time v0.3.0 // indirect
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liquibase/go-gateway.git
git@gitee.com:liquibase/go-gateway.git
liquibase
go-gateway
go-gateway
master

搜索帮助