forked from mapprotocol/compass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 1.02 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
module github.com/mapprotocol/compass
go 1.16
require (
github.com/ChainSafe/chainbridge-utils v1.0.6
github.com/ChainSafe/log15 v1.0.0
github.com/centrifuge/go-substrate-rpc-client v2.0.0+incompatible // indirect
github.com/ethereum/go-ethereum v1.10.10
github.com/fjl/memsize v0.0.1 // indirect
github.com/go-redis/redis/v8 v8.11.5
github.com/mapprotocol/atlas v0.5.1-0.20220530091946-06b376fbe9bd
github.com/mapprotocol/near-api-go v0.0.0-20220801061430-b9e1d4580dc5
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/mr-tron/base58 v1.2.0
github.com/pkg/errors v0.9.1
github.com/pkg/math v0.0.0-20141027224758-f2ed9e40e245
github.com/prometheus/client_golang v1.12.2
github.com/rs/cors v1.8.2
github.com/status-im/keycard-go v0.0.0-20211109104530-b0e0482ba91d // indirect
github.com/stretchr/testify v1.8.0
github.com/urfave/cli/v2 v2.10.2
golang.org/x/crypto v0.1.0
golang.org/x/term v0.1.0
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
)