diff 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
line wrap: on
line diff
--- a/go.mod	Tue Jun 16 22:10:31 2020 +0200
+++ b/go.mod	Wed Jun 17 12:23:56 2020 +0200
@@ -6,4 +6,5 @@
 	github.com/cbroglie/mustache v1.1.0
 	github.com/yuin/goldmark v1.1.32
 	github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
+	github.com/yuin/goldmark-meta v0.0.0-20191126180153-f0638e958b60
 )