diff options
| author | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-26 21:26:35 +0000 |
|---|---|---|
| committer | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-26 21:26:35 +0000 |
| commit | 103e84d847262830bbaa550b37218e9ca8b317d3 (patch) | |
| tree | e19d3bfd6594600fb28be1ccac1a3869207bc49c /go.mod | |
| parent | 5c631f0cdb8ee3238ff054d171dd8babd158047b (diff) | |
refactor: split into cmd, pkg
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -5,9 +5,7 @@ go 1.25.0 require ( github.com/adrg/frontmatter v0.2.0 github.com/gomarkdown/markdown v0.0.0-20260217112301-37c66b85d6ab + gopkg.in/yaml.v2 v2.3.0 ) -require ( - github.com/BurntSushi/toml v0.3.1 // indirect - gopkg.in/yaml.v2 v2.3.0 // indirect -) +require github.com/BurntSushi/toml v0.3.1 // indirect |
