blob: b257e926220052843102809a9473f1fd89b03dec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
module git.sr.ht/~a73x/home
go 1.23
require (
github.com/adrg/frontmatter v0.2.0
github.com/alecthomas/chroma v0.10.0
github.com/alecthomas/chroma/v2 v2.2.0
github.com/fsnotify/fsnotify v1.8.0
github.com/gomarkdown/markdown v0.0.0-20240730141124-034f12af3bf6
github.com/yuin/goldmark v1.7.8
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
go.abhg.dev/goldmark/toc v0.10.0
go.uber.org/zap v1.27.0
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/dlclark/regexp2 v1.7.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/sys v0.13.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)
|