-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 848 Bytes
/
Copy pathgo.mod
File metadata and controls
23 lines (21 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/polyse/web-scraper
go 1.14
require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/araddon/dateparse v0.0.0-20200409225146-d820a6159ab1
github.com/caarlos0/env/v6 v6.2.2
github.com/gocolly/colly/v2 v2.0.1
github.com/google/wire v0.4.0
github.com/kr/pretty v0.1.0 // indirect
github.com/labstack/echo/v4 v4.1.16
github.com/mauidude/go-readability v0.0.0-20141216012317-2f30b1a346f1
github.com/mediocregopher/radix/v3 v3.5.1
github.com/polyse/database-sdk v1.0.3
github.com/rs/zerolog v1.18.0
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
github.com/xlab/closer v0.0.0-20190328110542-03326addb7c2
go.uber.org/atomic v1.6.0 // indirect
go.uber.org/ratelimit v0.1.0
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)