From 557f9d889812976293b4a668c190e0e1e0332857 Mon Sep 17 00:00:00 2001 From: renovate Date: Sun, 11 Jul 2021 14:26:26 +0000 Subject: Update module github.com/PuerkitoBio/goquery to v1.7.1 --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 33a9c8e..f302ca6 100644 --- a/go.mod +++ b/go.mod @@ -3,12 +3,12 @@ module git.autistici.org/ale/crawl go 1.15 require ( - github.com/PuerkitoBio/goquery v1.5.0 + github.com/PuerkitoBio/goquery v1.7.1 github.com/PuerkitoBio/purell v0.1.0 github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect github.com/google/go-cmp v0.5.6 github.com/google/uuid v1.1.1 // indirect github.com/pborman/uuid v1.2.1 github.com/syndtr/goleveldb v0.0.0-20190923125748-758128399b1d - golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 // indirect + golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect ) -- cgit v1.2.3-54-g00ecf