-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (24 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
23
24
25
26
module github.com/samirettali/tor-spider
go 1.14
require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/antchfx/htmlquery v1.2.3 // indirect
github.com/antchfx/xmlquery v1.2.4 // indirect
github.com/cenkalti/backoff/v4 v4.0.2
github.com/elastic/go-elasticsearch/v7 v7.8.0
github.com/elastic/go-elasticsearch/v8 v8.0.0-20200617131227-3e398adc67a2
github.com/go-redis/redis v6.15.8+incompatible // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gocolly/colly v1.2.0
github.com/gocolly/redisstorage v0.0.0-20190812112800-1745c5e6d0ba
github.com/jpillora/go-tld v1.0.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/onsi/ginkgo v1.13.0 // indirect
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/samirettali/serviceregistry v0.0.0-20200618165909-d0a66ea24916
github.com/sirupsen/logrus v1.6.0
github.com/temoto/robotstxt v1.1.1 // indirect
go.mongodb.org/mongo-driver v1.3.4
google.golang.org/appengine v1.6.6 // indirect
)