From 9ce6c42b05b2e316d3aef11c51f114e3ef545fa8 Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Mon, 23 Mar 2026 23:30:30 +0000 Subject: feat: add home page info --- go.mod | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 7144e83..28d182c 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,12 @@ module kite go 1.25.0 -require github.com/gomarkdown/markdown v0.0.0-20260217112301-37c66b85d6ab +require ( + github.com/adrg/frontmatter v0.2.0 + github.com/gomarkdown/markdown v0.0.0-20260217112301-37c66b85d6ab +) + +require ( + github.com/BurntSushi/toml v0.3.1 // indirect + gopkg.in/yaml.v2 v2.3.0 // indirect +) -- cgit v1.3.1