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
|
|
|
|
github.com/btcsuite/btcd v0.20.1-beta // indirect
|
2019-07-02 19:36:22 +00:00
|
|
|
github.com/cespare/cp v1.1.1 // indirect
|
2020-04-22 19:26:01 +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-04-22 19:26:01 +00:00
|
|
|
github.com/elastic/gosigar v0.10.3 // indirect
|
2020-04-23 17:21:23 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.9.13
|
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-05-03 01:56:18 +00:00
|
|
|
github.com/golangci/golangci-lint v1.23.8 // indirect
|
2020-03-17 12:31:26 +00:00
|
|
|
github.com/gorilla/mux v1.7.4
|
2019-07-02 19:36:22 +00:00
|
|
|
github.com/huin/goupnp v1.0.0 // 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-03-30 12:19:25 +00:00
|
|
|
github.com/spf13/cobra v0.0.7
|
2020-05-11 14:21:16 +00:00
|
|
|
github.com/spf13/viper v1.7.0
|
2019-07-11 18:05:34 +00:00
|
|
|
github.com/status-im/keycard-go v0.0.0-20190424133014-d95853db0f48 // indirect
|
2020-03-16 20:42:49 +00:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2019-11-04 20:45:02 +00:00
|
|
|
github.com/tendermint/go-amino v0.15.1
|
2020-04-22 19:26:01 +00:00
|
|
|
github.com/tendermint/tendermint v0.33.3
|
|
|
|
github.com/tendermint/tm-db v0.5.1
|
2020-04-23 17:21:23 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4
|
2020-05-13 13:04:30 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2019-11-13 17:00:21 +00:00
|
|
|
)
|