forked from mapprotocol/atlas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
66 lines (63 loc) · 2.58 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
module github.com/mapprotocol/atlas
go 1.15
require (
github.com/MadBase/MadNet v0.5.0
github.com/VictoriaMetrics/fastcache v1.10.0
github.com/btcsuite/btcd v0.22.1
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
github.com/buraksezer/consistent v0.9.0
github.com/cespare/cp v1.1.1
github.com/cespare/xxhash/v2 v2.1.2
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v1.7.1
github.com/dop251/goja v0.0.0-20211011172007-d99e4b8cbf48
github.com/edsrzf/mmap-go v1.1.0
github.com/ethereum/go-ethereum v1.10.10
github.com/fatih/color v1.10.0
github.com/fjl/memsize v0.0.1
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08
github.com/golang/snappy v0.0.4
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/herumi/bls-eth-go-binary v1.28.1
github.com/holiman/bloomfilter/v2 v2.0.3
github.com/holiman/uint256 v1.2.0
github.com/influxdata/influxdb v1.8.5
github.com/influxdata/influxdb-client-go/v2 v2.4.0
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/loinfish/azure-storage-go v0.0.1
github.com/mapprotocol/compass v1.0.0
github.com/mattn/go-colorable v0.1.12
github.com/mattn/go-isatty v0.0.14
github.com/minio/highwayhash v1.0.1
github.com/minio/sha256-simd v1.0.0
github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416
github.com/olekukonko/tablewriter v0.0.5
github.com/onsi/gomega v1.18.1
github.com/peterh/liner v1.2.1
github.com/pkg/errors v0.9.1
github.com/prometheus/tsdb v0.10.0
github.com/prysmaticlabs/fastssz v0.0.0-20220628131814-351fdcbb9964
github.com/prysmaticlabs/go-bitfield v0.0.0-20210809151128-385d8c5e3fb7
github.com/prysmaticlabs/gohashtree v0.0.2-alpha
github.com/rjeczalik/notify v0.9.2
github.com/rs/cors v1.8.2
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/shopspring/decimal v1.2.0
github.com/status-im/keycard-go v0.0.0-20211109104530-b0e0482ba91d
github.com/stretchr/testify v1.7.1
github.com/supranational/blst v0.3.10
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
github.com/tyler-smith/go-bip39 v1.1.0
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
golang.org/x/term v0.1.0
golang.org/x/text v0.3.8
google.golang.org/protobuf v1.28.0
gopkg.in/olebedev/go-duktape.v3 v3.0.0-20200619000410-60c24ae608a6
gopkg.in/urfave/cli.v1 v1.20.0
gotest.tools v2.2.0+incompatible
)
replace github.com/btcsuite/btcutil => github.com/btcsuite/btcutil v1.0.2