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)
22
33Package fetchbot provides a simple and flexible web crawler that follows the robots.txt
44policies and crawl delays.
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/PuerkitoBio/fetchbot
33go 1.14
44
55require (
6- github.com/PuerkitoBio/goquery v1.5 .1
6+ github.com/PuerkitoBio/goquery v1.6 .1
77 github.com/temoto/robotstxt v1.1.1
88)
Original file line number Diff line number Diff line change 11github.com/PuerkitoBio/goquery v1.5.1 h1:PSPBGne8NIUWw+/7vFBV+kG2J/5MOjbzc7154OaKCSE =
22github.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 =
35github.com/andybalholm/cascadia v1.1.0 h1:BuuO6sSfQNFRu1LppgbD25Hr2vLYW25JvxHs5zzsLTo =
46github.com/andybalholm/cascadia v1.1.0 /go.mod h1:GsXiBklL0woXo1j/WYWtSYYC4ouU9PqHO0sqidkEA4Y =
57github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
You can’t perform that action at this time.
0 commit comments