mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-02 21:32:34 +00:00
use fork of blackfriday until the upstream is fixed
This commit is contained in:
4
go.mod
4
go.mod
@@ -16,9 +16,11 @@ require (
|
||||
github.com/reconquest/karma-go v0.0.0-20200326104714-79480464fdb5
|
||||
github.com/reconquest/pkg v0.0.0-20201028091908-8e9a5e0226ef
|
||||
github.com/reconquest/regexputil-go v0.0.0-20160905154124-38573e70c1f4
|
||||
github.com/russross/blackfriday/v2 v2.1.0
|
||||
github.com/russross/blackfriday/v2 v2.0.0-00010101000000-000000000000
|
||||
github.com/stretchr/testify v1.5.1
|
||||
golang.org/x/sys v0.0.0-20200116001909-b77594299b42 // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
||||
gopkg.in/yaml.v2 v2.2.8
|
||||
)
|
||||
|
||||
replace github.com/russross/blackfriday/v2 => github.com/kovetskiy/blackfriday/v2 v2.2.0
|
||||
|
||||
Reference in New Issue
Block a user