olexsmir.xyz/go/go.mod(view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
module olexsmir.xyz go 1.25.3 require ( github.com/alecthomas/chroma/v2 v2.20.0 github.com/wyatt915/goldmark-treeblood v0.0.1 github.com/yuin/goldmark v1.7.13 github.com/yuin/goldmark-emoji v1.0.6 github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc gitlab.com/staticnoise/goldmark-callout v0.0.0-20240609120641-6366b799e4ab ) require ( github.com/dlclark/regexp2 v1.11.5 // indirect github.com/wyatt915/treeblood v0.1.16 // indirect ) |