-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (27 loc) · 1.14 KB
/
go.mod
File metadata and controls
29 lines (27 loc) · 1.14 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
module github.com/iamt-chadwick/multi-event-book
go 1.13
require (
github.com/SebastiaanKlippert/go-wkhtmltopdf v1.5.0
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.4
github.com/gorilla/sessions v1.2.0 // indirect
github.com/gosimple/slug v1.9.0 // indirect
github.com/ichtrojan/thoth v1.0.0
github.com/jinzhu/gorm v1.9.12
github.com/johnfercher/maroto v0.27.0
github.com/joho/godotenv v1.3.0
github.com/microcosm-cc/bluemonday v1.0.2 // indirect
github.com/qor/middlewares v0.0.0-20170822143614-781378b69454 // indirect
github.com/qor/qor v0.0.0-20200224122013-457d2e3f50e1 // indirect
github.com/qor/redirect_back v0.0.0-20170907030740-b4161ed6f848
github.com/qor/session v0.0.0-20170907035918-8206b0adab70
github.com/rs/xid v1.2.1
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/matryer/respond.v1 v1.0.1
)