2019-06-25 19:56:54 +00:00
|
|
|
module github.com/cosmos/ethermint
|
|
|
|
|
2020-11-20 18:31:57 +00:00
|
|
|
go 1.15
|
2019-06-25 19:56:54 +00:00
|
|
|
|
|
|
|
require (
|
2021-04-17 10:00:07 +00:00
|
|
|
github.com/aristanetworks/goarista v0.0.0-20201012165903-2cb20defcd66 // indirect
|
2021-04-18 16:39:15 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.38.21 // indirect
|
2021-04-18 17:23:26 +00:00
|
|
|
github.com/bitly/go-simplejson v0.5.0 // indirect
|
2020-09-30 11:13:19 +00:00
|
|
|
github.com/btcsuite/btcd v0.21.0-beta
|
2020-09-29 20:10:56 +00:00
|
|
|
github.com/btcsuite/btcutil v1.0.2
|
2021-04-18 16:39:15 +00:00
|
|
|
github.com/bugsnag/bugsnag-go v2.1.0+incompatible // indirect
|
|
|
|
github.com/bugsnag/panicwrap v1.3.2 // indirect
|
2019-07-02 19:36:22 +00:00
|
|
|
github.com/cespare/cp v1.1.1 // indirect
|
2021-04-17 10:00:07 +00:00
|
|
|
github.com/cosmos/cosmos-sdk v0.42.4
|
|
|
|
github.com/cosmos/go-bip39 v1.0.0
|
2019-07-02 19:36:22 +00:00
|
|
|
github.com/deckarep/golang-set v1.7.1 // indirect
|
2021-04-18 17:23:26 +00:00
|
|
|
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
|
2020-12-11 12:47:18 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.9.25
|
2019-10-18 23:23:09 +00:00
|
|
|
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect
|
2021-04-18 16:39:15 +00:00
|
|
|
github.com/gofrs/uuid v4.0.0+incompatible // indirect
|
2021-04-17 10:00:07 +00:00
|
|
|
github.com/gogo/protobuf v1.3.3
|
|
|
|
github.com/golang/protobuf v1.5.2
|
|
|
|
github.com/google/uuid v1.2.0
|
2020-08-24 10:35:09 +00:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2020-07-06 17:23:35 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-04-17 10:00:07 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
2021-04-18 17:23:26 +00:00
|
|
|
github.com/improbable-eng/grpc-web v0.14.0
|
2021-04-18 16:39:15 +00:00
|
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
2021-04-17 10:00:07 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
2020-09-29 20:10:56 +00:00
|
|
|
github.com/miguelmota/go-ethereum-hdwallet v0.0.0-20200123000308-a60dcd172b4c
|
2020-03-16 20:28:01 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-04-17 10:00:07 +00:00
|
|
|
github.com/prometheus/tsdb v0.10.0 // indirect
|
2021-04-18 17:23:26 +00:00
|
|
|
github.com/rakyll/statik v0.1.7
|
2021-04-17 10:00:07 +00:00
|
|
|
github.com/regen-network/cosmos-proto v0.3.1
|
2021-04-18 17:23:26 +00:00
|
|
|
github.com/rs/cors v1.7.0
|
2021-04-17 10:00:07 +00:00
|
|
|
github.com/spf13/cast v1.3.1
|
2021-05-10 08:59:54 +00:00
|
|
|
github.com/spf13/cobra v1.1.3
|
2020-08-03 11:44:59 +00:00
|
|
|
github.com/spf13/viper v1.7.1
|
2021-04-17 10:00:07 +00:00
|
|
|
github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969
|
2021-01-13 12:20:00 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-04-18 16:39:15 +00:00
|
|
|
github.com/tendermint/tendermint v0.34.10
|
2021-04-17 10:00:07 +00:00
|
|
|
github.com/tendermint/tm-db v0.6.4
|
2021-05-07 12:10:47 +00:00
|
|
|
github.com/tyler-smith/go-bip39 v1.1.0
|
2021-04-18 17:23:26 +00:00
|
|
|
github.com/xlab/closer v0.0.0-20190328110542-03326addb7c2
|
|
|
|
github.com/xlab/suplog v1.3.0
|
2021-04-17 10:00:07 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
2021-04-18 16:39:15 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect
|
2021-04-17 10:00:07 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20210405174219-a39eb2f71cb9
|
2021-04-18 16:39:15 +00:00
|
|
|
google.golang.org/grpc v1.37.0
|
2020-11-26 10:39:32 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-04-17 10:00:07 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
2021-04-18 17:23:26 +00:00
|
|
|
nhooyr.io/websocket v1.8.7 // indirect
|
2019-11-13 17:00:21 +00:00
|
|
|
)
|
2021-01-07 21:45:32 +00:00
|
|
|
|
|
|
|
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.2-alpha.regen.4
|