-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
44 lines (42 loc) · 2.36 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
module github.com/hhebbo/dropcases
go 1.12
require (
github.com/andybalholm/cascadia v1.1.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
github.com/aws/aws-sdk-go v1.30.22 // indirect
github.com/canthefason/go-watcher v0.2.4 // indirect
github.com/disintegration/imaging v1.6.2 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/gin-gonic/gin v0.0.0-20150626140855-4cc2de6207f4
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/sessions v1.2.0 // indirect
github.com/gosimple/slug v1.9.0 // indirect
github.com/heroku/go-getting-started v0.0.0-20190906193407-877286762ee2 // indirect
github.com/heroku/x v0.0.0-20171004170240-705849e307dd
github.com/jinzhu/configor v1.2.0 // indirect
github.com/jinzhu/gorm v1.9.12
github.com/microcosm-cc/bluemonday v1.0.2 // indirect
github.com/mitranim/gow v0.0.0-20200310140433-1453861c60a5 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/qor/admin v0.0.0-20200303091841-155cebb265cb
github.com/qor/assetfs v0.0.0-20170713023933-ff57fdc13a14 // indirect
github.com/qor/audited v0.0.0-20171228121055-b52c9c2f0571
github.com/qor/media v0.0.0-20191022071353-19cf289e17d4 // indirect
github.com/qor/middlewares v0.0.0-20170822143614-781378b69454 // indirect
github.com/qor/oss v0.0.0-20191031055114-aef9ba66bf76 // indirect
github.com/qor/qor v0.0.0-20200224122013-457d2e3f50e1
github.com/qor/responder v0.0.0-20171031032654-b6def473574f // indirect
github.com/qor/roles v0.0.0-20171127035124-d6375609fe3e
github.com/qor/serializable_meta v0.0.0-20180510060738-5fd8542db417 // indirect
github.com/qor/session v0.0.0-20170907035918-8206b0adab70 // indirect
github.com/qor/transition v0.0.0-20190608002025-f17b56902e4b
github.com/qor/validations v0.0.0-20171228122639-f364bca61b46 // indirect
github.com/radovskyb/watcher v1.0.7 // indirect
github.com/theplant/cldr v0.0.0-20190423050709-9f76f7ce4ee8 // indirect
github.com/theplant/htmltestingutils v0.0.0-20190423050759-0e06de7b6967 // indirect
github.com/theplant/testingutils v0.0.0-20190603093022-26d8b4d95c61 // indirect
github.com/yosssi/gohtml v0.0.0-20200424144038-a48de20dd9dd // indirect
golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
)