@@ -8,16 +8,15 @@ require (
88 github.com/cespare/cp v1.1.1 // indirect
99 github.com/cosmos/cosmos-sdk v0.45.6
1010 github.com/cosmos/ibc-go/v2 v2.0.2
11- github.com/deckarep/golang-set v1.7.1 // indirect
12- github.com/ethereum/go-ethereum v1.10.13
11+ github.com/deckarep/golang-set v1.8.0 // indirect
12+ github.com/ethereum/go-ethereum v1.10.25
1313 github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
1414 github.com/gogo/protobuf v1.3.3
1515 github.com/golang/mock v1.6.0
1616 github.com/golang/protobuf v1.5.2
1717 github.com/google/uuid v1.2.0
1818 github.com/gorilla/mux v1.8.0
1919 github.com/grpc-ecosystem/grpc-gateway v1.16.0
20- github.com/jackpal/go-nat-pmp v1.0.2 // indirect
2120 github.com/joho/godotenv v1.3.0
2221 github.com/miguelmota/go-solidity-sha3 v0.1.1
2322 github.com/onsi/ginkgo v1.16.4
@@ -32,7 +31,7 @@ require (
3231 github.com/spf13/viper v1.10.1
3332 github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969 // indirect
3433 github.com/stretchr/objx v0.3.0 // indirect
35- github.com/stretchr/testify v1.7.1
34+ github.com/stretchr/testify v1.7.2
3635 github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
3736 github.com/tendermint/tendermint v0.34.19
3837 github.com/tendermint/tm-db v0.6.6
@@ -42,7 +41,7 @@ require (
4241 go.uber.org/zap v1.19.1
4342 google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb
4443 google.golang.org/grpc v1.45.0
45- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
44+ gopkg.in/yaml.v3 v3.0.1
4645)
4746
4847require (
@@ -56,6 +55,7 @@ require (
5655 github.com/beorn7/perks v1.0.1 // indirect
5756 github.com/bgentry/speakeasy v0.1.0 // indirect
5857 github.com/btcsuite/btcd v0.22.0-beta // indirect
58+ github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
5959 github.com/cespare/xxhash v1.1.0 // indirect
6060 github.com/cespare/xxhash/v2 v2.1.2 // indirect
6161 github.com/coinbase/rosetta-sdk-go v0.7.0 // indirect
@@ -67,6 +67,7 @@ require (
6767 github.com/cosmos/ledger-go v0.9.2 // indirect
6868 github.com/danieljoos/wincred v1.0.2 // indirect
6969 github.com/davecgh/go-spew v1.1.1 // indirect
70+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
7071 github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
7172 github.com/dgraph-io/badger/v2 v2.2007.2 // indirect
7273 github.com/dgraph-io/ristretto v0.0.3 // indirect
@@ -138,10 +139,10 @@ require (
138139 go.etcd.io/bbolt v1.3.6 // indirect
139140 go.uber.org/atomic v1.9.0 // indirect
140141 go.uber.org/multierr v1.7.0 // indirect
141- golang.org/x/crypto v0.0.0-20210915214749-c084706c2272 // indirect
142- golang.org/x/net v0.0.0-20211208012354-db4efeb81f4b // indirect
143- golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
144- golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
142+ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
143+ golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
144+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
145+ golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
145146 golang.org/x/text v0.3.7 // indirect
146147 google.golang.org/protobuf v1.27.1 // indirect
147148 gopkg.in/ini.v1 v1.66.2 // indirect
@@ -156,6 +157,6 @@ require pgregory.net/rapid v0.4.7
156157replace (
157158 github.com/cosmos/ibc-go/v2 => github.com/Sifchain/ibc-go/v2 v2.0.3-issue.850
158159 github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
159- google.golang.org/grpc => google.golang.org/grpc v1.33.2
160160 github.com/libp2p/go-buffer-pool => github.com/libp2p/go-buffer-pool v0.1.0
161+ google.golang.org/grpc => google.golang.org/grpc v1.33.2
161162)
0 commit comments