forked from InjectiveLabs/peggo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
47 lines (41 loc) · 1.84 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
module github.com/InjectiveLabs/peggo
go 1.16
require (
github.com/DataDog/zstd v1.4.8 // indirect
github.com/InjectiveLabs/etherman v1.7.0
github.com/InjectiveLabs/metrics v0.0.1
github.com/InjectiveLabs/sdk-go v1.38.2
github.com/StackExchange/wmi v1.2.0 // indirect
github.com/avast/retry-go v3.0.0+incompatible
github.com/cosmos/cosmos-sdk v0.45.2
github.com/dgraph-io/ristretto v0.1.0 // indirect
github.com/ethereum/go-ethereum v1.10.5
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/btree v1.0.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/go-multierror v1.1.0
github.com/huin/goupnp v1.0.2 // indirect
github.com/jawher/mow.cli v1.2.0
github.com/karalabe/usb v0.0.0-20210518091819-4ea20957c210 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
github.com/onsi/ginkgo v1.16.2
github.com/onsi/gomega v1.13.0
github.com/peterh/liner v1.2.1 // indirect
github.com/pkg/errors v0.9.1
github.com/shirou/gopsutil v3.21.6+incompatible // indirect
github.com/shopspring/decimal v1.2.0
github.com/stretchr/testify v1.7.0
github.com/tendermint/tendermint v0.34.16
github.com/tklauser/go-sysconf v0.3.7 // indirect
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/xlab/closer v0.0.0-20190328110542-03326addb7c2
github.com/xlab/suplog v1.3.1
golang.org/x/crypto v0.0.0-20211215165025-cf75a172585e
google.golang.org/grpc v1.44.0
)
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
replace github.com/btcsuite/btcutil => github.com/btcsuite/btcutil v1.0.2
replace github.com/cosmos/cosmos-sdk => github.com/InjectiveLabs/cosmos-sdk v0.43.0-rc0
replace github.com/ethereum/go-ethereum => github.com/ethereum/go-ethereum v1.10.5