diff options
| author | t <t@tjp.lol> | 2026-07-31 16:40:49 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-07-31 16:40:49 -0600 |
| commit | c0c7686926f5f997ef38c817600523c934d05c44 (patch) | |
| tree | bc63b21d553252d23cf86abb660fe1b732460737 /go.mod | |
| parent | fd8b956ab23176e669c29e4086c1f016be419ed9 (diff) | |
Add recursive Markdown rendering templates
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,9 +1,12 @@ module weft -go 1.24 +go 1.25 require ( + github.com/alecthomas/chroma/v3 v3.0.0-alpha.5 github.com/yuin/goldmark v1.7.13 golang.org/x/net v0.42.0 gopkg.in/yaml.v3 v3.0.1 ) + +require github.com/dlclark/regexp2/v2 v2.2.2 // indirect |
