Add link crawler

This commit is contained in:
James Mills
2021-02-01 20:20:25 +10:00
parent a7a928d7dc
commit 8c84ee8b3d
3 changed files with 140 additions and 0 deletions

1
go.mod
View File

@@ -16,6 +16,7 @@ require (
github.com/gabstv/merger v1.0.1
github.com/go-mail/mail v2.3.1+incompatible
github.com/goccy/go-yaml v1.8.6
github.com/gocolly/colly/v2 v2.1.0
github.com/gomarkdown/markdown v0.0.0-20201113031856-722100d81a8e
github.com/google/uuid v1.2.0 // indirect
github.com/goware/urlx v0.3.1