@@ -4,13 +4,10 @@ go 1.14
4
4
5
5
require (
6
6
github.com/PuerkitoBio/goquery v1.8.0
7
- github.com/apache/thrift v0.14.1 // indirect
8
- github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
9
7
github.com/aws/aws-sdk-go v1.41.12
10
8
github.com/chromedp/chromedp v0.6.5
11
9
github.com/gocarina/gocsv v0.0.0-20211020200912-82fc2684cc48
12
10
github.com/gorilla/mux v1.8.0
13
- github.com/gosuri/uilive v0.0.4 // indirect
14
11
github.com/gosuri/uiprogress v0.0.1
15
12
github.com/knakk/rdf v0.0.0-20190304171630-8521bf4c5042
16
13
github.com/mafredri/cdp v0.32.0
@@ -24,7 +21,7 @@ require (
24
21
github.com/xitongsys/parquet-go v1.6.0
25
22
github.com/xitongsys/parquet-go-source v0.0.0-20211010230925-397910c5e371
26
23
go.etcd.io/bbolt v1.3.6
27
- golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
24
+ golang.org/x/crypto v0.1.0
28
25
)
29
26
30
27
// just using bolt github.com/boltdb/bolt would be ok... but it complains if we mix.
@@ -34,9 +31,9 @@ require (
34
31
github.com/boltdb/bolt v1.3.1
35
32
github.com/gleanerio/nabu v0.0.0-20211107193830-958398c3aaef
36
33
github.com/oxffaa/gopher-parse-sitemap v0.0.0-20191021113419-005d2eb1def4
34
+ github.com/utahta/go-openuri v0.1.0
37
35
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
38
36
google.golang.org/api v0.60.0
39
- github.com/utahta/go-openuri v0.1.0
40
37
)
41
38
42
39
// local replace. gleaner and nabu at same level
0 commit comments