forked from paganotoni/markito
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (26 loc) · 929 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
29
module markito
go 1.21.0
require (
github.com/go-chi/chi/v5 v5.0.10
github.com/gomarkdown/markdown v0.0.0-20231115200524-a660076da3fd
github.com/jmoiron/sqlx v1.3.5
github.com/leapkit/core v1.2.6
github.com/lib/pq v1.10.9
github.com/lithammer/shortuuid/v4 v4.0.0
github.com/mattn/go-sqlite3 v1.14.15
github.com/paganotoni/tailo v1.0.3
)
require (
github.com/fatih/structs v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gobuffalo/flect v0.3.0 // indirect
github.com/gobuffalo/tags/v3 v3.1.4 // indirect
github.com/gobuffalo/validate/v3 v3.3.3 // indirect
github.com/gofrs/uuid v4.2.0+incompatible // indirect
github.com/gofrs/uuid/v5 v5.0.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/gorilla/sessions v1.2.1 // indirect
github.com/joho/godotenv v1.5.1 // indirect
golang.org/x/sys v0.15.0 // indirect
)