@@ -4,18 +4,18 @@ go 1.19
4
4
5
5
require (
6
6
cosmossdk.io/api v0.3.1
7
- cosmossdk.io/errors v1.0.0-beta.7
7
+ cosmossdk.io/errors v1.0.0
8
8
cosmossdk.io/math v1.0.1
9
- github.com/CosmWasm/wasmd v0.0 .0-00010101000000-000000000000
10
- github.com/avast/retry-go/v4 v4.3.3
9
+ github.com/CosmWasm/wasmd v0.40 .0-rc.1
10
+ github.com/avast/retry-go/v4 v4.3.4
11
11
github.com/btcsuite/btcd v0.23.4
12
12
github.com/btcsuite/btcd/btcutil v1.1.3
13
- github.com/cometbft/cometbft v0.37.1
13
+ github.com/cometbft/cometbft v0.37.2
14
14
github.com/cosmos/cosmos-proto v1.0.0-beta.2
15
- github.com/cosmos/cosmos-sdk v0.47.3
15
+ github.com/cosmos/cosmos-sdk v0.47.4
16
16
github.com/cosmos/go-bip39 v1.0.0
17
17
github.com/cosmos/gogoproto v1.4.10
18
- github.com/cosmos/ibc-go/v7 v7.1.0-rc0
18
+ github.com/cosmos/ibc-go/v7 v7.2.0
19
19
github.com/cosmos/ics23/go v0.10.0
20
20
github.com/ethereum/go-ethereum v1.10.26
21
21
github.com/gofrs/flock v0.8.1
@@ -30,32 +30,32 @@ require (
30
30
github.com/pkg/errors v0.9.1
31
31
github.com/prometheus/client_golang v1.15.0
32
32
github.com/spf13/cobra v1.7.0
33
- github.com/spf13/viper v1.15 .0
34
- github.com/stretchr/testify v1.8.2
33
+ github.com/spf13/viper v1.16 .0
34
+ github.com/stretchr/testify v1.8.4
35
35
github.com/tyler-smith/go-bip39 v1.1.0
36
- go.uber.org/multierr v1.8 .0
36
+ go.uber.org/multierr v1.11 .0
37
37
go.uber.org/zap v1.24.0
38
- golang.org/x/crypto v0.8 .0
39
- golang.org/x/mod v0.10 .0
40
- golang.org/x/sync v0.1 .0
41
- golang.org/x/text v0.9 .0
42
- google.golang.org/grpc v1.55.0
38
+ golang.org/x/crypto v0.11 .0
39
+ golang.org/x/mod v0.12 .0
40
+ golang.org/x/sync v0.3 .0
41
+ golang.org/x/text v0.11 .0
42
+ google.golang.org/grpc v1.56.2
43
43
gopkg.in/natefinch/lumberjack.v2 v2.0.0
44
44
gopkg.in/yaml.v2 v2.4.0
45
45
gopkg.in/yaml.v3 v3.0.1
46
46
47
47
)
48
48
49
49
require (
50
- cloud.google.com/go v0.110.0 // indirect
51
- cloud.google.com/go/compute v1.18.0 // indirect
50
+ cloud.google.com/go v0.110.4 // indirect
51
+ cloud.google.com/go/compute v1.20.1 // indirect
52
52
cloud.google.com/go/compute/metadata v0.2.3 // indirect
53
- cloud.google.com/go/iam v0.12 .0 // indirect
54
- cloud.google.com/go/storage v1.29.0 // indirect
53
+ cloud.google.com/go/iam v1.1 .0 // indirect
54
+ cloud.google.com/go/storage v1.30.1 // indirect
55
55
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
56
56
cosmossdk.io/core v0.5.1 // indirect
57
57
cosmossdk.io/depinject v1.0.0-alpha.3 // indirect
58
- cosmossdk.io/log v1.1.0 // indirect
58
+ cosmossdk.io/log v1.1.1-0.20230704160919-88f2c830b0ca // indirect
59
59
cosmossdk.io/tools/rosetta v0.2.1 // indirect
60
60
filippo.io/edwards25519 v1.0.0 // indirect
61
61
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
@@ -77,7 +77,7 @@ require (
77
77
github.com/chzyer/readline v1.5.1 // indirect
78
78
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
79
79
github.com/coinbase/rosetta-sdk-go/types v1.0.0 // indirect
80
- github.com/cometbft/cometbft-db v0.7 .0 // indirect
80
+ github.com/cometbft/cometbft-db v0.8 .0 // indirect
81
81
github.com/confio/ics23/go v0.9.0 // indirect
82
82
github.com/cosmos/btcutil v1.0.5 // indirect
83
83
github.com/cosmos/gogogateway v1.2.0 // indirect
@@ -92,7 +92,7 @@ require (
92
92
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
93
93
github.com/dgraph-io/ristretto v0.1.1 // indirect
94
94
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
95
- github.com/docker/distribution v2.8.1 +incompatible // indirect
95
+ github.com/docker/distribution v2.8.2 +incompatible // indirect
96
96
github.com/dustin/go-humanize v1.0.1 // indirect
97
97
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
98
98
github.com/evalphobia/logrus_fluent v0.5.4 // indirect
@@ -118,9 +118,10 @@ require (
118
118
github.com/google/go-querystring v1.1.0 // indirect
119
119
github.com/google/gofuzz v1.2.0 // indirect
120
120
github.com/google/orderedcode v0.0.1 // indirect
121
+ github.com/google/s2a-go v0.1.4 // indirect
121
122
github.com/google/uuid v1.3.0 // indirect
122
123
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
123
- github.com/googleapis/gax-go/v2 v2.7 .0 // indirect
124
+ github.com/googleapis/gax-go/v2 v2.11 .0 // indirect
124
125
github.com/gorilla/handlers v1.5.1 // indirect
125
126
github.com/gorilla/mux v1.8.0 // indirect
126
127
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
@@ -141,16 +142,17 @@ require (
141
142
github.com/inconshreveable/mousetrap v1.1.0 // indirect
142
143
github.com/jmespath/go-jmespath v0.4.0 // indirect
143
144
github.com/jmhodges/levigo v1.0.0 // indirect
144
- github.com/klauspost/compress v1.16.3 // indirect
145
+ github.com/klauspost/compress v1.16.4 // indirect
145
146
github.com/labstack/echo/v4 v4.9.0 // indirect
146
147
github.com/labstack/gommon v0.3.1 // indirect
147
148
github.com/leodido/go-urn v1.2.1 // indirect
148
149
github.com/lib/pq v1.10.7 // indirect
149
150
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
151
+ github.com/linxGnu/grocksdb v1.7.16 // indirect
150
152
github.com/magiconair/properties v1.8.7 // indirect
151
153
github.com/manifoldco/promptui v0.9.0 // indirect
152
154
github.com/mattn/go-colorable v0.1.13 // indirect
153
- github.com/mattn/go-isatty v0.0.18 // indirect
155
+ github.com/mattn/go-isatty v0.0.19 // indirect
154
156
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
155
157
github.com/mimoo/StrobeGo v0.0.0-20220103164710-9a04d6ca976b // indirect
156
158
github.com/minio/highwayhash v1.0.2 // indirect
@@ -159,7 +161,7 @@ require (
159
161
github.com/mitchellh/mapstructure v1.5.0 // indirect
160
162
github.com/mtibben/percent v0.2.1 // indirect
161
163
github.com/opencontainers/go-digest v1.0.0 // indirect
162
- github.com/pelletier/go-toml/v2 v2.0.7 // indirect
164
+ github.com/pelletier/go-toml/v2 v2.0.9 // indirect
163
165
github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect
164
166
github.com/philhofer/fwd v1.0.0 // indirect
165
167
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -173,13 +175,12 @@ require (
173
175
github.com/rs/zerolog v1.29.1 // indirect
174
176
github.com/sasha-s/go-deadlock v0.3.1 // indirect
175
177
github.com/sirupsen/logrus v1.9.0 // indirect
176
- github.com/spf13/afero v1.9.3 // indirect
177
- github.com/spf13/cast v1.5.0 // indirect
178
+ github.com/spf13/afero v1.9.5 // indirect
179
+ github.com/spf13/cast v1.5.1 // indirect
178
180
github.com/spf13/jwalterweatherman v1.1.0 // indirect
179
181
github.com/spf13/pflag v1.0.5 // indirect
180
182
github.com/subosito/gotenv v1.4.2 // indirect
181
183
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
182
- github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
183
184
github.com/tendermint/go-amino v0.16.0 // indirect
184
185
github.com/tidwall/btree v1.6.0 // indirect
185
186
github.com/tinylib/msgp v1.1.2 // indirect
@@ -194,19 +195,21 @@ require (
194
195
go.opencensus.io v0.24.0 // indirect
195
196
go.uber.org/atomic v1.10.0 // indirect
196
197
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
197
- golang.org/x/net v0.9 .0 // indirect
198
- golang.org/x/oauth2 v0.6 .0 // indirect
199
- golang.org/x/sys v0.7 .0 // indirect
200
- golang.org/x/term v0.7 .0 // indirect
198
+ golang.org/x/net v0.12 .0 // indirect
199
+ golang.org/x/oauth2 v0.8 .0 // indirect
200
+ golang.org/x/sys v0.10 .0 // indirect
201
+ golang.org/x/term v0.10 .0 // indirect
201
202
golang.org/x/time v0.1.0 // indirect
202
203
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
203
- google.golang.org/api v0.110 .0 // indirect
204
+ google.golang.org/api v0.126 .0 // indirect
204
205
google.golang.org/appengine v1.6.7 // indirect
205
- google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
206
- google.golang.org/protobuf v1.30.0 // indirect
206
+ google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130 // indirect
207
+ google.golang.org/genproto/googleapis/api v0.0.0-20230629202037-9506855d4529 // indirect
208
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
209
+ google.golang.org/protobuf v1.31.0 // indirect
207
210
gopkg.in/go-playground/validator.v9 v9.28.0 // indirect
208
211
gopkg.in/ini.v1 v1.67.0 // indirect
209
- nhooyr.io/websocket v1.8.6 // indirect
212
+ nhooyr.io/websocket v1.8.7 // indirect
210
213
pgregory.net/rapid v0.5.5 // indirect
211
214
sigs.k8s.io/yaml v1.3.0 // indirect
212
215
)
@@ -215,5 +218,5 @@ replace (
215
218
github.com/ChainSafe/go-schnorrkel => github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d
216
219
github.com/CosmWasm/wasmd => github.com/cosmwasm/wasmd v0.40.0-rc.1.0.20230424144037-55647a1fd1f9
217
220
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
218
- github.com/icon-project/IBC-Integration => github.com/icon-project/ibc-integration v0.0.0-20230717083940-67949d73b622
221
+ github.com/icon-project/IBC-Integration => github.com/icon-project/ibc-integration v1.1.1-0.20240117111433-f824e6b36955
219
222
)
0 commit comments