@@ -4,47 +4,47 @@ go 1.22.2
4
4
5
5
require (
6
6
cosmossdk.io/errors v1.0.1
7
- github.com/CosmWasm/wasmd v0.50.0
8
- github.com/CosmWasm/wasmvm v1.5.2
7
+ github.com/CosmWasm/wasmd v0.53.0
9
8
github.com/VolumeFi/whoops v0.7.2
10
- github.com/cometbft/cometbft v0.38.6
11
- github.com/cometbft/cometbft-db v0.9.1 // indirect
9
+ github.com/cometbft/cometbft v0.38.12
10
+ github.com/cometbft/cometbft-db v0.11.0 // indirect
12
11
github.com/cosmos/cosmos-proto v1.0.0-beta.5
13
- github.com/cosmos/cosmos-sdk v0.50.6
14
- github.com/cosmos/gogoproto v1.4.12
12
+ github.com/cosmos/cosmos-sdk v0.50.10
13
+ github.com/cosmos/gogoproto v1.7.0
15
14
github.com/gogo/protobuf v1.3.2
16
15
github.com/gorilla/mux v1.8.1
17
16
github.com/grpc-ecosystem/grpc-gateway v1.16.0
18
17
github.com/huandu/skiplist v1.2.0
19
18
github.com/onsi/gomega v1.33.1
20
19
github.com/sirupsen/logrus v1.9.3 // indirect
21
- github.com/spf13/cast v1.6 .0
22
- github.com/spf13/cobra v1.8.0
20
+ github.com/spf13/cast v1.7 .0
21
+ github.com/spf13/cobra v1.8.1
23
22
github.com/spf13/pflag v1.0.5
24
- github.com/spf13/viper v1.18.2
23
+ github.com/spf13/viper v1.19.0
25
24
github.com/stretchr/testify v1.9.0
26
25
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0
27
26
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157
28
27
google.golang.org/grpc v1.65.0
29
- google.golang.org/protobuf v1.34.1
28
+ google.golang.org/protobuf v1.34.2
30
29
gopkg.in/yaml.v2 v2.4.0
31
30
)
32
31
33
32
require (
34
- cosmossdk.io/api v0.7.4
33
+ cosmossdk.io/api v0.7.5
35
34
cosmossdk.io/client/v2 v2.0.0-beta.1
36
- cosmossdk.io/core v0.11.0
37
- cosmossdk.io/log v1.3 .1
35
+ cosmossdk.io/core v0.11.1
36
+ cosmossdk.io/log v1.4 .1
38
37
cosmossdk.io/math v1.3.0
39
- cosmossdk.io/store v1.1.0
40
- cosmossdk.io/tools/confix v0.1.1
41
- cosmossdk.io/x/evidence v0.1.0
42
- cosmossdk.io/x/feegrant v0.1.0
43
- cosmossdk.io/x/tx v0.13.2
44
- cosmossdk.io/x/upgrade v0.1.1
38
+ cosmossdk.io/store v1.1.1
39
+ cosmossdk.io/tools/confix v0.1.2
40
+ cosmossdk.io/x/evidence v0.1.1
41
+ cosmossdk.io/x/feegrant v0.1.1
42
+ cosmossdk.io/x/tx v0.13.5
43
+ cosmossdk.io/x/upgrade v0.1.4
44
+ github.com/CosmWasm/wasmvm/v2 v2.1.3
45
45
github.com/cosmos/cosmos-db v1.0.2
46
- github.com/cosmos/ibc-go/modules/capability v1.0.0
47
- github.com/cosmos/ibc-go/v8 v8.2 .0
46
+ github.com/cosmos/ibc-go/modules/capability v1.0.1
47
+ github.com/cosmos/ibc-go/v8 v8.4 .0
48
48
github.com/ethereum/go-ethereum v1.13.15
49
49
github.com/golang/protobuf v1.5.4
50
50
github.com/hashicorp/go-metrics v0.5.3
@@ -53,14 +53,14 @@ require (
53
53
)
54
54
55
55
require (
56
- cloud.google.com/go v0.112.0 // indirect
56
+ cloud.google.com/go v0.112.1 // indirect
57
57
cloud.google.com/go/compute/metadata v0.3.0 // indirect
58
58
cloud.google.com/go/iam v1.1.6 // indirect
59
- cloud.google.com/go/storage v1.36 .0 // indirect
59
+ cloud.google.com/go/storage v1.38 .0 // indirect
60
60
cosmossdk.io/collections v0.4.0 // indirect
61
- cosmossdk.io/depinject v1.0.0-alpha.4 // indirect
62
- cosmossdk.io/x/circuit v0.1.0 // indirect
63
- cosmossdk.io/x/nft v0.1.0 // indirect
61
+ cosmossdk.io/depinject v1.0.0 // indirect
62
+ cosmossdk.io/x/circuit v0.1.1 // indirect
63
+ cosmossdk.io/x/nft v0.1.1 // indirect
64
64
filippo.io/edwards25519 v1.0.0 // indirect
65
65
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
66
66
github.com/99designs/keyring v1.2.1 // indirect
@@ -74,24 +74,25 @@ require (
74
74
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
75
75
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
76
76
github.com/bits-and-blooms/bitset v1.10.0 // indirect
77
- github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
77
+ github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
78
78
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
79
79
github.com/cespare/xxhash v1.1.0 // indirect
80
80
github.com/cespare/xxhash/v2 v2.3.0 // indirect
81
81
github.com/chzyer/readline v1.5.1 // indirect
82
82
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
83
- github.com/cockroachdb/errors v1.11.1 // indirect
83
+ github.com/cockroachdb/errors v1.11.3 // indirect
84
84
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
85
- github.com/cockroachdb/pebble v1.1.0 // indirect
85
+ github.com/cockroachdb/pebble v1.1.1 // indirect
86
86
github.com/cockroachdb/redact v1.1.5 // indirect
87
87
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
88
88
github.com/consensys/bavard v0.1.13 // indirect
89
89
github.com/consensys/gnark-crypto v0.12.1 // indirect
90
90
github.com/cosmos/btcutil v1.0.5 // indirect
91
91
github.com/cosmos/go-bip39 v1.0.0 // indirect
92
92
github.com/cosmos/gogogateway v1.2.0 // indirect
93
- github.com/cosmos/iavl v1.1.4 // indirect
94
- github.com/cosmos/ics23/go v0.10.0 // indirect
93
+ github.com/cosmos/iavl v1.2.0 // indirect
94
+ github.com/cosmos/ibc-go/modules/apps/callbacks v0.2.1-0.20231113120333-342c00b0f8bd // indirect
95
+ github.com/cosmos/ics23/go v0.11.0 // indirect
95
96
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
96
97
github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233 // indirect
97
98
github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect
@@ -137,9 +138,9 @@ require (
137
138
github.com/google/s2a-go v0.1.7 // indirect
138
139
github.com/google/uuid v1.6.0 // indirect
139
140
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
140
- github.com/googleapis/gax-go/v2 v2.12.0 // indirect
141
+ github.com/googleapis/gax-go/v2 v2.12.3 // indirect
141
142
github.com/gorilla/handlers v1.5.2 // indirect
142
- github.com/gorilla/websocket v1.5.0 // indirect
143
+ github.com/gorilla/websocket v1.5.3 // indirect
143
144
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
144
145
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
145
146
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -150,6 +151,7 @@ require (
150
151
github.com/hashicorp/go-safetemp v1.0.0 // indirect
151
152
github.com/hashicorp/go-version v1.6.0 // indirect
152
153
github.com/hashicorp/golang-lru v1.0.2 // indirect
154
+ github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
153
155
github.com/hashicorp/hcl v1.0.0 // indirect
154
156
github.com/hashicorp/yamux v0.1.1 // indirect
155
157
github.com/hdevalence/ed25519consensus v0.1.0 // indirect
@@ -160,11 +162,10 @@ require (
160
162
github.com/inconshreveable/mousetrap v1.1.0 // indirect
161
163
github.com/jmespath/go-jmespath v0.4.0 // indirect
162
164
github.com/jmhodges/levigo v1.0.0 // indirect
163
- github.com/klauspost/compress v1.17.7 // indirect
165
+ github.com/klauspost/compress v1.17.9 // indirect
164
166
github.com/kr/pretty v0.3.1 // indirect
165
167
github.com/kr/text v0.2.0 // indirect
166
168
github.com/lib/pq v1.10.7 // indirect
167
- github.com/libp2p/go-buffer-pool v0.1.0 // indirect
168
169
github.com/linxGnu/grocksdb v1.8.14 // indirect
169
170
github.com/magiconair/properties v1.8.7 // indirect
170
171
github.com/manifoldco/promptui v0.9.0 // indirect
@@ -177,26 +178,28 @@ require (
177
178
github.com/mitchellh/mapstructure v1.5.0 // indirect
178
179
github.com/mmcloughlin/addchain v0.4.0 // indirect
179
180
github.com/mtibben/percent v0.2.1 // indirect
181
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
180
182
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a // indirect
181
183
github.com/oklog/run v1.1.0 // indirect
182
184
github.com/olekukonko/tablewriter v0.0.5 // indirect
183
185
github.com/opencontainers/go-digest v1.0.0 // indirect
184
- github.com/pelletier/go-toml/v2 v2.1.0 // indirect
186
+ github.com/pelletier/go-toml/v2 v2.2.2 // indirect
185
187
github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
186
188
github.com/pkg/errors v0.9.1 // indirect
187
189
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
188
- github.com/prometheus/client_golang v1.19.0 // indirect
190
+ github.com/prometheus/client_golang v1.20.1 // indirect
189
191
github.com/prometheus/client_model v0.6.1 // indirect
190
- github.com/prometheus/common v0.52.2 // indirect
191
- github.com/prometheus/procfs v0.13.0 // indirect
192
+ github.com/prometheus/common v0.55.0 // indirect
193
+ github.com/prometheus/procfs v0.15.1 // indirect
192
194
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
193
195
github.com/rivo/uniseg v0.2.0 // indirect
194
196
github.com/rogpeppe/go-internal v1.12.0 // indirect
195
- github.com/rs/cors v1.8.3 // indirect
196
- github.com/rs/zerolog v1.32 .0 // indirect
197
+ github.com/rs/cors v1.11.1 // indirect
198
+ github.com/rs/zerolog v1.33 .0 // indirect
197
199
github.com/sagikazarmark/locafero v0.4.0 // indirect
198
200
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
199
201
github.com/sasha-s/go-deadlock v0.3.1 // indirect
202
+ github.com/shamaton/msgpack/v2 v2.2.0 // indirect
200
203
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
201
204
github.com/sourcegraph/conc v0.3.0 // indirect
202
205
github.com/spf13/afero v1.11.0 // indirect
@@ -211,26 +214,26 @@ require (
211
214
github.com/ulikunitz/xz v0.5.11 // indirect
212
215
github.com/zondax/hid v0.9.2 // indirect
213
216
github.com/zondax/ledger-go v0.14.3 // indirect
214
- go.etcd.io/bbolt v1.3.8 // indirect
217
+ go.etcd.io/bbolt v1.3.10 // indirect
215
218
go.opencensus.io v0.24.0 // indirect
216
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47 .0 // indirect
217
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47 .0 // indirect
218
- go.opentelemetry.io/otel v1.22 .0 // indirect
219
- go.opentelemetry.io/otel/metric v1.22 .0 // indirect
220
- go.opentelemetry.io/otel/trace v1.22 .0 // indirect
219
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49 .0 // indirect
220
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49 .0 // indirect
221
+ go.opentelemetry.io/otel v1.24 .0 // indirect
222
+ go.opentelemetry.io/otel/metric v1.24 .0 // indirect
223
+ go.opentelemetry.io/otel/trace v1.24 .0 // indirect
221
224
go.uber.org/multierr v1.11.0 // indirect
222
- golang.org/x/crypto v0.25 .0 // indirect
223
- golang.org/x/net v0.27 .0 // indirect
224
- golang.org/x/oauth2 v0.20 .0 // indirect
225
- golang.org/x/sync v0.7 .0 // indirect
226
- golang.org/x/sys v0.22 .0 // indirect
227
- golang.org/x/term v0.22 .0 // indirect
228
- golang.org/x/text v0.16 .0 // indirect
225
+ golang.org/x/crypto v0.26 .0 // indirect
226
+ golang.org/x/net v0.28 .0 // indirect
227
+ golang.org/x/oauth2 v0.21 .0 // indirect
228
+ golang.org/x/sync v0.8 .0 // indirect
229
+ golang.org/x/sys v0.24 .0 // indirect
230
+ golang.org/x/term v0.23 .0 // indirect
231
+ golang.org/x/text v0.17 .0 // indirect
229
232
golang.org/x/time v0.5.0 // indirect
230
233
golang.org/x/tools v0.23.0 // indirect
231
- google.golang.org/api v0.162 .0 // indirect
234
+ google.golang.org/api v0.171 .0 // indirect
232
235
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
233
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
236
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240709173604-40e1e62336c5 // indirect
234
237
gopkg.in/ini.v1 v1.67.0 // indirect
235
238
gopkg.in/yaml.v3 v3.0.1 // indirect
236
239
gotest.tools/v3 v3.5.1 // indirect
0 commit comments