summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorHimanshu Sardana <himanshusardana2005@gmail.com>2026-03-16 18:28:53 +0000
committerHimanshu Sardana <himanshusardana2005@gmail.com>2026-03-16 18:28:53 +0000
commit86f46ef995ca47a33590366b41dc299619bf81f0 (patch)
treed44f04db639864472ed3f7513edc82d9c01cc176 /go.mod
parente39483c49db06b6157968bfaaa66180517d022f3 (diff)
feat: add basic markdown parsing
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index ca9342b..7144e83 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,5 @@
module kite
go 1.25.0
+
+require github.com/gomarkdown/markdown v0.0.0-20260217112301-37c66b85d6ab