deps: Revert to an older version of Blackfriday

See #6040
This commit is contained in:
Bjørn Erik Pedersen
2019-06-16 22:13:23 +02:00
parent ff10aa522d
commit d6ca728ff3
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -41,7 +41,7 @@ require (
github.com/olekukonko/tablewriter v0.0.0-20180506121414-d4647c9c7a84
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/pkg/errors v0.8.1
github.com/russross/blackfriday v1.5.2
github.com/russross/blackfriday v1.5.3-0.20190124082335-a477dd164691
github.com/sanity-io/litter v1.1.0
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/spf13/afero v1.2.2