Mercurial > repos > public > wdown
comparison go.mod @ 7:a5aa39557726
Add parsing of YAML frontmatter
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 17 Jun 2020 12:23:56 +0200 |
parents | a5f397e25cb7 |
children | 4a25b534c81c 1ffe6e4f933c |
comparison
equal
deleted
inserted
replaced
6:a5f397e25cb7 | 7:a5aa39557726 |
---|---|
4 | 4 |
5 require ( | 5 require ( |
6 github.com/cbroglie/mustache v1.1.0 | 6 github.com/cbroglie/mustache v1.1.0 |
7 github.com/yuin/goldmark v1.1.32 | 7 github.com/yuin/goldmark v1.1.32 |
8 github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691 | 8 github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691 |
9 github.com/yuin/goldmark-meta v0.0.0-20191126180153-f0638e958b60 | |
9 ) | 10 ) |