Home

blog @f4cd5442ea20b11b0e1f33e8a96c7abcc6f84e48 - 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
module go.jolheiser.com/blog

go 1.21.6

require (
	github.com/alecthomas/chroma/v2 v2.12.0 // indirect
	github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
	github.com/dlclark/regexp2 v1.10.0 // indirect
	github.com/peterbourgon/ff/v3 v3.4.0 // indirect
	github.com/yuin/goldmark v1.7.0 // indirect
	github.com/yuin/goldmark-emoji v1.0.2 // indirect
	github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc // indirect
	github.com/yuin/goldmark-meta v1.1.0 // indirect
	gopkg.in/yaml.v2 v2.4.0 // indirect
)