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