view go.mod @ 4:0b747e2d51c9

Add syntax highlighting support
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 16 Jun 2020 21:11:38 +0200
parents 4f279dcbfb16
children a5f397e25cb7
line wrap: on
line source

module werpers.com/repos/wdown

go 1.14

require (
	github.com/yuin/goldmark v1.1.32
	github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
)