-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathgo.mod
More file actions
43 lines (40 loc) · 1.96 KB
/
go.mod
File metadata and controls
43 lines (40 loc) · 1.96 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
module github.com/qor/activity
go 1.25
require (
github.com/jinzhu/gorm v1.9.16
github.com/qor/admin v1.2.1-0.20251125093313-4a292fdc9c5d
github.com/qor/audited v0.0.0-20171228121055-b52c9c2f0571
github.com/qor/l10n v0.0.0-20181031091737-2ca95fb3b4dd
github.com/qor/media v0.0.0-20260205073501-f7c597c53aab
github.com/qor/qor v1.3.1-0.20260203034140-88b8e649a105
github.com/qor/responder v0.0.0-20201015104727-4f3a345378c2
github.com/qor/roles v0.0.0-20171127035124-d6375609fe3e
github.com/qor/validations v0.0.0-20171228122639-f364bca61b46
github.com/theplant/testingutils v0.0.0-20190603093022-26d8b4d95c61
)
require (
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/disintegration/imaging v1.6.3-0.20201218193011-d40f48ce0f09 // indirect
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/gorilla/sessions v1.2.0 // indirect
github.com/gosimple/slug v1.15.0 // indirect
github.com/gosimple/unidecode v1.0.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.1 // indirect
github.com/lib/pq v1.8.0 // indirect
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/qor/assetfs v0.0.0-20170713023933-ff57fdc13a14 // indirect
github.com/qor/middlewares v0.0.0-20170822143614-781378b69454 // indirect
github.com/qor/oss v0.0.0-20241126061828-4629f3a3524a // indirect
github.com/qor/serializable_meta v0.0.0-20180510060738-5fd8542db417 // indirect
github.com/qor/session v0.0.0-20170907035918-8206b0adab70 // indirect
github.com/theplant/cldr v0.0.0-20190423050709-9f76f7ce4ee8 // indirect
golang.org/x/image v0.18.0 // indirect
golang.org/x/net v0.47.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)