module git.jlel.se/jlelse/GoBlog
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/kyokomi/emoji v2.2.2+incompatible
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/tdewolff/minify/v2 v2.7.4
|
|
github.com/yuin/goldmark v1.1.31
|
|
github.com/yuin/goldmark-meta v0.0.0-20191126180153-f0638e958b60
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|