diff options
| author | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-23 23:30:30 +0000 |
|---|---|---|
| committer | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-23 23:30:30 +0000 |
| commit | 9ce6c42b05b2e316d3aef11c51f114e3ef545fa8 (patch) | |
| tree | 08b2b415e20b7201e5d592bee167db1aba6167b0 /go.mod | |
| parent | a766e0cf9f133c8e67ef07131b325b7a9cf2ffd4 (diff) | |
feat: add home page info
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 +) |
