1
1
module cosmos/interchain-security/tests/interchain
2
2
3
- go 1.22.5
3
+ go 1.22.7
4
4
5
- toolchain go1.22.6
5
+ toolchain go1.22.10
6
6
7
7
require (
8
- cosmossdk.io/math v1.3.0
9
- github.com/cosmos/cosmos-sdk v0.50.9
10
- github.com/cosmos/ibc-go/v8 v8.5.0
11
- github.com/cosmos/interchain-security/v6 v6.1.0
8
+ cosmossdk.io/math v1.4.0
9
+ github.com/cometbft/cometbft v0.38.15
10
+ github.com/cosmos/cosmos-sdk v0.50.10
11
+ github.com/cosmos/ibc-go/v8 v8.5.2
12
+ github.com/cosmos/interchain-security/v6 v6.3.0
12
13
github.com/docker/docker v24.0.9+incompatible
13
14
github.com/strangelove-ventures/interchaintest/v8 v8.7.1
14
15
github.com/stretchr/testify v1.9.0
@@ -20,19 +21,19 @@ require (
20
21
cloud.google.com/go v0.115.0 // indirect
21
22
cloud.google.com/go/auth v0.6.0 // indirect
22
23
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
23
- cloud.google.com/go/compute/metadata v0.3 .0 // indirect
24
+ cloud.google.com/go/compute/metadata v0.5 .0 // indirect
24
25
cloud.google.com/go/iam v1.1.9 // indirect
25
26
cloud.google.com/go/storage v1.41.0 // indirect
26
27
cosmossdk.io/api v0.7.5 // indirect
27
28
cosmossdk.io/collections v0.4.0 // indirect
28
29
cosmossdk.io/core v0.11.1 // indirect
29
30
cosmossdk.io/depinject v1.0.0 // indirect
30
31
cosmossdk.io/errors v1.0.1 // indirect
31
- cosmossdk.io/log v1.4.1 // indirect
32
- cosmossdk.io/store v1.1.0 // indirect
32
+ cosmossdk.io/log v1.5.0 // indirect
33
+ cosmossdk.io/store v1.1.1 // indirect
33
34
cosmossdk.io/x/evidence v0.1.1 // indirect
34
35
cosmossdk.io/x/feegrant v0.1.1 // indirect
35
- cosmossdk.io/x/tx v0.13.4 // indirect
36
+ cosmossdk.io/x/tx v0.13.5 // indirect
36
37
cosmossdk.io/x/upgrade v0.1.4 // indirect
37
38
filippo.io/edwards25519 v1.1.0 // indirect
38
39
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
@@ -55,17 +56,20 @@ require (
55
56
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
56
57
github.com/bits-and-blooms/bitset v1.10.0 // indirect
57
58
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
59
+ github.com/bytedance/sonic v1.12.3 // indirect
60
+ github.com/bytedance/sonic/loader v0.2.0 // indirect
58
61
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
59
62
github.com/cespare/xxhash/v2 v2.3.0 // indirect
60
63
github.com/chzyer/readline v1.5.1 // indirect
64
+ github.com/cloudwego/base64x v0.1.4 // indirect
65
+ github.com/cloudwego/iasm v0.2.0 // indirect
61
66
github.com/cockroachdb/errors v1.11.3 // indirect
62
67
github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
63
68
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
64
69
github.com/cockroachdb/pebble v1.1.1 // indirect
65
70
github.com/cockroachdb/redact v1.1.5 // indirect
66
71
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
67
- github.com/cometbft/cometbft v0.38.11 // indirect
68
- github.com/cometbft/cometbft-db v0.14.0 // indirect
72
+ github.com/cometbft/cometbft-db v0.14.1 // indirect
69
73
github.com/consensys/bavard v0.1.13 // indirect
70
74
github.com/consensys/gnark-crypto v0.12.1 // indirect
71
75
github.com/cosmos/btcutil v1.0.5 // indirect
@@ -74,7 +78,7 @@ require (
74
78
github.com/cosmos/go-bip39 v1.0.0 // indirect
75
79
github.com/cosmos/gogogateway v1.2.0 // indirect
76
80
github.com/cosmos/gogoproto v1.7.0 // indirect
77
- github.com/cosmos/iavl v1.1.2 // indirect
81
+ github.com/cosmos/iavl v1.2.0 // indirect
78
82
github.com/cosmos/ibc-go/modules/capability v1.0.1 // indirect
79
83
github.com/cosmos/ics23/go v0.11.0 // indirect
80
84
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
@@ -86,7 +90,7 @@ require (
86
90
github.com/decred/base58 v1.0.4 // indirect
87
91
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
88
92
github.com/decred/dcrd/dcrec/secp256k1/v2 v2.0.1 // indirect
89
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2 .0 // indirect
93
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
90
94
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
91
95
github.com/dgraph-io/badger/v4 v4.2.0 // indirect
92
96
github.com/dgraph-io/ristretto v0.1.1 // indirect
@@ -102,7 +106,7 @@ require (
102
106
github.com/felixge/httpsnoop v1.0.4 // indirect
103
107
github.com/fsnotify/fsnotify v1.7.0 // indirect
104
108
github.com/getsentry/sentry-go v0.27.0 // indirect
105
- github.com/go-kit/kit v0.12 .0 // indirect
109
+ github.com/go-kit/kit v0.13 .0 // indirect
106
110
github.com/go-kit/log v0.2.1 // indirect
107
111
github.com/go-logfmt/logfmt v0.6.0 // indirect
108
112
github.com/go-logr/logr v1.4.1 // indirect
@@ -111,12 +115,12 @@ require (
111
115
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
112
116
github.com/gogo/googleapis v1.4.1 // indirect
113
117
github.com/gogo/protobuf v1.3.3 // indirect
114
- github.com/golang/glog v1.2.1 // indirect
118
+ github.com/golang/glog v1.2.2 // indirect
115
119
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
116
120
github.com/golang/mock v1.6.0 // indirect
117
121
github.com/golang/protobuf v1.5.4 // indirect
118
122
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
119
- github.com/google/btree v1.1.2 // indirect
123
+ github.com/google/btree v1.1.3 // indirect
120
124
github.com/google/flatbuffers v1.12.1 // indirect
121
125
github.com/google/go-cmp v0.6.0 // indirect
122
126
github.com/google/orderedcode v0.0.1 // indirect
@@ -126,7 +130,7 @@ require (
126
130
github.com/googleapis/gax-go/v2 v2.12.5 // indirect
127
131
github.com/gorilla/handlers v1.5.2 // indirect
128
132
github.com/gorilla/mux v1.8.1 // indirect
129
- github.com/gorilla/websocket v1.5.0 // indirect
133
+ github.com/gorilla/websocket v1.5.3 // indirect
130
134
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
131
135
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
132
136
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
@@ -154,11 +158,11 @@ require (
154
158
github.com/ipfs/go-cid v0.4.1 // indirect
155
159
github.com/jmespath/go-jmespath v0.4.0 // indirect
156
160
github.com/jmhodges/levigo v1.0.0 // indirect
157
- github.com/klauspost/compress v1.17.7 // indirect
161
+ github.com/klauspost/compress v1.17.9 // indirect
158
162
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
159
163
github.com/kr/pretty v0.3.1 // indirect
160
164
github.com/kr/text v0.2.0 // indirect
161
- github.com/lib/pq v1.10.7 // indirect
165
+ github.com/lib/pq v1.10.9 // indirect
162
166
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
163
167
github.com/libp2p/go-libp2p v0.31.0 // indirect
164
168
github.com/linxGnu/grocksdb v1.8.14 // indirect
@@ -167,13 +171,14 @@ require (
167
171
github.com/mattn/go-colorable v0.1.13 // indirect
168
172
github.com/mattn/go-isatty v0.0.20 // indirect
169
173
github.com/mimoo/StrobeGo v0.0.0-20220103164710-9a04d6ca976b // indirect
170
- github.com/minio/highwayhash v1.0.2 // indirect
174
+ github.com/minio/highwayhash v1.0.3 // indirect
171
175
github.com/minio/sha256-simd v1.0.1 // indirect
172
176
github.com/misko9/go-substrate-rpc-client/v4 v4.0.0-20240603204351-26b456ae3afe // indirect
173
177
github.com/mitchellh/go-homedir v1.1.0 // indirect
174
178
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
175
179
github.com/mitchellh/mapstructure v1.5.0 // indirect
176
180
github.com/mmcloughlin/addchain v0.4.0 // indirect
181
+ github.com/morikuni/aec v1.0.0 // indirect
177
182
github.com/mr-tron/base58 v1.2.0 // indirect
178
183
github.com/mtibben/percent v0.2.1 // indirect
179
184
github.com/multiformats/go-base32 v0.1.0 // indirect
@@ -183,29 +188,30 @@ require (
183
188
github.com/multiformats/go-multicodec v0.9.0 // indirect
184
189
github.com/multiformats/go-multihash v0.2.3 // indirect
185
190
github.com/multiformats/go-varint v0.0.7 // indirect
191
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
186
192
github.com/ncruces/go-strftime v0.1.9 // indirect
187
193
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a // indirect
188
194
github.com/oklog/run v1.1.0 // indirect
189
195
github.com/opencontainers/go-digest v1.0.0 // indirect
190
196
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
191
197
github.com/pelletier/go-toml v1.9.5 // indirect
192
198
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
193
- github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
199
+ github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
194
200
github.com/pierrec/xxHash v0.1.5 // indirect
195
201
github.com/pkg/errors v0.9.1 // indirect
196
202
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
197
- github.com/prometheus/client_golang v1.19.0 // indirect
203
+ github.com/prometheus/client_golang v1.20.5 // indirect
198
204
github.com/prometheus/client_model v0.6.1 // indirect
199
- github.com/prometheus/common v0.52.2 // indirect
200
- github.com/prometheus/procfs v0.13.0 // indirect
205
+ github.com/prometheus/common v0.60.1 // indirect
206
+ github.com/prometheus/procfs v0.15.1 // indirect
201
207
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
202
208
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
203
209
github.com/rogpeppe/go-internal v1.12.0 // indirect
204
- github.com/rs/cors v1.8.3 // indirect
210
+ github.com/rs/cors v1.11.1 // indirect
205
211
github.com/rs/zerolog v1.33.0 // indirect
206
212
github.com/sagikazarmark/locafero v0.4.0 // indirect
207
213
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
208
- github.com/sasha-s/go-deadlock v0.3.1 // indirect
214
+ github.com/sasha-s/go-deadlock v0.3.5 // indirect
209
215
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
210
216
github.com/sourcegraph/conc v0.3.0 // indirect
211
217
github.com/spaolacci/murmur3 v1.1.0 // indirect
@@ -219,11 +225,12 @@ require (
219
225
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
220
226
github.com/tendermint/go-amino v0.16.0 // indirect
221
227
github.com/tidwall/btree v1.7.0 // indirect
222
- github.com/tidwall/gjson v1.17.3 // indirect
228
+ github.com/tidwall/gjson v1.18.0 // indirect
223
229
github.com/tidwall/match v1.1.1 // indirect
224
230
github.com/tidwall/pretty v1.2.0 // indirect
225
231
github.com/tklauser/go-sysconf v0.3.12 // indirect
226
232
github.com/tklauser/numcpus v0.6.1 // indirect
233
+ github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
227
234
github.com/tyler-smith/go-bip32 v1.0.0 // indirect
228
235
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
229
236
github.com/ulikunitz/xz v0.5.11 // indirect
@@ -237,22 +244,23 @@ require (
237
244
go.opentelemetry.io/otel/metric v1.24.0 // indirect
238
245
go.opentelemetry.io/otel/trace v1.24.0 // indirect
239
246
go.uber.org/multierr v1.11.0 // indirect
240
- golang.org/x/crypto v0.26.0 // indirect
247
+ golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
248
+ golang.org/x/crypto v0.28.0 // indirect
241
249
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
242
- golang.org/x/mod v0.20 .0 // indirect
243
- golang.org/x/net v0.27 .0 // indirect
244
- golang.org/x/oauth2 v0.21 .0 // indirect
245
- golang.org/x/sys v0.24 .0 // indirect
246
- golang.org/x/term v0.23 .0 // indirect
247
- golang.org/x/text v0.17 .0 // indirect
250
+ golang.org/x/mod v0.22 .0 // indirect
251
+ golang.org/x/net v0.30 .0 // indirect
252
+ golang.org/x/oauth2 v0.23 .0 // indirect
253
+ golang.org/x/sys v0.26 .0 // indirect
254
+ golang.org/x/term v0.25 .0 // indirect
255
+ golang.org/x/text v0.19 .0 // indirect
248
256
golang.org/x/time v0.5.0 // indirect
249
257
golang.org/x/tools v0.23.0 // indirect
250
258
google.golang.org/api v0.186.0 // indirect
251
259
google.golang.org/genproto v0.0.0-20240701130421-f6361c86f094 // indirect
252
- google.golang.org/genproto/googleapis/api v0.0.0-20240624140628-dc46fd24d27d // indirect
253
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240709173604-40e1e62336c5 // indirect
254
- google.golang.org/grpc v1.66.0 // indirect
255
- google.golang.org/protobuf v1.34 .2 // indirect
260
+ google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
261
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
262
+ google.golang.org/grpc v1.67.1 // indirect
263
+ google.golang.org/protobuf v1.35 .2 // indirect
256
264
gopkg.in/ini.v1 v1.67.0 // indirect
257
265
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
258
266
gopkg.in/yaml.v2 v2.4.0 // indirect
@@ -276,7 +284,10 @@ replace (
276
284
github.com/ChainSafe/go-schnorrkel => github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d
277
285
github.com/ChainSafe/go-schnorrkel/1 => github.com/ChainSafe/go-schnorrkel v1.0.0
278
286
github.com/btcsuite/btcd/btcec/v2 => github.com/btcsuite/btcd/btcec/v2 v2.3.3
287
+ github.com/cosmos/interchain-security/v6 => github.com/cosmos/interchain-security/v6 v6.0.0-20241203112553-01f9698b4450
279
288
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
289
+ // Remove this when strangelove-ventures updates the interchain tests to import ICS v6
280
290
github.com/strangelove-ventures/interchaintest/v8 => github.com/stana-miric/interchaintest/v8 v8.0.0-20241022073631-60f2480aacd4
281
291
github.com/vedhavyas/go-subkey => github.com/strangelove-ventures/go-subkey v1.0.7
292
+
282
293
)
0 commit comments