-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (30 loc) · 1.21 KB
/
go.mod
File metadata and controls
33 lines (30 loc) · 1.21 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
module mandos
go 1.24.7
require (
github.com/cespare/xxhash/v2 v2.3.0
github.com/fsnotify/fsnotify v1.7.0
github.com/gofiber/fiber/v2 v2.52.5
github.com/knaka/go-sqlite3-fts5 v0.0.0-20240729040425-e53b86878d0d
github.com/mattn/go-sqlite3 v1.14.32
github.com/mdigger/goldmark-attributes v0.0.0-20210529130523-52da21a6bf2b
github.com/yuin/goldmark v1.7.13
github.com/zenarvus/goldmark-bettermedia v0.0.0-20251027164908-a7a4869f71d3
github.com/zenarvus/goldmark-headingid v0.0.0-20251106094144-dd884481d924
github.com/zenarvus/goldmark-mathjax v0.0.0-20251016143638-b6040e338455
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/klauspost/compress v1.17.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/philhofer/fwd v1.1.2 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/tinylib/msgp v1.1.8 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.51.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.34.0 // indirect
)