@@ -6,30 +6,28 @@ require (
6
6
cosmossdk.io/math v1.4.0
7
7
cosmossdk.io/x/upgrade v0.1.4
8
8
github.com/circlefin/noble-cctp v0.0.0-20241031192117-4285c94ec194
9
- github.com/circlefin/noble-fiattokenfactory v0.0.0-20241030165025-e3796e8ba8c1
9
+ github.com/circlefin/noble-fiattokenfactory v0.0.0-20250123235012-5f9bd9dd2c5b
10
10
github.com/cosmos/cosmos-sdk v0.50.11
11
11
github.com/cosmos/gogoproto v1.7.0
12
12
github.com/cosmos/ibc-go/v8 v8.5.2
13
13
github.com/docker/docker v24.0.9+incompatible
14
14
github.com/ethereum/go-ethereum v1.14.12
15
15
github.com/monerium/module-noble/v2 v2.0.0
16
16
github.com/noble-assets/authority v1.0.1
17
- github.com/noble-assets/globalfee v1.0.0
18
17
github.com/noble-assets/halo/v2 v2.0.1
19
- github.com/noble-assets/noble/v9 v9.0.0
20
18
github.com/ondoprotocol/usdy-noble/v2 v2.0.0
21
19
github.com/strangelove-ventures/interchaintest/v8 v8.8.0
22
20
github.com/stretchr/testify v1.10.0
23
21
go.uber.org/zap v1.27.0
24
22
)
25
23
26
24
require (
27
- cloud.google.com/go v0.115.1 // indirect
28
- cloud.google.com/go/auth v0.9.4 // indirect
29
- cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
30
- cloud.google.com/go/compute/metadata v0.5.1 // indirect
31
- cloud.google.com/go/iam v1.2.0 // indirect
32
- cloud.google.com/go/storage v1.43 .0 // indirect
25
+ cloud.google.com/go v0.115.0 // indirect
26
+ cloud.google.com/go/auth v0.6.0 // indirect
27
+ cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
28
+ cloud.google.com/go/compute/metadata v0.5.0 // indirect
29
+ cloud.google.com/go/iam v1.1.9 // indirect
30
+ cloud.google.com/go/storage v1.41 .0 // indirect
33
31
cosmossdk.io/api v0.7.6 // indirect
34
32
cosmossdk.io/collections v0.4.0 // indirect
35
33
cosmossdk.io/core v0.11.1 // indirect
@@ -54,12 +52,13 @@ require (
54
52
github.com/Microsoft/go-winio v0.6.2 // indirect
55
53
github.com/StackExchange/wmi v1.2.1 // indirect
56
54
github.com/StirlingMarketingGroup/go-namecase v1.0.0 // indirect
57
- github.com/avast/retry-go/v4 v4.6.0 // indirect
55
+ github.com/avast/retry-go/v4 v4.5.1 // indirect
58
56
github.com/aws/aws-sdk-go v1.44.224 // indirect
59
57
github.com/beorn7/perks v1.0.1 // indirect
60
58
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
61
59
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
62
60
github.com/bits-and-blooms/bitset v1.13.0 // indirect
61
+ github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
63
62
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
64
63
github.com/cespare/xxhash/v2 v2.3.0 // indirect
65
64
github.com/chzyer/readline v1.5.1 // indirect
@@ -69,8 +68,8 @@ require (
69
68
github.com/cockroachdb/pebble v1.1.2 // indirect
70
69
github.com/cockroachdb/redact v1.1.5 // indirect
71
70
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
72
- github.com/cometbft/cometbft v0.38.15 // indirect
73
- github.com/cometbft/cometbft-db v0.14.1 // indirect
71
+ github.com/cometbft/cometbft v0.38.12 // indirect
72
+ github.com/cometbft/cometbft-db v0.14.0 // indirect
74
73
github.com/consensys/bavard v0.1.13 // indirect
75
74
github.com/consensys/gnark-crypto v0.12.1 // indirect
76
75
github.com/cosmos/btcutil v1.0.5 // indirect
@@ -92,7 +91,7 @@ require (
92
91
github.com/decred/base58 v1.0.4 // indirect
93
92
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
94
93
github.com/decred/dcrd/dcrec/secp256k1/v2 v2.0.1 // indirect
95
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
94
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2 .0 // indirect
96
95
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
97
96
github.com/dgraph-io/badger/v4 v4.2.0 // indirect
98
97
github.com/dgraph-io/ristretto v0.1.1 // indirect
@@ -104,17 +103,16 @@ require (
104
103
github.com/emicklei/dot v1.6.2 // indirect
105
104
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
106
105
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
107
- github.com/fatih/color v1.18 .0 // indirect
106
+ github.com/fatih/color v1.17 .0 // indirect
108
107
github.com/felixge/httpsnoop v1.0.4 // indirect
109
108
github.com/fsnotify/fsnotify v1.7.0 // indirect
110
109
github.com/getsentry/sentry-go v0.27.0 // indirect
111
- github.com/go-kit/kit v0.13 .0 // indirect
110
+ github.com/go-kit/kit v0.12 .0 // indirect
112
111
github.com/go-kit/log v0.2.1 // indirect
113
112
github.com/go-logfmt/logfmt v0.6.0 // indirect
114
- github.com/go-logr/logr v1.4.2 // indirect
113
+ github.com/go-logr/logr v1.4.1 // indirect
115
114
github.com/go-logr/stdr v1.2.2 // indirect
116
115
github.com/go-ole/go-ole v1.3.0 // indirect
117
- github.com/go-playground/locales v0.14.1 // indirect
118
116
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
119
117
github.com/gogo/googleapis v1.4.1 // indirect
120
118
github.com/gogo/protobuf v1.3.3 // indirect
@@ -124,14 +122,13 @@ require (
124
122
github.com/golang/protobuf v1.5.4 // indirect
125
123
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
126
124
github.com/google/btree v1.1.3 // indirect
127
- github.com/google/flatbuffers v23.5.26+incompatible // indirect
125
+ github.com/google/flatbuffers v1.12.1 // indirect
128
126
github.com/google/go-cmp v0.6.0 // indirect
129
127
github.com/google/orderedcode v0.0.1 // indirect
130
- github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
131
- github.com/google/s2a-go v0.1.8 // indirect
128
+ github.com/google/s2a-go v0.1.7 // indirect
132
129
github.com/google/uuid v1.6.0 // indirect
133
- github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
134
- github.com/googleapis/gax-go/v2 v2.13.0 // indirect
130
+ github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
131
+ github.com/googleapis/gax-go/v2 v2.12.5 // indirect
135
132
github.com/gorilla/handlers v1.5.2 // indirect
136
133
github.com/gorilla/mux v1.8.1 // indirect
137
134
github.com/gorilla/websocket v1.5.3 // indirect
@@ -175,14 +172,13 @@ require (
175
172
github.com/mattn/go-colorable v0.1.13 // indirect
176
173
github.com/mattn/go-isatty v0.0.20 // indirect
177
174
github.com/mimoo/StrobeGo v0.0.0-20220103164710-9a04d6ca976b // indirect
178
- github.com/minio/highwayhash v1.0.3 // indirect
175
+ github.com/minio/highwayhash v1.0.2 // indirect
179
176
github.com/minio/sha256-simd v1.0.1 // indirect
180
177
github.com/misko9/go-substrate-rpc-client/v4 v4.0.0-20240603204351-26b456ae3afe // indirect
181
178
github.com/mitchellh/go-homedir v1.1.0 // indirect
182
179
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
183
180
github.com/mitchellh/mapstructure v1.5.0 // indirect
184
181
github.com/mmcloughlin/addchain v0.4.0 // indirect
185
- github.com/morikuni/aec v1.0.0 // indirect
186
182
github.com/mr-tron/base58 v1.2.0 // indirect
187
183
github.com/mtibben/percent v0.2.1 // indirect
188
184
github.com/multiformats/go-base32 v0.1.0 // indirect
@@ -200,22 +196,22 @@ require (
200
196
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
201
197
github.com/pelletier/go-toml v1.9.5 // indirect
202
198
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
203
- github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
199
+ github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
204
200
github.com/pierrec/xxHash v0.1.5 // indirect
205
201
github.com/pkg/errors v0.9.1 // indirect
206
202
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
207
- github.com/prometheus/client_golang v1.20.5 // indirect
203
+ github.com/prometheus/client_golang v1.20.1 // indirect
208
204
github.com/prometheus/client_model v0.6.1 // indirect
209
- github.com/prometheus/common v0.60.1 // indirect
205
+ github.com/prometheus/common v0.55.0 // indirect
210
206
github.com/prometheus/procfs v0.15.1 // indirect
211
207
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
212
208
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
213
- github.com/rogpeppe/go-internal v1.13.1 // indirect
209
+ github.com/rogpeppe/go-internal v1.12.0 // indirect
214
210
github.com/rs/cors v1.11.1 // indirect
215
211
github.com/rs/zerolog v1.33.0 // indirect
216
212
github.com/sagikazarmark/locafero v0.4.0 // indirect
217
213
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
218
- github.com/sasha-s/go-deadlock v0.3.5 // indirect
214
+ github.com/sasha-s/go-deadlock v0.3.1 // indirect
219
215
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
220
216
github.com/sourcegraph/conc v0.3.0 // indirect
221
217
github.com/spaolacci/murmur3 v1.1.0 // indirect
@@ -241,27 +237,26 @@ require (
241
237
github.com/zondax/ledger-go v0.14.3 // indirect
242
238
go.etcd.io/bbolt v1.4.0-alpha.0.0.20240404170359-43604f3112c5 // indirect
243
239
go.opencensus.io v0.24.0 // indirect
244
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
245
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
246
- go.opentelemetry.io/otel v1.29.0 // indirect
247
- go.opentelemetry.io/otel/metric v1.29.0 // indirect
248
- go.opentelemetry.io/otel/trace v1.29.0 // indirect
249
- go.uber.org/mock v0.4.0 // indirect
240
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
241
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
242
+ go.opentelemetry.io/otel v1.24.0 // indirect
243
+ go.opentelemetry.io/otel/metric v1.24.0 // indirect
244
+ go.opentelemetry.io/otel/trace v1.24.0 // indirect
250
245
go.uber.org/multierr v1.11.0 // indirect
251
- golang.org/x/crypto v0.29 .0 // indirect
252
- golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
253
- golang.org/x/mod v0.22 .0 // indirect
254
- golang.org/x/net v0.31 .0 // indirect
255
- golang.org/x/oauth2 v0.23 .0 // indirect
256
- golang.org/x/sync v0.9 .0 // indirect
257
- golang.org/x/sys v0.27 .0 // indirect
258
- golang.org/x/term v0.26 .0 // indirect
259
- golang.org/x/text v0.20 .0 // indirect
260
- golang.org/x/time v0.6 .0 // indirect
261
- golang.org/x/tools v0.27 .0 // indirect
262
- google.golang.org/api v0.198 .0 // indirect
263
- google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
264
- google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
246
+ golang.org/x/crypto v0.31 .0 // indirect
247
+ golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // indirect
248
+ golang.org/x/mod v0.21 .0 // indirect
249
+ golang.org/x/net v0.29 .0 // indirect
250
+ golang.org/x/oauth2 v0.22 .0 // indirect
251
+ golang.org/x/sync v0.10 .0 // indirect
252
+ golang.org/x/sys v0.28 .0 // indirect
253
+ golang.org/x/term v0.27 .0 // indirect
254
+ golang.org/x/text v0.21 .0 // indirect
255
+ golang.org/x/time v0.5 .0 // indirect
256
+ golang.org/x/tools v0.24 .0 // indirect
257
+ google.golang.org/api v0.186 .0 // indirect
258
+ google.golang.org/genproto v0.0.0-20240701130421-f6361c86f094 // indirect
259
+ google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
265
260
google.golang.org/genproto/googleapis/rpc v0.0.0-20240930140551-af27646dc61f // indirect
266
261
google.golang.org/grpc v1.67.1 // indirect
267
262
google.golang.org/protobuf v1.35.1 // indirect
@@ -287,10 +282,6 @@ require (
287
282
replace (
288
283
github.com/ChainSafe/go-schnorrkel => github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d
289
284
github.com/ChainSafe/go-schnorrkel/1 => github.com/ChainSafe/go-schnorrkel v1.0.0
290
-
291
285
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
292
-
293
- github.com/noble-assets/noble/v9 => ../
294
-
295
286
github.com/vedhavyas/go-subkey => github.com/strangelove-ventures/go-subkey v1.0.7
296
287
)
0 commit comments