Skip to content

Commit 724c814

Browse files
authored
Merge pull request #164 from gleanerio/dependabot/go_modules/golang.org/x/crypto-0.1.0
Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0
2 parents c180764 + d14d591 commit 724c814

File tree

2 files changed

+23
-51
lines changed

2 files changed

+23
-51
lines changed

go.mod

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ go 1.14
44

55
require (
66
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
97
github.com/aws/aws-sdk-go v1.41.12
108
github.com/chromedp/chromedp v0.6.5
119
github.com/gocarina/gocsv v0.0.0-20211020200912-82fc2684cc48
1210
github.com/gorilla/mux v1.8.0
13-
github.com/gosuri/uilive v0.0.4 // indirect
1411
github.com/gosuri/uiprogress v0.0.1
1512
github.com/knakk/rdf v0.0.0-20190304171630-8521bf4c5042
1613
github.com/mafredri/cdp v0.32.0
@@ -24,7 +21,7 @@ require (
2421
github.com/xitongsys/parquet-go v1.6.0
2522
github.com/xitongsys/parquet-go-source v0.0.0-20211010230925-397910c5e371
2623
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
2825
)
2926

3027
// just using bolt github.com/boltdb/bolt would be ok... but it complains if we mix.
@@ -34,9 +31,9 @@ require (
3431
github.com/boltdb/bolt v1.3.1
3532
github.com/gleanerio/nabu v0.0.0-20211107193830-958398c3aaef
3633
github.com/oxffaa/gopher-parse-sitemap v0.0.0-20191021113419-005d2eb1def4
34+
github.com/utahta/go-openuri v0.1.0
3735
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
3836
google.golang.org/api v0.60.0
39-
github.com/utahta/go-openuri v0.1.0
4037
)
4138

4239
// local replace. gleaner and nabu at same level

0 commit comments

Comments
 (0)