Home

blog @7d96a5dc03f022459f8a4577fed788654a71ea92 - refs - log -
-
https://git.jolheiser.com/blog.git
My nonexistent blog
blog / go.mod
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
module go.jolheiser.com/blog

go 1.21.6

require (
	github.com/BurntSushi/toml v1.3.2
	github.com/a-h/templ v0.2.543
	github.com/alecthomas/chroma/v2 v2.12.0
	github.com/gorilla/feeds v1.1.2
	github.com/yuin/goldmark v1.7.0
	github.com/yuin/goldmark-emoji v1.0.2
	github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
	github.com/yuin/goldmark-meta v1.1.0
)

require (
	github.com/dlclark/regexp2 v1.10.0 // indirect
	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
	gopkg.in/yaml.v2 v2.4.0 // indirect
)