File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- # 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)
1
+ # 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)
2
2
3
3
Package fetchbot provides a simple and flexible web crawler that follows the robots.txt
4
4
policies and crawl delays.
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/PuerkitoBio/fetchbot
3
3
go 1.14
4
4
5
5
require (
6
- github.com/PuerkitoBio/goquery v1.5 .1
6
+ github.com/PuerkitoBio/goquery v1.6 .1
7
7
github.com/temoto/robotstxt v1.1.1
8
8
)
Original file line number Diff line number Diff line change 1
1
github.com/PuerkitoBio/goquery v1.5.1 h1:PSPBGne8NIUWw+/7vFBV+kG2J/5MOjbzc7154OaKCSE =
2
2
github.com/PuerkitoBio/goquery v1.5.1 /go.mod h1:GsLWisAFVj4WgDibEWF4pvYnkVQBpKBKeU+7zCJoLcc =
3
+ github.com/PuerkitoBio/goquery v1.6.1 h1:FgjbQZKl5HTmcn4sKBgvx8vv63nhyhIpv7lJpFGCWpk =
4
+ github.com/PuerkitoBio/goquery v1.6.1 /go.mod h1:GsLWisAFVj4WgDibEWF4pvYnkVQBpKBKeU+7zCJoLcc =
3
5
github.com/andybalholm/cascadia v1.1.0 h1:BuuO6sSfQNFRu1LppgbD25Hr2vLYW25JvxHs5zzsLTo =
4
6
github.com/andybalholm/cascadia v1.1.0 /go.mod h1:GsXiBklL0woXo1j/WYWtSYYC4ouU9PqHO0sqidkEA4Y =
5
7
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
You can’t perform that action at this time.
0 commit comments