Mercurial > repos > public > wdown
comparison go.mod @ 8:4a25b534c81c javascript-experiment
Add v8 engine and include katex
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 17 Jun 2020 21:43:52 +0200 |
parents | a5aa39557726 |
children |
comparison
equal
deleted
inserted
replaced
7:a5aa39557726 | 8:4a25b534c81c |
---|---|
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 github.com/yuin/goldmark-meta v0.0.0-20191126180153-f0638e958b60 |
10 rogchap.com/v8go v0.2.0 | |
10 ) | 11 ) |