@@ -13,12 +13,12 @@ replace (
13
13
)
14
14
15
15
require (
16
- cosmossdk.io/api v0.7.6
16
+ cosmossdk.io/api v0.9.0
17
17
cosmossdk.io/errors v1.0.2
18
18
cosmossdk.io/math v1.5.3
19
- cosmossdk.io/x/upgrade v0.1.4
19
+ cosmossdk.io/x/upgrade v0.2.0-rc.2
20
20
github.com/cometbft/cometbft v0.38.17
21
- github.com/cosmos/cosmos-sdk v0.50.13
21
+ github.com/cosmos/cosmos-sdk v0.53.0-rc.4
22
22
github.com/cosmos/gogoproto v1.7.0
23
23
github.com/cosmos/ibc-go/modules/light-clients/08-wasm/v10 v10.2.0
24
24
github.com/cosmos/ibc-go/v10 v10.2.0
@@ -36,19 +36,20 @@ require (
36
36
require (
37
37
cel.dev/expr v0.19.1 // indirect
38
38
cloud.google.com/go v0.116.0 // indirect
39
- cloud.google.com/go/auth v0.13.0 // indirect
40
- cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
39
+ cloud.google.com/go/auth v0.14.1 // indirect
40
+ cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
41
41
cloud.google.com/go/compute/metadata v0.6.0 // indirect
42
42
cloud.google.com/go/iam v1.2.2 // indirect
43
43
cloud.google.com/go/monitoring v1.21.2 // indirect
44
44
cloud.google.com/go/storage v1.49.0 // indirect
45
- cosmossdk.io/collections v0.4 .0 // indirect
46
- cosmossdk.io/core v0.11.1 // indirect
47
- cosmossdk.io/depinject v1.1 .0 // indirect
45
+ cosmossdk.io/collections v1.2 .0 // indirect
46
+ cosmossdk.io/core v0.11.3 // indirect
47
+ cosmossdk.io/depinject v1.2 .0 // indirect
48
48
cosmossdk.io/log v1.5.1 // indirect
49
+ cosmossdk.io/schema v1.1.0 // indirect
49
50
cosmossdk.io/store v1.1.2 // indirect
50
51
cosmossdk.io/x/feegrant v0.1.1 // indirect
51
- cosmossdk.io/x/tx v0.13.7 // indirect
52
+ cosmossdk.io/x/tx v0.14.0 // indirect
52
53
filippo.io/edwards25519 v1.1.0 // indirect
53
54
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
54
55
github.com/99designs/keyring v1.2.2 // indirect
@@ -65,7 +66,7 @@ require (
65
66
github.com/beorn7/perks v1.0.1 // indirect
66
67
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
67
68
github.com/bgentry/speakeasy v0.2.0 // indirect
68
- github.com/bits-and-blooms/bitset v1.17 .0 // indirect
69
+ github.com/bits-and-blooms/bitset v1.22 .0 // indirect
69
70
github.com/bytedance/sonic v1.13.1 // indirect
70
71
github.com/bytedance/sonic/loader v0.2.4 // indirect
71
72
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -91,7 +92,7 @@ require (
91
92
github.com/cosmos/ledger-cosmos-go v0.14.0 // indirect
92
93
github.com/danieljoos/wincred v1.2.1 // indirect
93
94
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
94
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
95
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4 .0 // indirect
95
96
github.com/desertbit/timer v1.0.1 // indirect
96
97
github.com/dgraph-io/badger/v4 v4.2.0 // indirect
97
98
github.com/dgraph-io/ristretto v0.1.1 // indirect
@@ -106,7 +107,7 @@ require (
106
107
github.com/ethereum/go-ethereum v1.15.8 // indirect
107
108
github.com/fatih/color v1.17.0 // indirect
108
109
github.com/felixge/httpsnoop v1.0.4 // indirect
109
- github.com/fsnotify/fsnotify v1.8 .0 // indirect
110
+ github.com/fsnotify/fsnotify v1.9 .0 // indirect
110
111
github.com/getsentry/sentry-go v0.28.1 // indirect
111
112
github.com/go-kit/kit v0.13.0 // indirect
112
113
github.com/go-kit/log v0.2.1 // indirect
@@ -119,15 +120,14 @@ require (
119
120
github.com/gogo/protobuf v1.3.2 // indirect
120
121
github.com/golang/glog v1.2.4 // indirect
121
122
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
122
- github.com/golang/mock v1.6.0 // indirect
123
123
github.com/golang/protobuf v1.5.4 // indirect
124
124
github.com/golang/snappy v0.0.5-0.20231225225746-43d5d4cd4e0e // indirect
125
125
github.com/google/btree v1.1.3 // indirect
126
126
github.com/google/flatbuffers v24.3.25+incompatible // indirect
127
127
github.com/google/go-cmp v0.7.0 // indirect
128
128
github.com/google/orderedcode v0.0.1 // indirect
129
129
github.com/google/pprof v0.0.0-20231023181126-ff6d637d2a7b // indirect
130
- github.com/google/s2a-go v0.1.8 // indirect
130
+ github.com/google/s2a-go v0.1.9 // indirect
131
131
github.com/google/uuid v1.6.0 // indirect
132
132
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
133
133
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
@@ -138,7 +138,7 @@ require (
138
138
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
139
139
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
140
140
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
141
- github.com/hashicorp/go-getter v1.7.4 // indirect
141
+ github.com/hashicorp/go-getter v1.7.8 // indirect
142
142
github.com/hashicorp/go-hclog v1.6.3 // indirect
143
143
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
144
144
github.com/hashicorp/go-metrics v0.5.4 // indirect
@@ -151,15 +151,15 @@ require (
151
151
github.com/hashicorp/yamux v0.1.1 // indirect
152
152
github.com/hdevalence/ed25519consensus v0.2.0 // indirect
153
153
github.com/holiman/uint256 v1.3.2 // indirect
154
- github.com/huandu/skiplist v1.2.0 // indirect
154
+ github.com/huandu/skiplist v1.2.1 // indirect
155
155
github.com/iancoleman/strcase v0.3.0 // indirect
156
156
github.com/icza/dyno v0.0.0-20230330125955-09f820a8d9c0 // indirect
157
157
github.com/improbable-eng/grpc-web v0.15.0 // indirect
158
158
github.com/inconshreveable/mousetrap v1.1.0 // indirect
159
159
github.com/jmespath/go-jmespath v0.4.0 // indirect
160
160
github.com/jmhodges/levigo v1.0.0 // indirect
161
161
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
162
- github.com/klauspost/compress v1.17.9 // indirect
162
+ github.com/klauspost/compress v1.18.0 // indirect
163
163
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
164
164
github.com/kr/pretty v0.3.1 // indirect
165
165
github.com/kr/text v0.2.0 // indirect
@@ -180,14 +180,14 @@ require (
180
180
github.com/onsi/gomega v1.27.10 // indirect
181
181
github.com/opencontainers/go-digest v1.0.0 // indirect
182
182
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
183
- github.com/pelletier/go-toml/v2 v2.2.3 // indirect
183
+ github.com/pelletier/go-toml/v2 v2.2.4 // indirect
184
184
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
185
185
github.com/pkg/errors v0.9.1 // indirect
186
186
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
187
187
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
188
- github.com/prometheus/client_golang v1.20.5 // indirect
188
+ github.com/prometheus/client_golang v1.22.0 // indirect
189
189
github.com/prometheus/client_model v0.6.1 // indirect
190
- github.com/prometheus/common v0.62 .0 // indirect
190
+ github.com/prometheus/common v0.63 .0 // indirect
191
191
github.com/prometheus/procfs v0.15.1 // indirect
192
192
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
193
193
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
@@ -215,7 +215,7 @@ require (
215
215
go.opencensus.io v0.24.0 // indirect
216
216
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
217
217
go.opentelemetry.io/contrib/detectors/gcp v1.34.0 // indirect
218
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54 .0 // indirect
218
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58 .0 // indirect
219
219
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
220
220
go.opentelemetry.io/otel v1.34.0 // indirect
221
221
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
@@ -224,19 +224,20 @@ require (
224
224
go.opentelemetry.io/otel/sdk/metric v1.34.0 // indirect
225
225
go.opentelemetry.io/otel/trace v1.34.0 // indirect
226
226
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
227
+ go.uber.org/mock v0.5.1 // indirect
227
228
go.uber.org/multierr v1.11.0 // indirect
228
229
golang.org/x/arch v0.15.0 // indirect
229
- golang.org/x/crypto v0.36 .0 // indirect
230
+ golang.org/x/crypto v0.37 .0 // indirect
230
231
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
231
- golang.org/x/net v0.37 .0 // indirect
232
- golang.org/x/oauth2 v0.25 .0 // indirect
233
- golang.org/x/sync v0.12 .0 // indirect
234
- golang.org/x/sys v0.31 .0 // indirect
235
- golang.org/x/term v0.30 .0 // indirect
236
- golang.org/x/text v0.23 .0 // indirect
237
- golang.org/x/time v0.9 .0 // indirect
232
+ golang.org/x/net v0.39 .0 // indirect
233
+ golang.org/x/oauth2 v0.27 .0 // indirect
234
+ golang.org/x/sync v0.13 .0 // indirect
235
+ golang.org/x/sys v0.32 .0 // indirect
236
+ golang.org/x/term v0.31 .0 // indirect
237
+ golang.org/x/text v0.24 .0 // indirect
238
+ golang.org/x/time v0.10 .0 // indirect
238
239
golang.org/x/tools v0.31.0 // indirect
239
- google.golang.org/api v0.215 .0 // indirect
240
+ google.golang.org/api v0.222 .0 // indirect
240
241
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
241
242
google.golang.org/genproto/googleapis/api v0.0.0-20250414145226-207652e42e2e // indirect
242
243
google.golang.org/genproto/googleapis/rpc v0.0.0-20250409194420-de1ac958c67a // indirect
0 commit comments