2021-06-22 10:49:18 +00:00
|
|
|
module github.com/tharsis/ethermint
|
2019-06-25 19:56:54 +00:00
|
|
|
|
2021-07-23 14:24:36 +00:00
|
|
|
go 1.16
|
2019-06-25 19:56:54 +00:00
|
|
|
|
|
|
|
require (
|
2021-08-06 12:47:49 +00:00
|
|
|
github.com/DataDog/zstd v1.4.8 // indirect
|
2021-06-15 10:19:25 +00:00
|
|
|
github.com/armon/go-metrics v0.3.9
|
2021-06-09 10:22:38 +00:00
|
|
|
github.com/btcsuite/btcd v0.22.0-beta
|
|
|
|
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
|
2019-07-02 19:36:22 +00:00
|
|
|
github.com/cespare/cp v1.1.1 // indirect
|
2021-09-02 12:26:16 +00:00
|
|
|
github.com/cosmos/cosmos-sdk v0.44.0
|
2021-04-17 10:00:07 +00:00
|
|
|
github.com/cosmos/go-bip39 v1.0.0
|
2021-08-26 12:17:56 +00:00
|
|
|
github.com/cosmos/ibc-go v1.0.1
|
2019-07-02 19:36:22 +00:00
|
|
|
github.com/deckarep/golang-set v1.7.1 // indirect
|
2021-08-06 12:47:49 +00:00
|
|
|
github.com/dgraph-io/badger/v2 v2.2007.3 // indirect
|
|
|
|
github.com/dgraph-io/ristretto v0.1.0 // indirect
|
2021-06-22 10:59:12 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.10.3
|
2021-04-17 10:00:07 +00:00
|
|
|
github.com/gogo/protobuf v1.3.3
|
2021-08-06 12:47:49 +00:00
|
|
|
github.com/golang/glog v0.0.0-20210429001901-424d2337a529 // indirect
|
2021-05-20 16:48:02 +00:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-08-06 12:47:49 +00:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
|
|
github.com/google/btree v1.0.1 // indirect
|
2021-08-30 13:40:03 +00:00
|
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
2021-07-30 11:40:17 +00:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
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-05-14 21:44:58 +00:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
|
2021-08-25 15:15:12 +00:00
|
|
|
github.com/improbable-eng/grpc-web v0.14.1
|
2021-06-21 14:17:31 +00:00
|
|
|
github.com/miguelmota/go-ethereum-hdwallet v0.0.1
|
2021-06-15 10:19:25 +00:00
|
|
|
github.com/palantir/stacktrace v0.0.0-20161112013806-78658fd2d177
|
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-06-21 14:17:31 +00:00
|
|
|
github.com/rjeczalik/notify v0.9.2 // indirect
|
2021-07-26 22:07:38 +00:00
|
|
|
github.com/rs/cors v1.8.0
|
2021-08-30 13:40:03 +00:00
|
|
|
github.com/rs/zerolog v1.24.0
|
2021-08-16 12:10:17 +00:00
|
|
|
github.com/spf13/cast v1.4.1
|
2021-07-26 19:43:07 +00:00
|
|
|
github.com/spf13/cobra v1.2.1
|
2021-06-28 10:30:23 +00:00
|
|
|
github.com/spf13/viper v1.8.1
|
2021-08-06 10:41:01 +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-08-18 10:30:46 +00:00
|
|
|
github.com/tendermint/tendermint v0.34.12
|
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-08-06 12:47:49 +00:00
|
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
2021-08-25 14:45:51 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
|
2021-08-06 12:47:49 +00:00
|
|
|
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
|
2021-08-18 08:31:37 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2 // indirect
|
2021-08-26 10:08:11 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20210825212027-de86158e7fda
|
2021-08-12 10:33:42 +00:00
|
|
|
google.golang.org/grpc v1.40.0
|
2020-11-26 10:39:32 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
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
|
|
|
|
2021-07-09 09:04:46 +00:00
|
|
|
replace google.golang.org/grpc => google.golang.org/grpc v1.33.2
|
|
|
|
|
2021-07-05 16:39:08 +00:00
|
|
|
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
|
2021-08-16 06:20:30 +00:00
|
|
|
|
|
|
|
replace github.com/99designs/keyring => github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac3d76
|