comparison go.mod @ 44:2d7f7f19bec3 draft

update blackfriday version
author gsax
date Tue, 24 Mar 2020 05:10:58 +0000
parents 9c8d908163a9
children afb3280aaf28
comparison
equal deleted inserted replaced
43:9c8d908163a9 44:2d7f7f19bec3
2 2
3 go 1.13 3 go 1.13
4 4
5 require ( 5 require (
6 github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 6 github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
7 github.com/russross/blackfriday v2.0.0+incompatible 7 gopkg.in/russross/blackfriday.v2 v2.0.0+incompatible
8 github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect 8 github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
9 github.com/yosssi/gcss v0.1.0 9 github.com/yosssi/gcss v0.1.0
10 gopkg.in/yaml.v2 v2.2.2 10 gopkg.in/yaml.v2 v2.2.2
11 ) 11 )