-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
23 lines (21 loc) · 850 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module crypto-colly
go 1.16
require (
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/antchfx/htmlquery v1.2.4 // indirect
github.com/antchfx/xmlquery v1.3.9 // indirect
github.com/ethereum/go-ethereum v1.10.15
github.com/garyburd/redigo v1.6.3
github.com/gobwas/glob v0.2.3 // indirect
github.com/gocolly/colly v1.2.0
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/panjf2000/ants/v2 v2.4.7 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/temoto/robotstxt v1.1.2 // indirect
github.com/tidwall/gjson v1.13.0
go.mongodb.org/mongo-driver v1.8.2
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)