1
1
module github.com/CosmWasm/wasmd
2
2
3
- go 1.21
3
+ go 1.23.0
4
+
5
+ toolchain go1.23.1
6
+
7
+ // EVM requirement for EvmOS - just match spawn
8
+ replace (
9
+ cosmossdk.io/store => github.com/evmos/cosmos-sdk/store v0.0.0-20240718141609-414cbd051fbe
10
+ github.com/cosmos/cosmos-sdk => github.com/strangelove-ventures/cosmos-sdk v0.0.0-20250225193519-2db6669c943f // https://github.com/strangelove-ventures/cosmos-sdk/pull/2 // spawntag:evm
11
+ github.com/ethereum/go-ethereum => github.com/evmos/go-ethereum v1.10.26-evmos-rc4 // spawntag:evm
12
+ )
4
13
5
14
require (
6
15
github.com/CosmWasm/wasmvm v1.5.0
7
- github.com/cosmos/cosmos-proto v1.0.0-beta.3
16
+ github.com/cosmos/cosmos-proto v1.0.0-beta.5
8
17
github.com/cosmos/cosmos-sdk v0.50.1
9
18
github.com/cosmos/gogogateway v1.2.0 // indirect
10
- github.com/cosmos/gogoproto v1.4.11
11
- github.com/cosmos/iavl v1.0.0
19
+ github.com/cosmos/gogoproto v1.5.0
20
+ github.com/cosmos/iavl v1.1.2 // indirect
12
21
github.com/cosmos/ics23/go v0.10.0 // indirect
13
- github.com/dvsekhvalnov/jose2go v1.5 .0 // indirect
14
- github.com/golang/protobuf v1.5.3
22
+ github.com/dvsekhvalnov/jose2go v1.6 .0 // indirect
23
+ github.com/golang/protobuf v1.5.4
15
24
github.com/google/gofuzz v1.2.0
16
25
github.com/gorilla/mux v1.8.1 // indirect
17
26
github.com/grpc-ecosystem/grpc-gateway v1.16.0
18
27
github.com/pkg/errors v0.9.1
19
- github.com/prometheus/client_golang v1.17 .0
28
+ github.com/prometheus/client_golang v1.19 .0
20
29
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
21
- github.com/spf13/cast v1.5.1
30
+ github.com/spf13/cast v1.6.0
22
31
github.com/spf13/cobra v1.8.0
23
32
github.com/spf13/pflag v1.0.5
24
- github.com/stretchr/testify v1.8.4
33
+ github.com/stretchr/testify v1.10.0
25
34
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
26
- google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
27
- google.golang.org/grpc v1.59.0
35
+ google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
36
+ google.golang.org/grpc v1.64.1
28
37
gopkg.in/yaml.v2 v2.4.0
29
38
)
30
39
31
40
require (
32
- cosmossdk.io/api v0.7.2
41
+ cosmossdk.io/api v0.7.5
33
42
cosmossdk.io/client/v2 v2.0.0-beta.1
34
43
cosmossdk.io/collections v0.4.0
35
- cosmossdk.io/core v0.11.0
36
- cosmossdk.io/errors v1.0.0
37
- cosmossdk.io/log v1.2 .1
38
- cosmossdk.io/math v1.2 .0
39
- cosmossdk.io/store v1.0 .0
44
+ cosmossdk.io/core v0.11.1
45
+ cosmossdk.io/errors v1.0.1
46
+ cosmossdk.io/log v1.3 .1
47
+ cosmossdk.io/math v1.3 .0
48
+ cosmossdk.io/store v1.1 .0
40
49
cosmossdk.io/tools/confix v0.1.0
41
50
cosmossdk.io/x/circuit v0.1.0
42
51
cosmossdk.io/x/evidence v0.1.0
43
52
cosmossdk.io/x/feegrant v0.1.0
44
53
cosmossdk.io/x/nft v0.1.0
45
- cosmossdk.io/x/tx v0.12.0
54
+ cosmossdk.io/x/tx v0.13.4
46
55
cosmossdk.io/x/upgrade v0.1.0
47
- github.com/cometbft/cometbft v0.38.1
48
- github.com/cosmos/cosmos-db v1.0.0
56
+ github.com/cometbft/cometbft v0.38.10
57
+ github.com/cosmos/cosmos-db v1.0.2
49
58
github.com/cosmos/ibc-go/modules/capability v1.0.0
50
59
github.com/cosmos/ibc-go/v8 v8.0.0
51
60
github.com/distribution/reference v0.5.0
52
- github.com/rs/zerolog v1.31 .0
53
- github.com/spf13/viper v1.17.0
54
- google.golang.org/genproto/googleapis/api v0.0.0-20231012201019-e917dd12ba7a
61
+ github.com/rs/zerolog v1.32 .0
62
+ github.com/spf13/viper v1.18.2
63
+ google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237
55
64
)
56
65
57
66
require (
58
- cloud.google.com/go v0.110.8 // indirect
59
- cloud.google.com/go/compute v1.23 .1 // indirect
67
+ cloud.google.com/go v0.112.1 // indirect
68
+ cloud.google.com/go/compute v1.25 .1 // indirect
60
69
cloud.google.com/go/compute/metadata v0.2.3 // indirect
61
- cloud.google.com/go/iam v1.1.3 // indirect
62
- cloud.google.com/go/storage v1.30.1 // indirect
63
- cosmossdk.io/depinject v1.0.0-alpha.4 // indirect
70
+ cloud.google.com/go/iam v1.1.6 // indirect
71
+ cloud.google.com/go/storage v1.38.0 // indirect
72
+ cosmossdk.io/depinject v1.0.0 // indirect
64
73
filippo.io/edwards25519 v1.0.0 // indirect
65
74
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
66
75
github.com/99designs/keyring v1.2.1 // indirect
76
+ github.com/DataDog/datadog-go v3.2.0+incompatible // indirect
67
77
github.com/DataDog/zstd v1.5.5 // indirect
68
78
github.com/aws/aws-sdk-go v1.44.224 // indirect
69
79
github.com/beorn7/perks v1.0.1 // indirect
70
80
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
71
81
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
72
- github.com/bits-and-blooms/bitset v1.8 .0 // indirect
82
+ github.com/bits-and-blooms/bitset v1.17 .0 // indirect
73
83
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
74
84
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
75
85
github.com/cespare/xxhash v1.1.0 // indirect
76
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
86
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
77
87
github.com/chzyer/readline v1.5.1 // indirect
78
88
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
79
- github.com/cockroachdb/errors v1.11.1 // indirect
89
+ github.com/cockroachdb/errors v1.11.3 // indirect
90
+ github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
80
91
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
81
- github.com/cockroachdb/pebble v0.0.0-20231102162011-844f0582c2eb // indirect
92
+ github.com/cockroachdb/pebble v1.1.2 // indirect
82
93
github.com/cockroachdb/redact v1.1.5 // indirect
83
94
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
84
- github.com/cometbft/cometbft-db v0.8.0 // indirect
95
+ github.com/cometbft/cometbft-db v0.9.1 // indirect
85
96
github.com/cosmos/btcutil v1.0.5 // indirect
86
97
github.com/cosmos/go-bip39 v1.0.0 // indirect
87
98
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
@@ -95,30 +106,33 @@ require (
95
106
github.com/dgraph-io/ristretto v0.1.1 // indirect
96
107
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
97
108
github.com/dustin/go-humanize v1.0.1 // indirect
98
- github.com/emicklei/dot v1.6.0 // indirect
99
- github.com/fatih/color v1.15.0 // indirect
109
+ github.com/emicklei/dot v1.6.1 // indirect
110
+ github.com/ethereum/go-ethereum v1.15.3 // indirect
111
+ github.com/fatih/color v1.16.0 // indirect
100
112
github.com/felixge/httpsnoop v1.0.4 // indirect
101
- github.com/fsnotify/fsnotify v1.6 .0 // indirect
102
- github.com/getsentry/sentry-go v0.25 .0 // indirect
113
+ github.com/fsnotify/fsnotify v1.7 .0 // indirect
114
+ github.com/getsentry/sentry-go v0.27 .0 // indirect
103
115
github.com/go-kit/kit v0.12.0 // indirect
104
116
github.com/go-kit/log v0.2.1 // indirect
105
117
github.com/go-logfmt/logfmt v0.6.0 // indirect
118
+ github.com/go-logr/logr v1.4.1 // indirect
119
+ github.com/go-logr/stdr v1.2.2 // indirect
106
120
github.com/gobwas/httphead v0.1.0 // indirect
107
121
github.com/gobwas/pool v0.2.1 // indirect
108
122
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
109
123
github.com/gogo/googleapis v1.4.1 // indirect
110
124
github.com/gogo/protobuf v1.3.2 // indirect
111
- github.com/golang/glog v1.1.2 // indirect
125
+ github.com/golang/glog v1.2.0 // indirect
112
126
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
113
127
github.com/golang/mock v1.6.0 // indirect
114
- github.com/golang/snappy v0.0.4 // indirect
128
+ github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
115
129
github.com/google/btree v1.1.2 // indirect
116
130
github.com/google/go-cmp v0.6.0 // indirect
117
131
github.com/google/orderedcode v0.0.1 // indirect
118
132
github.com/google/s2a-go v0.1.7 // indirect
119
- github.com/google/uuid v1.3.1 // indirect
120
- github.com/googleapis/enterprise-certificate-proxy v0.3.1 // indirect
121
- github.com/googleapis/gax-go/v2 v2.12.0 // indirect
133
+ github.com/google/uuid v1.6.0 // indirect
134
+ github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
135
+ github.com/googleapis/gax-go/v2 v2.12.2 // indirect
122
136
github.com/gorilla/handlers v1.5.2 // indirect
123
137
github.com/gorilla/websocket v1.5.0 // indirect
124
138
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
@@ -127,11 +141,12 @@ require (
127
141
github.com/hashicorp/go-getter v1.7.1 // indirect
128
142
github.com/hashicorp/go-hclog v1.5.0 // indirect
129
143
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
130
- github.com/hashicorp/go-metrics v0.5.1 // indirect
144
+ github.com/hashicorp/go-metrics v0.5.3 // indirect
131
145
github.com/hashicorp/go-plugin v1.5.2 // indirect
132
146
github.com/hashicorp/go-safetemp v1.0.0 // indirect
133
147
github.com/hashicorp/go-version v1.6.0 // indirect
134
148
github.com/hashicorp/golang-lru v1.0.2 // indirect
149
+ github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
135
150
github.com/hashicorp/hcl v1.0.0 // indirect
136
151
github.com/hashicorp/yamux v0.1.1 // indirect
137
152
github.com/hdevalence/ed25519consensus v0.1.0 // indirect
@@ -141,17 +156,15 @@ require (
141
156
github.com/inconshreveable/mousetrap v1.1.0 // indirect
142
157
github.com/jmespath/go-jmespath v0.4.0 // indirect
143
158
github.com/jmhodges/levigo v1.0.0 // indirect
144
- github.com/klauspost/compress v1.17.2 // indirect
159
+ github.com/klauspost/compress v1.17.7 // indirect
145
160
github.com/kr/pretty v0.3.1 // indirect
146
161
github.com/kr/text v0.2.0 // indirect
147
162
github.com/lib/pq v1.10.7 // indirect
148
- github.com/libp2p/go-buffer-pool v0.1.0 // indirect
149
- github.com/linxGnu/grocksdb v1.8.4 // indirect
163
+ github.com/linxGnu/grocksdb v1.8.14 // indirect
150
164
github.com/magiconair/properties v1.8.7 // indirect
151
165
github.com/manifoldco/promptui v0.9.0 // indirect
152
166
github.com/mattn/go-colorable v0.1.13 // indirect
153
167
github.com/mattn/go-isatty v0.0.20 // indirect
154
- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
155
168
github.com/minio/highwayhash v1.0.2 // indirect
156
169
github.com/mitchellh/go-homedir v1.1.0 // indirect
157
170
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -161,41 +174,46 @@ require (
161
174
github.com/oklog/run v1.1.0 // indirect
162
175
github.com/opencontainers/go-digest v1.0.0 // indirect
163
176
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
164
- github.com/petermattis/goid v0.0.0-20230904192822-1876fd5063bc // indirect
177
+ github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
165
178
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
166
- github.com/prometheus/client_model v0.5.0 // indirect
167
- github.com/prometheus/common v0.45.0 // indirect
168
- github.com/prometheus/procfs v0.12 .0 // indirect
179
+ github.com/prometheus/client_model v0.6.1 // indirect
180
+ github.com/prometheus/common v0.52.2 // indirect
181
+ github.com/prometheus/procfs v0.13 .0 // indirect
169
182
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
170
- github.com/rogpeppe/go-internal v1.11 .0 // indirect
183
+ github.com/rogpeppe/go-internal v1.12 .0 // indirect
171
184
github.com/rs/cors v1.8.3 // indirect
172
- github.com/sagikazarmark/locafero v0.3 .0 // indirect
185
+ github.com/sagikazarmark/locafero v0.4 .0 // indirect
173
186
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
174
187
github.com/sasha-s/go-deadlock v0.3.1 // indirect
175
188
github.com/sourcegraph/conc v0.3.0 // indirect
176
- github.com/spf13/afero v1.10 .0 // indirect
189
+ github.com/spf13/afero v1.11 .0 // indirect
177
190
github.com/subosito/gotenv v1.6.0 // indirect
178
191
github.com/tendermint/go-amino v0.16.0 // indirect
179
192
github.com/tidwall/btree v1.7.0 // indirect
180
193
github.com/ulikunitz/xz v0.5.11 // indirect
181
194
github.com/zondax/hid v0.9.2 // indirect
182
195
github.com/zondax/ledger-go v0.14.3 // indirect
183
- go.etcd.io/bbolt v1.3.7 // indirect
196
+ go.etcd.io/bbolt v1.3.8 // indirect
184
197
go.opencensus.io v0.24.0 // indirect
198
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
199
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
200
+ go.opentelemetry.io/otel v1.24.0 // indirect
201
+ go.opentelemetry.io/otel/metric v1.24.0 // indirect
202
+ go.opentelemetry.io/otel/trace v1.24.0 // indirect
185
203
go.uber.org/multierr v1.11.0 // indirect
186
- golang.org/x/crypto v0.14 .0 // indirect
187
- golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
188
- golang.org/x/net v0.17 .0 // indirect
189
- golang.org/x/oauth2 v0.12 .0 // indirect
190
- golang.org/x/sync v0.5 .0 // indirect
191
- golang.org/x/sys v0.13 .0 // indirect
192
- golang.org/x/term v0.13 .0 // indirect
193
- golang.org/x/text v0.13 .0 // indirect
194
- golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
195
- google.golang.org/api v0.143 .0 // indirect
196
- google.golang.org/appengine v1.6.7 // indirect
197
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
198
- google.golang.org/protobuf v1.31.0 // indirect
204
+ golang.org/x/crypto v0.32 .0 // indirect
205
+ golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect
206
+ golang.org/x/net v0.34 .0 // indirect
207
+ golang.org/x/oauth2 v0.18 .0 // indirect
208
+ golang.org/x/sync v0.10 .0 // indirect
209
+ golang.org/x/sys v0.29 .0 // indirect
210
+ golang.org/x/term v0.28 .0 // indirect
211
+ golang.org/x/text v0.21 .0 // indirect
212
+ golang.org/x/time v0.5.0 // indirect
213
+ google.golang.org/api v0.169 .0 // indirect
214
+ google.golang.org/appengine v1.6.8 // indirect
215
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240709173604-40e1e62336c5 // indirect
216
+ google.golang.org/protobuf v1.34.2 // indirect
199
217
gopkg.in/ini.v1 v1.67.0 // indirect
200
218
gopkg.in/yaml.v3 v3.0.1 // indirect
201
219
gotest.tools/v3 v3.5.1 // indirect
0 commit comments