From 2585da6160ce02e72d9f1a41f9728fafbedb8fa5 Mon Sep 17 00:00:00 2001 From: Martin Angers Date: Wed, 19 May 2021 10:45:51 -0400 Subject: [PATCH] Update deps and godoc badge --- README.md | 2 +- go.mod | 2 +- go.sum | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd07915..7848e49 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# fetchbot [![build status](https://secure.travis-ci.org/PuerkitoBio/fetchbot.svg)](http://travis-ci.org/PuerkitoBio/fetchbot) [![GoDoc](https://godoc.org/github.com/PuerkitoBio/fetchbot?status.svg)](http://godoc.org/github.com/PuerkitoBio/fetchbot) +# fetchbot [![build status](https://secure.travis-ci.org/PuerkitoBio/fetchbot.svg)](http://travis-ci.org/PuerkitoBio/fetchbot) [![Go Reference](https://pkg.go.dev/badge/github.com/PuerkitoBio/fetchbot.svg)](https://pkg.go.dev/github.com/PuerkitoBio/fetchbot) Package fetchbot provides a simple and flexible web crawler that follows the robots.txt policies and crawl delays. diff --git a/go.mod b/go.mod index 86707e6..4578862 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/PuerkitoBio/fetchbot go 1.14 require ( - github.com/PuerkitoBio/goquery v1.5.1 + github.com/PuerkitoBio/goquery v1.6.1 github.com/temoto/robotstxt v1.1.1 ) diff --git a/go.sum b/go.sum index f94856b..4b7a9aa 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,7 @@ github.com/PuerkitoBio/goquery v1.5.1 h1:PSPBGne8NIUWw+/7vFBV+kG2J/5MOjbzc7154OaKCSE= github.com/PuerkitoBio/goquery v1.5.1/go.mod h1:GsLWisAFVj4WgDibEWF4pvYnkVQBpKBKeU+7zCJoLcc= +github.com/PuerkitoBio/goquery v1.6.1 h1:FgjbQZKl5HTmcn4sKBgvx8vv63nhyhIpv7lJpFGCWpk= +github.com/PuerkitoBio/goquery v1.6.1/go.mod h1:GsLWisAFVj4WgDibEWF4pvYnkVQBpKBKeU+7zCJoLcc= github.com/andybalholm/cascadia v1.1.0 h1:BuuO6sSfQNFRu1LppgbD25Hr2vLYW25JvxHs5zzsLTo= github.com/andybalholm/cascadia v1.1.0/go.mod h1:GsXiBklL0woXo1j/WYWtSYYC4ouU9PqHO0sqidkEA4Y= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=