1 2 3 4 5 6 7 8 9 10 11 12 13
module github.com/HimanshuSardana/kite go 1.25.0 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 )