forked from guchengwuyue/yshop-gin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
57 lines (55 loc) · 2.3 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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
)