-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
30 lines (28 loc) · 1.23 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
27
28
29
30
module github.com/zapproject/pythia
go 1.12
require (
github.com/PuerkitoBio/goquery v1.7.1 // indirect
github.com/allegro/bigcache v1.2.1 // indirect
github.com/antchfx/htmlquery v1.2.3 // indirect
github.com/antchfx/xmlquery v1.3.6 // indirect
github.com/benbjohnson/clock v1.0.3
github.com/cespare/cp v1.1.1 // indirect
github.com/charliehorse55/go-opencl v0.0.0-20200116145223-eb5421c9755d
github.com/ethereum/go-ethereum v1.10.17
github.com/gobwas/glob v0.2.3 // indirect
github.com/gocolly/colly v1.2.0
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/jawher/mow.cli v1.1.0
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/miguelmota/go-solidity-sha3 v0.1.1
github.com/prometheus/tsdb v0.10.0
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/sirupsen/logrus v1.4.2
github.com/status-im/keycard-go v0.0.0-20190424133014-d95853db0f48 // indirect
github.com/stretchr/testify v1.7.0
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
github.com/temoto/robotstxt v1.1.2 // indirect
github.com/tyler-smith/go-bip39 v1.0.2 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
)