aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorrenovate <renovate-bot@autistici.org>2021-07-11 14:26:26 +0000
committerrenovate <renovate-bot@autistici.org>2021-07-11 14:26:26 +0000
commit557f9d889812976293b4a668c190e0e1e0332857 (patch)
tree9d2e82374a063f3b568110e83ccb1b285f3247f1 /go.mod
parent877afafd950b84242204499b3ed8c1b2c8c75f31 (diff)
downloadcrawl-557f9d889812976293b4a668c190e0e1e0332857.tar.gz
crawl-557f9d889812976293b4a668c190e0e1e0332857.zip
Update module github.com/PuerkitoBio/goquery to v1.7.1
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
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
)