@@ -7,10 +7,10 @@ toolchain go1.24.3
7
7
require (
8
8
github.com/CosmWasm/wasmvm/v3 v3.0.0
9
9
github.com/cosmos/cosmos-proto v1.0.0-beta.5
10
- github.com/cosmos/cosmos-sdk v0.53.3
10
+ github.com/cosmos/cosmos-sdk v0.54.0-alpha.0.0.20250611155041-9fa93c9afe32
11
11
github.com/cosmos/gogogateway v1.2.0 // indirect
12
12
github.com/cosmos/gogoproto v1.7.0
13
- github.com/cosmos/iavl v1.2.4
13
+ github.com/cosmos/iavl v1.2.6
14
14
github.com/cosmos/ics23/go v0.11.0 // indirect
15
15
github.com/dvsekhvalnov/jose2go v1.7.0 // indirect
16
16
github.com/golang/protobuf v1.5.4
@@ -25,38 +25,38 @@ require (
25
25
github.com/stretchr/testify v1.10.0
26
26
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
27
27
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
28
- google.golang.org/grpc v1.72.2
28
+ google.golang.org/grpc v1.73.0
29
29
gopkg.in/yaml.v2 v2.4.0
30
30
)
31
31
32
32
require (
33
- cosmossdk.io/api v0.9.2
34
- cosmossdk.io/client/v2 v2.0 .0-beta.3
33
+ cosmossdk.io/api v1.0.0-alpha.1
34
+ cosmossdk.io/client/v2 v2.10 .0-beta.4
35
35
cosmossdk.io/collections v1.3.1
36
- cosmossdk.io/core v0.11.3
36
+ cosmossdk.io/core v1.1.0-alpha.2
37
37
cosmossdk.io/errors v1.0.2
38
38
cosmossdk.io/log v1.6.0
39
39
cosmossdk.io/math v1.5.3
40
- cosmossdk.io/store v1.1.2
40
+ cosmossdk.io/store v1.3.0-alpha.1
41
41
cosmossdk.io/tools/confix v0.1.2
42
42
cosmossdk.io/x/circuit v0.1.1
43
43
cosmossdk.io/x/evidence v0.1.1
44
44
cosmossdk.io/x/feegrant v0.1.1
45
45
cosmossdk.io/x/nft v0.1.1
46
- cosmossdk.io/x/tx v0.14.0
46
+ cosmossdk.io/x/tx v1.2.0-alpha.1
47
47
cosmossdk.io/x/upgrade v0.2.0
48
48
github.com/cometbft/cometbft v0.38.17
49
49
github.com/cosmos/cosmos-db v1.1.3
50
50
github.com/cosmos/ibc-go/v10 v10.3.0
51
51
github.com/distribution/reference v0.5.0
52
52
github.com/rs/zerolog v1.34.0
53
53
github.com/spf13/viper v1.20.1
54
- golang.org/x/sync v0.14 .0
54
+ golang.org/x/sync v0.15 .0
55
55
google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a
56
56
)
57
57
58
58
require (
59
- cel.dev/expr v0.20 .0 // indirect
59
+ cel.dev/expr v0.23 .0 // indirect
60
60
cloud.google.com/go v0.116.0 // indirect
61
61
cloud.google.com/go/auth v0.14.1 // indirect
62
62
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
@@ -71,7 +71,7 @@ require (
71
71
github.com/99designs/keyring v1.2.2 // indirect
72
72
github.com/DataDog/datadog-go v4.8.3+incompatible // indirect
73
73
github.com/DataDog/zstd v1.5.7 // indirect
74
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.26 .0 // indirect
74
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27 .0 // indirect
75
75
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
76
76
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
77
77
github.com/Microsoft/go-winio v0.6.2 // indirect
@@ -86,32 +86,34 @@ require (
86
86
github.com/cespare/xxhash/v2 v2.3.0 // indirect
87
87
github.com/chzyer/readline v1.5.1 // indirect
88
88
github.com/cloudwego/base64x v0.1.5 // indirect
89
- github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 // indirect
89
+ github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f // indirect
90
90
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
91
91
github.com/cockroachdb/errors v1.12.0 // indirect
92
- github.com/cockroachdb/fifo v0.0.0-20240616162244-4768e80dfb9a // indirect
92
+ github.com/cockroachdb/fifo v0.0.0-20240816210425-c5d0cb0b6fc0 // indirect
93
93
github.com/cockroachdb/logtags v0.0.0-20241215232642-bb51bb14a506 // indirect
94
94
github.com/cockroachdb/pebble v1.1.5 // indirect
95
95
github.com/cockroachdb/redact v1.1.6 // indirect
96
- github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
97
- github.com/cometbft/cometbft-db v0.14.1 // indirect
96
+ github.com/cockroachdb/tokenbucket v0.0.0-20250429170803-42689b6311bb // indirect
97
+ github.com/cometbft/cometbft-db v1.0.4 // indirect
98
+ github.com/cometbft/cometbft/api v1.1.0-alpha.1.0.20250611063609-4e308d824f1f // indirect
99
+ github.com/cometbft/cometbft/v2 v2.0.0-alpha.1 // indirect
98
100
github.com/cosmos/btcutil v1.0.5 // indirect
99
101
github.com/cosmos/go-bip39 v1.0.0 // indirect
100
102
github.com/cosmos/ledger-cosmos-go v0.14.0 // indirect
101
- github.com/creachadair/atomicfile v0.3.1 // indirect
102
- github.com/creachadair/tomledit v0.0.24 // indirect
103
+ github.com/creachadair/atomicfile v0.3.7 // indirect
104
+ github.com/creachadair/tomledit v0.0.27 // indirect
103
105
github.com/danieljoos/wincred v1.2.1 // indirect
104
106
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
105
107
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
106
108
github.com/desertbit/timer v1.0.1 // indirect
107
- github.com/dgraph-io/badger/v4 v4.2 .0 // indirect
108
- github.com/dgraph-io/ristretto v0 .1.1 // indirect
109
+ github.com/dgraph-io/badger/v4 v4.6 .0 // indirect
110
+ github.com/dgraph-io/ristretto/v2 v2 .1.0 // indirect
109
111
github.com/dustin/go-humanize v1.0.1 // indirect
110
- github.com/emicklei/dot v1.6.2 // indirect
112
+ github.com/emicklei/dot v1.8.0 // indirect
111
113
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
112
114
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
113
115
github.com/ethereum/go-ethereum v1.15.11 // indirect
114
- github.com/fatih/color v1.17 .0 // indirect
116
+ github.com/fatih/color v1.18 .0 // indirect
115
117
github.com/felixge/httpsnoop v1.0.4 // indirect
116
118
github.com/fsnotify/fsnotify v1.9.0 // indirect
117
119
github.com/getsentry/sentry-go v0.33.0 // indirect
@@ -125,16 +127,15 @@ require (
125
127
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
126
128
github.com/gogo/googleapis v1.4.1 // indirect
127
129
github.com/gogo/protobuf v1.3.2 // indirect
128
- github.com/golang/glog v1.2.4 // indirect
129
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
130
- github.com/golang/snappy v0.0.5-0.20231225225746-43d5d4cd4e0e // indirect
130
+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
131
+ github.com/golang/snappy v1.0.0 // indirect
131
132
github.com/google/btree v1.1.3 // indirect
132
- github.com/google/flatbuffers v24.3.25 +incompatible // indirect
133
+ github.com/google/flatbuffers v25.2.10 +incompatible // indirect
133
134
github.com/google/go-cmp v0.7.0 // indirect
134
135
github.com/google/orderedcode v0.0.1 // indirect
135
136
github.com/google/s2a-go v0.1.9 // indirect
136
137
github.com/google/uuid v1.6.0 // indirect
137
- github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
138
+ github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
138
139
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
139
140
github.com/gorilla/handlers v1.5.2 // indirect
140
141
github.com/gorilla/websocket v1.5.3 // indirect
@@ -147,7 +148,7 @@ require (
147
148
github.com/hashicorp/go-metrics v0.5.4 // indirect
148
149
github.com/hashicorp/go-plugin v1.6.3 // indirect
149
150
github.com/hashicorp/go-safetemp v1.0.0 // indirect
150
- github.com/hashicorp/go-version v1.6 .0 // indirect
151
+ github.com/hashicorp/go-version v1.7 .0 // indirect
151
152
github.com/hashicorp/golang-lru v1.0.2 // indirect
152
153
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
153
154
github.com/hashicorp/yamux v0.1.2 // indirect
@@ -164,7 +165,8 @@ require (
164
165
github.com/kr/pretty v0.3.1 // indirect
165
166
github.com/kr/text v0.2.0 // indirect
166
167
github.com/lib/pq v1.10.9 // indirect
167
- github.com/linxGnu/grocksdb v1.9.2 // indirect
168
+ github.com/linxGnu/grocksdb v1.10.1 // indirect
169
+ github.com/lmittmann/tint v1.0.7 // indirect
168
170
github.com/manifoldco/promptui v0.9.0 // indirect
169
171
github.com/mattn/go-colorable v0.1.14 // indirect
170
172
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -181,9 +183,9 @@ require (
181
183
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
182
184
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
183
185
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
184
- github.com/prometheus/client_model v0.6.1 // indirect
185
- github.com/prometheus/common v0.63 .0 // indirect
186
- github.com/prometheus/procfs v0.15 .1 // indirect
186
+ github.com/prometheus/client_model v0.6.2 // indirect
187
+ github.com/prometheus/common v0.64 .0 // indirect
188
+ github.com/prometheus/procfs v0.16 .1 // indirect
187
189
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
188
190
github.com/rogpeppe/go-internal v1.14.1 // indirect
189
191
github.com/rs/cors v1.11.1 // indirect
@@ -194,34 +196,35 @@ require (
194
196
github.com/spf13/afero v1.12.0 // indirect
195
197
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
196
198
github.com/subosito/gotenv v1.6.0 // indirect
199
+ github.com/supranational/blst v0.3.14 // indirect
197
200
github.com/tendermint/go-amino v0.16.0 // indirect
198
201
github.com/tidwall/btree v1.7.0 // indirect
199
202
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
200
203
github.com/ulikunitz/xz v0.5.11 // indirect
201
204
github.com/zeebo/errs v1.4.0 // indirect
202
205
github.com/zondax/hid v0.9.2 // indirect
203
206
github.com/zondax/ledger-go v0.14.3 // indirect
204
- go.etcd.io/bbolt v1.4.0-alpha.1 // indirect
207
+ go.etcd.io/bbolt v1.4.0 // indirect
205
208
go.opencensus.io v0.24.0 // indirect
206
209
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
207
- go.opentelemetry.io/contrib/detectors/gcp v1.34 .0 // indirect
210
+ go.opentelemetry.io/contrib/detectors/gcp v1.35 .0 // indirect
208
211
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
209
212
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
210
- go.opentelemetry.io/otel v1.34 .0 // indirect
211
- go.opentelemetry.io/otel/metric v1.34 .0 // indirect
212
- go.opentelemetry.io/otel/sdk v1.34 .0 // indirect
213
- go.opentelemetry.io/otel/sdk/metric v1.34 .0 // indirect
214
- go.opentelemetry.io/otel/trace v1.34 .0 // indirect
213
+ go.opentelemetry.io/otel v1.35 .0 // indirect
214
+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
215
+ go.opentelemetry.io/otel/sdk v1.35 .0 // indirect
216
+ go.opentelemetry.io/otel/sdk/metric v1.35 .0 // indirect
217
+ go.opentelemetry.io/otel/trace v1.35 .0 // indirect
215
218
go.uber.org/mock v0.5.2 // indirect
216
219
go.uber.org/multierr v1.11.0 // indirect
217
- golang.org/x/arch v0.15 .0 // indirect
218
- golang.org/x/crypto v0.38 .0 // indirect
219
- golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
220
+ golang.org/x/arch v0.17 .0 // indirect
221
+ golang.org/x/crypto v0.39 .0 // indirect
222
+ golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
220
223
golang.org/x/net v0.40.0 // indirect
221
- golang.org/x/oauth2 v0.27 .0 // indirect
224
+ golang.org/x/oauth2 v0.30 .0 // indirect
222
225
golang.org/x/sys v0.33.0 // indirect
223
226
golang.org/x/term v0.32.0 // indirect
224
- golang.org/x/text v0.25 .0 // indirect
227
+ golang.org/x/text v0.26 .0 // indirect
225
228
golang.org/x/time v0.10.0 // indirect
226
229
google.golang.org/api v0.222.0 // indirect
227
230
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
0 commit comments