From c7ab870184449929fc69f9a5da36de38cae1b5ba Mon Sep 17 00:00:00 2001 From: ale Date: Sat, 19 Jun 2021 16:47:14 +0100 Subject: Ignore URL decode errors This is an internal inconsistency that should be investigated. --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 488dbdb..5ca4ba4 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,7 @@ module git.autistici.org/ale/crawl +go 1.15 + require ( github.com/PuerkitoBio/goquery v1.5.0 github.com/PuerkitoBio/purell v0.0.0-20180310210909-975f53781597 -- cgit v1.2.3-54-g00ecf