aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-12 02:10:41 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-12 02:10:41 +0800
commita0cd6d7d582a76b75922008497960b35a012da00 (patch)
tree580ec272b0839846ac68f0d1edfb76254df63036 /go.mod
parentrender_readme.go: Render plain READMEs too (diff)
downloadforge-a0cd6d7d582a76b75922008497960b35a012da00.tar.gz
forge-a0cd6d7d582a76b75922008497960b35a012da00.tar.zst
forge-a0cd6d7d582a76b75922008497960b35a012da00.zip
render_readme.go: Add org-mode support
Diffstat (limited to '')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index ad8f9fd..14fe392 100644
--- a/go.mod
+++ b/go.mod
@@ -7,6 +7,7 @@ require (
github.com/go-git/go-git/v5 v5.13.2
github.com/jackc/pgx/v5 v5.7.2
github.com/microcosm-cc/bluemonday v1.0.27
+ github.com/niklasfasching/go-org v1.7.0
github.com/yuin/goldmark v1.7.8
go.lindenii.runxiyu.org/lindenii-common v0.0.0-20250211153243-8946fae17bd0
)