forked from mapprotocol/compass
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (25 loc) · 1.02 KB
/
Copy pathgo.mod
File metadata and controls
27 lines (25 loc) · 1.02 KB
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
)