Support for relative links (#33)

* Support for relative links

Fixes #25

* Error logging fixes

* Better regexp
This commit is contained in:
Juho Saarinen
2020-11-30 09:47:46 +02:00
committed by GitHub
parent bcf2acb39f
commit 63fe97beaa
6 changed files with 150 additions and 6 deletions

2
go.mod
View File

@@ -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
)