d068f5b331
* Problem: verbose logs display with FATAL option (fix #320) add my script increase amount for metamask add run amount ok hide log show info my logger hook log revive eth log tidy up use suplog log replace ok removed suplog tidy up tidy up fix compile remove sh tidy up tidy up * logger handler * fix * fix eth log override (#371) remove redundant log tidy up * log test * c++ Co-authored-by: jongwhan lee <jonghwan@crypto.com> Co-authored-by: Jongwhan Lee <51560997+leejw51crypto@users.noreply.github.com>
61 lines
2.4 KiB
Modula-2
61 lines
2.4 KiB
Modula-2
module github.com/tharsis/ethermint
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/DataDog/zstd v1.4.8 // indirect
|
|
github.com/armon/go-metrics v0.3.9
|
|
github.com/btcsuite/btcd v0.22.0-beta
|
|
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
|
|
github.com/cespare/cp v1.1.1 // indirect
|
|
github.com/cosmos/cosmos-sdk v0.43.0
|
|
github.com/cosmos/go-bip39 v1.0.0
|
|
github.com/cosmos/ibc-go v1.0.0
|
|
github.com/deckarep/golang-set v1.7.1 // indirect
|
|
github.com/dgraph-io/badger/v2 v2.2007.3 // indirect
|
|
github.com/dgraph-io/ristretto v0.1.0 // indirect
|
|
github.com/ethereum/go-ethereum v1.10.3
|
|
github.com/gogo/protobuf v1.3.3
|
|
github.com/golang/glog v0.0.0-20210429001901-424d2337a529 // indirect
|
|
github.com/golang/protobuf v1.5.2
|
|
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/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
|
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
|
|
github.com/improbable-eng/grpc-web v0.14.0
|
|
github.com/miguelmota/go-ethereum-hdwallet v0.0.1
|
|
github.com/palantir/stacktrace v0.0.0-20161112013806-78658fd2d177
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/tsdb v0.10.0 // indirect
|
|
github.com/rakyll/statik v0.1.7
|
|
github.com/regen-network/cosmos-proto v0.3.1
|
|
github.com/rjeczalik/notify v0.9.2 // indirect
|
|
github.com/rs/cors v1.8.0
|
|
github.com/rs/zerolog v1.23.0
|
|
github.com/spf13/cast v1.4.1
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/spf13/viper v1.8.1
|
|
github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tendermint/tendermint v0.34.12
|
|
github.com/tendermint/tm-db v0.6.4
|
|
github.com/tyler-smith/go-bip39 v1.1.0
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
|
golang.org/x/crypto v0.0.0-20210813211128-0a44fdfbc16e // indirect
|
|
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
|
|
golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2 // indirect
|
|
google.golang.org/genproto v0.0.0-20210816143620-e15ff196659d
|
|
google.golang.org/grpc v1.40.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
nhooyr.io/websocket v1.8.7 // indirect
|
|
)
|
|
|
|
replace google.golang.org/grpc => google.golang.org/grpc v1.33.2
|
|
|
|
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
|
|
|
|
replace github.com/99designs/keyring => github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac3d76
|