summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-07-31 16:40:49 -0600
committert <t@tjp.lol>2026-07-31 16:40:49 -0600
commitc0c7686926f5f997ef38c817600523c934d05c44 (patch)
treebc63b21d553252d23cf86abb660fe1b732460737 /go.mod
parentfd8b956ab23176e669c29e4086c1f016be419ed9 (diff)
Add recursive Markdown rendering templates
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 9eff62a..7f659f7 100644
--- a/go.mod
+++ b/go.mod
@@ -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