-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (25 loc) · 835 Bytes
/
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
module jirku.sk/zberatel
go 1.21
require (
github.com/a-h/templ v0.2.501
github.com/go-playground/form v3.1.4+incompatible
github.com/go-playground/locales v0.14.1
github.com/go-playground/universal-translator v0.18.1
github.com/go-playground/validator/v10 v10.16.0
github.com/gorilla/mux v1.8.1
github.com/gorilla/sessions v1.2.2
github.com/joho/godotenv v1.5.1
github.com/justinas/nosurf v1.1.1
github.com/lib/pq v1.10.9
github.com/segmentio/ksuid v1.0.4
golang.org/x/crypto v0.17.0
)
require (
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)