mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-03 22:12:35 +00:00
Support for relative links (#33)
* Support for relative links Fixes #25 * Error logging fixes * Better regexp
This commit is contained in:
2
go.mod
2
go.mod
@@ -15,6 +15,6 @@ require (
|
||||
github.com/reconquest/pkg v0.0.0-20201028091908-8e9a5e0226ef
|
||||
github.com/reconquest/regexputil-go v0.0.0-20160905154124-38573e70c1f4
|
||||
github.com/russross/blackfriday v1.5.2
|
||||
github.com/stretchr/testify v1.5.1 // indirect
|
||||
github.com/stretchr/testify v1.5.1
|
||||
gopkg.in/yaml.v2 v2.2.8
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user