-
Notifications
You must be signed in to change notification settings - Fork 189
/
go.mod
50 lines (46 loc) · 2.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
module github.com/qor/admin
go 1.21
toolchain go1.21.0
require (
github.com/fatih/color v1.9.0
github.com/jinzhu/gorm v1.9.16
github.com/jinzhu/inflection v1.0.0
github.com/jinzhu/now v1.1.1
github.com/qor/assetfs v0.0.0-20170713023933-ff57fdc13a14
github.com/qor/media v0.0.0-20200720100650-60c52edf57cb
github.com/qor/qor v1.3.1-0.20241221083001-ec38ce5b2cac
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/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
)
require (
github.com/andybalholm/cascadia v1.1.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
github.com/aws/aws-sdk-go-v2 v1.32.7 // 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.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/kr/text v0.2.0 // indirect
github.com/lib/pq v1.8.0 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/microcosm-cc/bluemonday v1.0.21 // indirect
github.com/pmezard/go-difflib v1.0.0 // 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/validations v0.0.0-20171228122639-f364bca61b46 // indirect
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
github.com/yosssi/gohtml v0.0.0-20200519115854-476f5b4b8047 // indirect
golang.org/x/image v0.18.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
)