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