master
1module github.com/antonmedv/gitmal
2
3go 1.24.0
4
5require (
6 github.com/BurntSushi/toml v1.6.0
7 github.com/alecthomas/chroma/v2 v2.20.0
8 github.com/spf13/pflag v1.0.10
9 github.com/tdewolff/minify/v2 v2.24.7
10 github.com/yuin/goldmark v1.7.8
11 github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
12 golang.org/x/net v0.47.0
13)
14
15require (
16 github.com/dlclark/regexp2 v1.11.5 // indirect
17 github.com/tdewolff/parse/v2 v2.8.5 // indirect
18)