blob: c283353c773cc052ad76d296491534644aee26d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
module git.sr.ht/~a73x/home
go 1.22.5
require (
github.com/yuin/goldmark v1.7.4
go.abhg.dev/goldmark/frontmatter v0.2.0
go.uber.org/zap v1.27.0
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
go.uber.org/multierr v1.10.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
|