forked from qor/admin
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
27 lines (25 loc) · 1.16 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
module github.com/TykTechnologies/portal-admin
go 1.13
require (
github.com/aws/aws-sdk-go v1.38.63 // indirect
github.com/fatih/color v1.9.0
github.com/gorilla/sessions v1.2.1 // indirect
github.com/jinzhu/configor v1.2.1 // indirect
github.com/jinzhu/gorm v1.9.15
github.com/jinzhu/inflection v1.0.0
github.com/jinzhu/now v1.1.1
github.com/microcosm-cc/bluemonday v1.0.14 // indirect
github.com/qor/assetfs v0.0.0-20170713023933-ff57fdc13a14
github.com/qor/media v0.0.0-20200720100650-60c52edf57cb
github.com/qor/oss v0.0.0-20210412121326-3c5583a62015 // indirect
github.com/qor/qor v1.2.0
github.com/qor/responder v0.0.0-20171031032654-b6def473574f
github.com/qor/roles v0.0.0-20171127035124-d6375609fe3e
github.com/qor/session v0.0.0-20170907035918-8206b0adab70
github.com/qor/validations v0.0.0-20171228122639-f364bca61b46
github.com/theplant/cldr v0.0.0-20190423050709-9f76f7ce4ee8
github.com/theplant/htmltestingutils v0.0.0-20190423050759-0e06de7b6967
github.com/theplant/testingutils v0.0.0-20190603093022-26d8b4d95c61
github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)