-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (33 loc) · 1.8 KB
/
go.mod
File metadata and controls
34 lines (33 loc) · 1.8 KB
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
module github.com/lynlab/luppiter-serverless
require (
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf // indirect
github.com/corpix/uarand v0.0.0 // indirect
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/google/pprof v0.0.0-20190208070709-b421f19a5c07 // indirect
github.com/google/uuid v1.1.0
github.com/gorilla/sessions v1.1.3 // indirect
github.com/gosimple/slug v1.4.2 // indirect
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
github.com/jinzhu/gorm v1.9.2 // indirect
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jinzhu/now v0.0.0-20181116074157-8ec929ed50c3 // indirect
github.com/lib/pq v1.0.0 // indirect
github.com/looplab/fsm v0.1.0
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/microcosm-cc/bluemonday v1.0.2 // indirect
github.com/onsi/ginkgo v1.7.0
github.com/onsi/gomega v1.4.3
github.com/qor/admin v0.0.0-20190116035234-0f96b498bae7 // indirect
github.com/qor/assetfs v0.0.0-20170713023933-ff57fdc13a14 // indirect
github.com/qor/audited v0.0.0-20171228121055-b52c9c2f0571 // indirect
github.com/qor/middlewares v0.0.0-20170822143614-781378b69454 // indirect
github.com/qor/qor v0.0.0-20181204071447-49b2dd4f5840 // indirect
github.com/qor/responder v0.0.0-20171031032654-b6def473574f // indirect
github.com/qor/roles v0.0.0-20171127035124-d6375609fe3e // indirect
github.com/qor/session v0.0.0-20170907035918-8206b0adab70 // indirect
github.com/qor/transition v0.0.0-20171031101107-4015a3eee19c
github.com/qor/validations v0.0.0-20171228122639-f364bca61b46 // indirect
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
github.com/theplant/cldr v0.0.0-20170713054817-b97a4c2a76cf // indirect
golang.org/x/arch v0.0.0-20181203225421-5a4828bb7045 // indirect
)