2019-06-25 19:56:54 +00:00
|
|
|
module github.com/cosmos/ethermint
|
|
|
|
|
2020-04-22 19:26:01 +00:00
|
|
|
go 1.14
|
2019-06-25 19:56:54 +00:00
|
|
|
|
|
|
|
require (
|
2019-07-11 18:05:34 +00:00
|
|
|
github.com/allegro/bigcache v1.2.1 // indirect
|
2020-04-06 16:18:40 +00:00
|
|
|
github.com/aristanetworks/goarista v0.0.0-20200331225509-2cc472e8fbd6 // indirect
|
2019-07-02 19:36:22 +00:00
|
|
|
github.com/cespare/cp v1.1.1 // indirect
|
2020-06-08 18:33:48 +00:00
|
|
|
github.com/cosmos/cosmos-sdk v0.34.4-0.20200403200637-7f78e61b93a5
|
2019-07-02 19:36:22 +00:00
|
|
|
github.com/deckarep/golang-set v1.7.1 // indirect
|
2020-07-21 10:45:16 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.9.17
|
2019-10-18 23:23:09 +00:00
|
|
|
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect
|
2020-04-22 19:26:01 +00:00
|
|
|
github.com/gogo/protobuf v1.3.1
|
2020-03-17 12:31:26 +00:00
|
|
|
github.com/gorilla/mux v1.7.4
|
2020-07-06 17:23:35 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-05-18 21:33:08 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
|
|
github.com/onsi/ginkgo v1.11.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.8.1 // indirect
|
2020-03-16 20:28:01 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2019-07-11 18:05:34 +00:00
|
|
|
github.com/prometheus/tsdb v0.9.1 // indirect
|
2020-04-22 19:26:01 +00:00
|
|
|
github.com/regen-network/cosmos-proto v0.1.1-0.20200213154359-02baa11ea7c2
|
2019-07-02 19:36:22 +00:00
|
|
|
github.com/rjeczalik/notify v0.9.2 // indirect
|
2019-10-18 23:23:09 +00:00
|
|
|
github.com/spf13/afero v1.2.2 // indirect
|
2020-07-03 15:40:00 +00:00
|
|
|
github.com/spf13/cobra v1.0.0
|
2020-05-11 14:21:16 +00:00
|
|
|
github.com/spf13/viper v1.7.0
|
2020-07-15 14:52:21 +00:00
|
|
|
github.com/status-im/keycard-go v0.0.0-20190424133014-d95853db0f48
|
2020-06-08 12:00:18 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-07-03 15:40:00 +00:00
|
|
|
github.com/tendermint/tendermint v0.33.4
|
2020-04-22 19:26:01 +00:00
|
|
|
github.com/tendermint/tm-db v0.5.1
|
2020-07-13 12:45:21 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2020-05-13 13:04:30 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2019-11-13 17:00:21 +00:00
|
|
|
)
|
2020-06-08 18:33:48 +00:00
|
|
|
|
2020-07-03 15:40:00 +00:00
|
|
|
// forked SDK to avoid breaking changes
|
|
|
|
replace github.com/cosmos/cosmos-sdk => github.com/Chainsafe/cosmos-sdk v0.34.4-0.20200622114457-35ea97f29c5f
|