23 Star 300 Fork 181

guchengwuyue / yshop-gin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 2.30 KB
一键复制 编辑 原始数据 按行查看 历史
guchengwuyue 提交于 2023-04-13 11:25 . update redis version
module yixiang.co/go-mall
go 1.15
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/astaxie/beego v1.12.3
github.com/boombuler/barcode v1.0.1
github.com/casbin/casbin/v2 v2.37.4
github.com/casbin/gorm-adapter/v3 v3.4.5
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/fsnotify/fsnotify v1.5.1
github.com/gin-gonic/gin v1.8.2
github.com/go-ini/ini v1.63.2
github.com/go-openapi/spec v0.20.4 // indirect
github.com/go-pay/gopay v1.5.77
github.com/golang/mock v1.6.0 // indirect
github.com/gomodule/redigo v2.0.0+incompatible
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/jinzhu/copier v0.3.2
github.com/lestrrat/go-envload v0.0.0-20180220120943-6ed08b54a570 // indirect
github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f
github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/mojocn/base64Captcha v1.3.1
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/redis/go-redis/v9 v9.0.3 // indirect
github.com/robfig/cron/v3 v3.0.1
github.com/segmentio/ksuid v1.0.4
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
github.com/shopspring/decimal v1.3.1
github.com/silenceper/wechat/v2 v2.0.9
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/cobra v1.7.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.0
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.7.4
github.com/tebeka/strftime v0.1.5 // indirect
github.com/ttlv/kdniao v0.0.0-20220119131043-fcaba08b1873
github.com/ulule/limiter/v3 v3.11.1
github.com/unknwon/com v1.0.1
go.uber.org/zap v1.19.1
golang.org/x/crypto v0.7.0
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
gopkg.in/ini.v1 v1.63.2 // indirect
gorm.io/datatypes v1.0.4
gorm.io/driver/mysql v1.2.1
gorm.io/gorm v1.22.4
gorm.io/plugin/soft_delete v1.0.4
)
Go
1
https://gitee.com/guchengwuyue/yshop-gin.git
git@gitee.com:guchengwuyue/yshop-gin.git
guchengwuyue
yshop-gin
yshop-gin
master

搜索帮助