加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 3.04 KB
一键复制 编辑 原始数据 按行查看 历史
webphp 提交于 2022-07-28 07:19 . update
module shop
go 1.15
require (
gitee.com/phper95/pkg/cache v0.0.0-20220703094553-749b8b5434b5
gitee.com/phper95/pkg/db v0.0.0-20220703094553-749b8b5434b5
gitee.com/phper95/pkg/file v0.0.0-20220703094553-749b8b5434b5
gitee.com/phper95/pkg/httpclient v0.0.0-20220724162038-b78433a64c97
gitee.com/phper95/pkg/mq v0.0.0-20220703094553-749b8b5434b5
gitee.com/phper95/pkg/shutdown v0.0.0-20220712131014-476302b4332f
gitee.com/phper95/pkg/sign v0.0.0-20220724162038-b78433a64c97
gitee.com/phper95/pkg/strutil v0.0.0-20220724162038-b78433a64c97
github.com/Shopify/sarama v1.19.0
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/eapache/go-resiliency v1.3.0 // indirect
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/fsnotify/fsnotify v1.5.1
github.com/gin-gonic/gin v1.7.4
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/go-playground/validator/v10 v10.9.0 // indirect
github.com/go-redis/redis/v7 v7.4.1
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.2 // 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/json-iterator/go v1.1.12 // indirect
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/mattn/go-isatty v0.0.14 // indirect
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/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/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
github.com/swaggo/gin-swagger v1.3.3
github.com/tebeka/strftime v0.1.5 // indirect
github.com/ttlv/kdniao v0.0.0-20220119131043-fcaba08b1873
github.com/unknwon/com v1.0.1
go.uber.org/zap v1.21.0
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c // indirect
golang.org/x/tools v0.1.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/ini.v1 v1.63.2 // indirect
gorm.io/datatypes v1.0.6
gorm.io/gorm v1.23.2
gorm.io/plugin/soft_delete v1.1.0
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化