@@ -2,6 +2,8 @@ module github.com/CosmWasm/wasmd
2
2
3
3
go 1.23.6
4
4
5
+ toolchain go1.24.1
6
+
5
7
require (
6
8
github.com/CosmWasm/wasmvm/v2 v2.2.3
7
9
github.com/cosmos/cosmos-proto v1.0.0-beta.5
@@ -23,7 +25,7 @@ require (
23
25
github.com/stretchr/testify v1.10.0
24
26
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
25
27
google.golang.org/genproto v0.0.0-20240701130421-f6361c86f094 // indirect
26
- google.golang.org/grpc v1.69 .0
28
+ google.golang.org/grpc v1.71 .0
27
29
gopkg.in/yaml.v2 v2.4.0
28
30
)
29
31
@@ -32,53 +34,52 @@ require (
32
34
cosmossdk.io/client/v2 v2.0.0-beta.3
33
35
cosmossdk.io/collections v0.4.0
34
36
cosmossdk.io/core v0.11.1
35
- cosmossdk.io/errors v1.0.1
36
- cosmossdk.io/log v1.5.0
37
- cosmossdk.io/math v1.5.0
38
- cosmossdk.io/store v1.1.1
37
+ cosmossdk.io/errors v1.0.2
38
+ cosmossdk.io/log v1.5.1
39
+ cosmossdk.io/math v1.5.1
40
+ cosmossdk.io/store v1.1.2
39
41
cosmossdk.io/tools/confix v0.1.2
40
42
cosmossdk.io/x/circuit v0.1.1
41
43
cosmossdk.io/x/evidence v0.1.1
42
44
cosmossdk.io/x/feegrant v0.1.1
43
45
cosmossdk.io/x/nft v0.1.1
44
46
cosmossdk.io/x/tx v0.13.7
45
47
cosmossdk.io/x/upgrade v0.1.4
46
- github.com/cometbft/cometbft v0.38.15
48
+ github.com/cometbft/cometbft v0.38.17
47
49
github.com/cosmos/cosmos-db v1.1.1
48
50
github.com/cosmos/ibc-go/v10 v10.1.0
49
51
github.com/distribution/reference v0.5.0
50
- github.com/rs/zerolog v1.33 .0
52
+ github.com/rs/zerolog v1.34 .0
51
53
github.com/spf13/viper v1.19.0
52
54
golang.org/x/sync v0.12.0
53
- google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53
55
+ google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422
54
56
)
55
57
56
58
require (
57
59
cloud.google.com/go v0.115.0 // indirect
58
60
cloud.google.com/go/auth v0.6.0 // indirect
59
61
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
60
- cloud.google.com/go/compute/metadata v0.5.2 // indirect
62
+ cloud.google.com/go/compute/metadata v0.6.0 // indirect
61
63
cloud.google.com/go/iam v1.1.9 // indirect
62
64
cloud.google.com/go/storage v1.41.0 // indirect
63
65
cosmossdk.io/depinject v1.1.0 // indirect
64
66
filippo.io/edwards25519 v1.1.0 // indirect
65
67
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
66
68
github.com/99designs/keyring v1.2.2 // indirect
67
69
github.com/DataDog/datadog-go v4.8.3+incompatible // indirect
68
- github.com/DataDog/zstd v1.5.5 // indirect
70
+ github.com/DataDog/zstd v1.5.6 // indirect
69
71
github.com/Microsoft/go-winio v0.6.2 // indirect
70
72
github.com/aws/aws-sdk-go v1.44.224 // indirect
71
73
github.com/beorn7/perks v1.0.1 // indirect
72
74
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
73
75
github.com/bgentry/speakeasy v0.2.0 // indirect
74
76
github.com/bits-and-blooms/bitset v1.17.0 // indirect
75
- github.com/bytedance/sonic v1.12.3 // indirect
76
- github.com/bytedance/sonic/loader v0.2.0 // indirect
77
+ github.com/bytedance/sonic v1.13.1 // indirect
78
+ github.com/bytedance/sonic/loader v0.2.4 // indirect
77
79
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
78
80
github.com/cespare/xxhash/v2 v2.3.0 // indirect
79
81
github.com/chzyer/readline v1.5.1 // indirect
80
- github.com/cloudwego/base64x v0.1.4 // indirect
81
- github.com/cloudwego/iasm v0.2.0 // indirect
82
+ github.com/cloudwego/base64x v0.1.5 // indirect
82
83
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
83
84
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
84
85
github.com/cockroachdb/errors v1.11.3 // indirect
@@ -134,8 +135,8 @@ require (
134
135
github.com/hashicorp/go-getter v1.7.5 // indirect
135
136
github.com/hashicorp/go-hclog v1.6.3 // indirect
136
137
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
137
- github.com/hashicorp/go-metrics v0.5.3 // indirect
138
- github.com/hashicorp/go-plugin v1.6.1 // indirect
138
+ github.com/hashicorp/go-metrics v0.5.4 // indirect
139
+ github.com/hashicorp/go-plugin v1.6.3 // indirect
139
140
github.com/hashicorp/go-safetemp v1.0.0 // indirect
140
141
github.com/hashicorp/go-version v1.6.0 // indirect
141
142
github.com/hashicorp/golang-lru v1.0.2 // indirect
@@ -151,14 +152,14 @@ require (
151
152
github.com/jmespath/go-jmespath v0.4.0 // indirect
152
153
github.com/jmhodges/levigo v1.0.0 // indirect
153
154
github.com/klauspost/compress v1.17.11 // indirect
154
- github.com/klauspost/cpuid/v2 v2.0.9 // indirect
155
+ github.com/klauspost/cpuid/v2 v2.2.10 // indirect
155
156
github.com/kr/pretty v0.3.1 // indirect
156
157
github.com/kr/text v0.2.0 // indirect
157
158
github.com/lib/pq v1.10.9 // indirect
158
159
github.com/linxGnu/grocksdb v1.9.2 // indirect
159
160
github.com/magiconair/properties v1.8.7 // indirect
160
161
github.com/manifoldco/promptui v0.9.0 // indirect
161
- github.com/mattn/go-colorable v0.1.13 // indirect
162
+ github.com/mattn/go-colorable v0.1.14 // indirect
162
163
github.com/mattn/go-isatty v0.0.20 // indirect
163
164
github.com/minio/highwayhash v1.0.3 // indirect
164
165
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -176,7 +177,7 @@ require (
176
177
github.com/prometheus/common v0.62.0 // indirect
177
178
github.com/prometheus/procfs v0.15.1 // indirect
178
179
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
179
- github.com/rogpeppe/go-internal v1.12.0 // indirect
180
+ github.com/rogpeppe/go-internal v1.14.1 // indirect
180
181
github.com/rs/cors v1.11.1 // indirect
181
182
github.com/sagikazarmark/locafero v0.6.0 // indirect
182
183
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
@@ -193,29 +194,30 @@ require (
193
194
github.com/zondax/ledger-go v0.14.3 // indirect
194
195
go.etcd.io/bbolt v1.4.0-alpha.1 // indirect
195
196
go.opencensus.io v0.24.0 // indirect
197
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
196
198
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
197
199
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
198
- go.opentelemetry.io/otel v1.31 .0 // indirect
199
- go.opentelemetry.io/otel/metric v1.31 .0 // indirect
200
- go.opentelemetry.io/otel/trace v1.31 .0 // indirect
200
+ go.opentelemetry.io/otel v1.34 .0 // indirect
201
+ go.opentelemetry.io/otel/metric v1.34 .0 // indirect
202
+ go.opentelemetry.io/otel/trace v1.34 .0 // indirect
201
203
go.uber.org/multierr v1.11.0 // indirect
202
- golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
204
+ golang.org/x/arch v0.15.0 // indirect
203
205
golang.org/x/crypto v0.35.0 // indirect
204
- golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
206
+ golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
205
207
golang.org/x/net v0.36.0 // indirect
206
- golang.org/x/oauth2 v0.24 .0 // indirect
207
- golang.org/x/sys v0.30 .0 // indirect
208
+ golang.org/x/oauth2 v0.25 .0 // indirect
209
+ golang.org/x/sys v0.31 .0 // indirect
208
210
golang.org/x/term v0.29.0 // indirect
209
211
golang.org/x/text v0.22.0 // indirect
210
212
golang.org/x/time v0.9.0 // indirect
211
213
google.golang.org/api v0.186.0 // indirect
212
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
213
- google.golang.org/protobuf v1.36.5 // indirect
214
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
215
+ google.golang.org/protobuf v1.36.6 // indirect
214
216
gopkg.in/ini.v1 v1.67.0 // indirect
215
217
gopkg.in/yaml.v3 v3.0.1 // indirect
216
- gotest.tools/v3 v3.5.1 // indirect
218
+ gotest.tools/v3 v3.5.2 // indirect
217
219
nhooyr.io/websocket v1.8.17 // indirect
218
- pgregory.net/rapid v1.1 .0 // indirect
220
+ pgregory.net/rapid v1.2 .0 // indirect
219
221
sigs.k8s.io/yaml v1.4.0 // indirect
220
222
)
221
223
0 commit comments