summaryrefslogtreecommitdiff
path: root/go.mod
blob: 1ba749be691061fffffac2b4942906fe8213164e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module go.nc0.fr/crocc

go 1.20

require (
	github.com/adrg/frontmatter v0.2.0
	github.com/gomarkdown/markdown v0.0.0-20230322041520-c84983bdbf2a
	github.com/google/go-cmp v0.5.9
)

require (
	github.com/BurntSushi/toml v0.3.1 // indirect
	gopkg.in/yaml.v2 v2.3.0 // indirect
)