forked from snowlyg/iris-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
47 lines (45 loc) · 1.99 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
module github.com/snowlyg/IrisAdminApi
go 1.14
require (
github.com/Joker/hpp v1.0.0 // indirect
github.com/azumads/faker v0.0.0-20150921074035-6cae71ddb107
github.com/brianvoe/gofakeit/v5 v5.9.1 // indirect
github.com/bxcodec/faker/v3 v3.5.0
github.com/casbin/casbin/v2 v2.9.0
github.com/casbin/gorm-adapter/v2 v2.1.0
github.com/fatih/color v1.9.0
github.com/go-check/check v1.0.0-20180628173108-788fd7840127 // indirect
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.3.0
github.com/gomodule/redigo v1.8.2
github.com/iris-contrib/httpexpect/v2 v2.0.5
github.com/iris-contrib/middleware/cors v0.0.0-20200810001613-32cf668f999f
github.com/iris-contrib/middleware/jwt v0.0.0-20201017024110-39b50ffeb885
github.com/jameskeane/bcrypt v0.0.0-20120420032655-c3cd44c1e20f
github.com/jinzhu/configor v1.2.0
github.com/jinzhu/gorm v1.9.15
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/kardianos/service v1.1.0 // indirect
github.com/kataras/iris/v12 v12.2.0-alpha.0.20201012125253-8e51a296b968
github.com/lib/pq v1.8.0 // indirect
github.com/manveru/gobdd v0.0.0-20131210092515-f1a17fdd710b // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/mna/redisc v1.1.7
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.6.0
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/snowlyg/gotransformer v0.1.0
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/yudai/pp v2.0.1+incompatible // indirect
google.golang.org/appengine v1.6.6 // indirect
gopkg.in/ini.v1 v1.61.0
gorm.io/driver/mysql v1.0.3
gorm.io/driver/postgres v1.0.5
gorm.io/driver/sqlite v1.1.3
gorm.io/gorm v1.20.6
gorm.io/plugin/dbresolver v1.0.1
)