1 Star 0 Fork 7

akira/BBBUG GO API

forked from BBBUG/BBBUG GO API 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
go.mod 538 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaoyc 提交于 2022-04-12 17:55 +08:00 . init
module mcr
go 1.16
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-gonic/gin v1.7.7
github.com/go-redis/redis/v8 v8.11.5
github.com/gorilla/websocket v1.5.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/yc-xiao6/logx v1.0.6
golang.org/x/text v0.3.6 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/mysql v1.3.2
gorm.io/gorm v1.23.3
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/idart/bbbug-go-api.git
git@gitee.com:idart/bbbug-go-api.git
idart
bbbug-go-api
BBBUG GO API
master

搜索帮助