diff go.mod @ 6:a5f397e25cb7

Add ability to render the markdown inside a template
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 16 Jun 2020 22:10:31 +0200
parents 0b747e2d51c9
children a5aa39557726
line wrap: on
line diff
--- a/go.mod	Tue Jun 16 21:23:38 2020 +0200
+++ b/go.mod	Tue Jun 16 22:10:31 2020 +0200
@@ -3,6 +3,7 @@
 go 1.14
 
 require (
+	github.com/cbroglie/mustache v1.1.0
 	github.com/yuin/goldmark v1.1.32
 	github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
 )