summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 2 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 9f43bd1..bd3ce38 100644
--- a/go.mod
+++ b/go.mod
@@ -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