diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-04-25 18:38:38 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-04-25 18:38:38 +0200 |
| commit | 5b124812414fed3335ebb6ede394a656e9d1056a (patch) | |
| tree | cad64e14808112b8f63386929fbf2c5497ebf48e /go.mod | |
| parent | a9fee8efcff4d279eb646c603ee20b6675e1921e (diff) | |
Add front matter parsing
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,5 +6,6 @@ require ( github.com/BurntSushi/toml v0.3.1 // indirect github.com/adrg/frontmatter v0.2.0 // indirect github.com/gomarkdown/markdown v0.0.0-20230322041520-c84983bdbf2a // indirect + github.com/google/go-cmp v0.5.9 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect ) |
