-
Notifications
You must be signed in to change notification settings - Fork 321
Expand file tree
/
Copy pathgo.mod
More file actions
98 lines (95 loc) · 4.83 KB
/
go.mod
File metadata and controls
98 lines (95 loc) · 4.83 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
module github.com/qor/qor-example
go 1.24.0
require (
github.com/azumads/faker v0.0.0-20150921074035-6cae71ddb107
github.com/fatih/color v1.9.0
github.com/go-chi/chi v4.1.2+incompatible
github.com/gorilla/schema v1.4.1
github.com/jinzhu/configor v1.2.0
github.com/jinzhu/gorm v1.9.16
github.com/jinzhu/now v1.1.1
github.com/jteeuwen/go-bindata v3.0.7+incompatible
github.com/microcosm-cc/bluemonday v1.0.26
github.com/qor/action_bar v0.0.0-20190314070413-136e5e2c5b8c
github.com/qor/activity v0.0.0-20200811092352-90459af9e92a
github.com/qor/admin v0.0.0-20200817104000-4fc895ffbb89
github.com/qor/amazon-pay-sdk-go v0.0.0-20190701100107-10aa1a55e598
github.com/qor/assetfs v0.0.0-20170713023933-ff57fdc13a14
github.com/qor/auth v0.0.0-20200821034127-11d4c974507d
github.com/qor/auth_themes v0.0.0-20190103025702-000e8ac9b42d
github.com/qor/banner_editor v0.0.0-20181014061955-007b0b21481e
github.com/qor/exchange v0.0.0-20190805090509-cbc64a40aa7c
github.com/qor/gomerchant v0.0.0-20180611045240-df0ba7636236
github.com/qor/help v0.0.0-20171031093129-202965d1156a
github.com/qor/i18n v0.0.0-20181014061908-f7206d223bcd
github.com/qor/l10n v0.0.0-20181031091737-2ca95fb3b4dd
github.com/qor/location v0.0.0-20181014061834-8c618bfef8ed
github.com/qor/mailer v0.0.0-20180329083248-0555e49f99ac
github.com/qor/media v0.0.0-20200720100650-60c52edf57cb
github.com/qor/middlewares v0.0.0-20170822143614-781378b69454
github.com/qor/notification v0.0.0-20181014061619-c4c002490b78
github.com/qor/oss v0.0.0-20191031055114-aef9ba66bf76
github.com/qor/page_builder v0.0.0-20190619064344-2e4b0d81d42d
github.com/qor/publish2 v0.0.0-20200729081509-d97fdb5620a5
github.com/qor/qor v0.0.0-20200729071734-d587cffbbb93
github.com/qor/redirect_back v0.0.0-20170907030740-b4161ed6f848
github.com/qor/render v1.1.1
github.com/qor/responder v0.0.0-20171031032654-b6def473574f
github.com/qor/roles v0.0.0-20171127035124-d6375609fe3e
github.com/qor/seo v0.0.0-20200617034112-553e85d7d2fa
github.com/qor/session v0.0.0-20170907035918-8206b0adab70
github.com/qor/slug v0.0.0-20171031101006-545ed2e36452
github.com/qor/sorting v0.0.0-20200724034229-cdba739ba535
github.com/qor/transition v0.0.0-20190608002025-f17b56902e4b
github.com/qor/validations v0.0.0-20171228122639-f364bca61b46
github.com/qor/widget v0.0.0-20191022085246-e5b7fea87307
github.com/qor/wildcard_router v0.0.0-20171031035524-56710e5bb5a4
github.com/qor/worker v0.0.0-20190805090529-35a245417f70
github.com/unrolled/render v1.0.3
golang.org/x/crypto v0.45.0
)
require (
cloud.google.com/go v0.34.0 // indirect
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/Shaked/gomobiledetect v0.0.0-20171211181707-25f014f66568 // indirect
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
github.com/aws/aws-sdk-go v1.34.8 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/disintegration/imaging v1.6.2 // indirect
github.com/gin-gonic/gin v1.9.1 // indirect
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/golang/protobuf v1.5.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/gorilla/sessions v1.2.0 // indirect
github.com/gosimple/slug v1.9.0 // indirect
github.com/headzoo/surf v1.0.1 // indirect
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.3.0 // indirect
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.4 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mrjones/oauth v0.0.0-20190623134757-126b35219450 // indirect
github.com/qor/audited v0.0.0-20171228121055-b52c9c2f0571 // indirect
github.com/qor/cache v0.0.0-20171031031927-c9d48d1f13ba // indirect
github.com/qor/publish v0.0.0-20181014061411-abfbacee9e0d // indirect
github.com/qor/serializable_meta v0.0.0-20180510060738-5fd8542db417 // indirect
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
github.com/stretchr/testify v1.8.3 // indirect
github.com/tealeg/xlsx v1.0.5 // indirect
github.com/theplant/cldr v0.0.0-20190423050709-9f76f7ce4ee8 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.38.0 // indirect
google.golang.org/appengine v1.4.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)