@@ -10,13 +10,12 @@ require (
10
10
github.com/cosmos/go-bip39 v1.0.0
11
11
github.com/cosmos/ibc-go/v3 v3.1.0
12
12
github.com/davecgh/go-spew v1.1.1
13
- github.com/ethereum/go-ethereum v1.10.16
13
+ github.com/ethereum/go-ethereum v1.10.19
14
14
github.com/gogo/protobuf v1.3.3
15
15
github.com/golang/protobuf v1.5.2
16
16
github.com/gorilla/mux v1.8.0
17
17
github.com/gorilla/websocket v1.5.0
18
18
github.com/grpc-ecosystem/grpc-gateway v1.16.0
19
- github.com/holiman/uint256 v1.2.0
20
19
github.com/improbable-eng/grpc-web v0.15.0
21
20
github.com/miguelmota/go-ethereum-hdwallet v0.1.1
22
21
github.com/onsi/ginkgo/v2 v2.1.4
@@ -34,7 +33,7 @@ require (
34
33
github.com/tendermint/tm-db v0.6.7
35
34
github.com/tyler-smith/go-bip39 v1.1.0
36
35
golang.org/x/text v0.3.7
37
- google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad
36
+ google.golang.org/genproto v0.0.0-20220628213854-d9e0b6570c03
38
37
google.golang.org/grpc v1.47.0
39
38
google.golang.org/protobuf v1.28.0
40
39
gopkg.in/yaml.v2 v2.4.0
@@ -50,6 +49,7 @@ require (
50
49
github.com/Workiva/go-datastructures v1.0.53 // indirect
51
50
github.com/beorn7/perks v1.0.1 // indirect
52
51
github.com/bgentry/speakeasy v0.1.0 // indirect
52
+ github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
53
53
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
54
54
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
55
55
github.com/cespare/xxhash v1.1.0 // indirect
@@ -63,10 +63,13 @@ require (
63
63
github.com/cosmos/ledger-go v0.9.2 // indirect
64
64
github.com/danieljoos/wincred v1.0.2 // indirect
65
65
github.com/deckarep/golang-set v1.8.0 // indirect
66
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
66
67
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
67
68
github.com/dgraph-io/badger/v2 v2.2007.2 // indirect
68
69
github.com/dgraph-io/ristretto v0.0.3 // indirect
69
70
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
71
+ github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
72
+ github.com/dop251/goja v0.0.0-20220405120441-9037c2b61cbf // indirect
70
73
github.com/dustin/go-humanize v1.0.0 // indirect
71
74
github.com/dvsekhvalnov/jose2go v0.0.0-20200901110807-248326c1351b // indirect
72
75
github.com/edsrzf/mmap-go v1.0.0 // indirect
@@ -78,6 +81,7 @@ require (
78
81
github.com/go-logfmt/logfmt v0.5.1 // indirect
79
82
github.com/go-ole/go-ole v1.2.1 // indirect
80
83
github.com/go-playground/validator/v10 v10.4.1 // indirect
84
+ github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
81
85
github.com/go-stack/stack v1.8.0 // indirect
82
86
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
83
87
github.com/gogo/gateway v1.1.0 // indirect
@@ -95,7 +99,8 @@ require (
95
99
github.com/hashicorp/hcl v1.0.0 // indirect
96
100
github.com/hdevalence/ed25519consensus v0.0.0-20210204194344-59a8610d2b87 // indirect
97
101
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
98
- github.com/huin/goupnp v1.0.2 // indirect
102
+ github.com/holiman/uint256 v1.2.0 // indirect
103
+ github.com/huin/goupnp v1.0.3 // indirect
99
104
github.com/inconshreveable/mousetrap v1.0.0 // indirect
100
105
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
101
106
github.com/jmhodges/levigo v1.0.0 // indirect
@@ -138,14 +143,13 @@ require (
138
143
github.com/tklauser/numcpus v0.2.2 // indirect
139
144
github.com/zondax/hid v0.9.0 // indirect
140
145
go.etcd.io/bbolt v1.3.6 // indirect
141
- golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
146
+ golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
142
147
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
143
148
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
144
149
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
145
150
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
146
151
gopkg.in/ini.v1 v1.66.4 // indirect
147
152
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
148
- gopkg.in/olebedev/go-duktape.v3 v3.0.0-20200619000410-60c24ae608a6 // indirect
149
153
gopkg.in/yaml.v3 v3.0.1 // indirect
150
154
nhooyr.io/websocket v1.8.6 // indirect
151
155
)
0 commit comments