-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (21 loc) · 1.03 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/ezgliding/crawler
require (
github.com/PuerkitoBio/goquery v1.4.1 // indirect
github.com/andybalholm/cascadia v1.0.0 // indirect
github.com/antchfx/htmlquery v0.0.0-20180524052033-b4407197cfe8 // indirect
github.com/antchfx/xmlquery v0.0.0-20180524052823-9188d8442369 // indirect
github.com/antchfx/xpath v0.0.0-20180524052354-077bca4d2caa // indirect
github.com/ezgliding/goigc v0.0.0-20170812000517-57e2608794b3
github.com/gobwas/glob v0.2.3 // indirect
github.com/gocolly/colly v1.0.0
github.com/golang/geo v0.0.0-20170921223117-6fb829cea430
github.com/golang/protobuf v1.1.0 // indirect
github.com/kennygrant/sanitize v1.2.3 // indirect
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/sirupsen/logrus v1.2.0
github.com/temoto/robotstxt v0.0.0-20170603013557-9e4646fa7053 // indirect
github.com/yhat/scrape v0.0.0-20161128144610-24b7890b0945
golang.org/x/net v0.0.0-20180218175443-cbe0f9307d01
golang.org/x/text v0.3.0 // indirect
google.golang.org/appengine v1.1.0 // indirect
)