Home

blog @5ae23f6ccfdfa3979cbedb102bc7e11f4bec6a89 - 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
21
22
23
24
25
26
module go.jolheiser.com/blog

go 1.21.6

require (
	github.com/BurntSushi/toml v1.3.2 // indirect
	github.com/alecthomas/assert v1.0.0 // indirect
	github.com/alecthomas/chroma/v2 v2.12.0 // indirect
	github.com/alecthomas/colour v0.1.0 // indirect
	github.com/alecthomas/repr v0.2.0 // indirect
	github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
	github.com/dlclark/regexp2 v1.10.0 // indirect
	github.com/gorilla/feeds v1.1.2 // indirect
	github.com/jolheiser/goldmark-meta v0.0.2 // indirect
	github.com/mattn/go-isatty v0.0.14 // indirect
	github.com/pelletier/go-toml/v2 v2.1.1 // indirect
	github.com/peterbourgon/ff/v3 v3.4.0 // indirect
	github.com/sergi/go-diff v1.2.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
	golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
	gopkg.in/yaml.v2 v2.4.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)