1
1
module github.com/CosmWasm/wasmd
2
2
3
- go 1.21
3
+ go 1.23.1
4
4
5
5
require (
6
6
github.com/CosmWasm/wasmvm/v2 v2.2.0-rc.2
@@ -23,7 +23,7 @@ require (
23
23
github.com/stretchr/testify v1.9.0
24
24
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
25
25
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
26
- google.golang.org/grpc v1.64 .1
26
+ google.golang.org/grpc v1.67 .1
27
27
gopkg.in/yaml.v2 v2.4.0
28
28
)
29
29
@@ -43,20 +43,20 @@ require (
43
43
cosmossdk.io/x/nft v0.1.1
44
44
cosmossdk.io/x/tx v0.13.5
45
45
cosmossdk.io/x/upgrade v0.1.4
46
- github.com/cometbft/cometbft v0.38.12
46
+ github.com/cometbft/cometbft v0.38.15
47
47
github.com/cosmos/cosmos-db v1.0.2
48
48
github.com/cosmos/ibc-go/modules/apps/callbacks v0.2.1-0.20231113120333-342c00b0f8bd
49
49
github.com/cosmos/ibc-go/modules/capability v1.0.1
50
50
github.com/cosmos/ibc-go/v8 v8.4.0
51
51
github.com/distribution/reference v0.5.0
52
52
github.com/rs/zerolog v1.33.0
53
53
github.com/spf13/viper v1.19.0
54
- google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237
54
+ google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142
55
55
)
56
56
57
57
require (
58
58
cloud.google.com/go v0.112.1 // indirect
59
- cloud.google.com/go/compute/metadata v0.3 .0 // indirect
59
+ cloud.google.com/go/compute/metadata v0.5 .0 // indirect
60
60
cloud.google.com/go/iam v1.1.6 // indirect
61
61
cloud.google.com/go/storage v1.38.0 // indirect
62
62
cosmossdk.io/depinject v1.0.0 // indirect
@@ -70,9 +70,7 @@ require (
70
70
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
71
71
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
72
72
github.com/bits-and-blooms/bitset v1.8.0 // indirect
73
- github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
74
73
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
75
- github.com/cespare/xxhash v1.1.0 // indirect
76
74
github.com/cespare/xxhash/v2 v2.3.0 // indirect
77
75
github.com/chzyer/readline v1.5.1 // indirect
78
76
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
@@ -82,26 +80,25 @@ require (
82
80
github.com/cockroachdb/pebble v1.1.1 // indirect
83
81
github.com/cockroachdb/redact v1.1.5 // indirect
84
82
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
85
- github.com/cometbft/cometbft-db v0.11.0 // indirect
83
+ github.com/cometbft/cometbft-db v0.14.1 // indirect
86
84
github.com/cosmos/btcutil v1.0.5 // indirect
87
85
github.com/cosmos/go-bip39 v1.0.0 // indirect
88
86
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
89
87
github.com/creachadair/atomicfile v0.3.1 // indirect
90
88
github.com/creachadair/tomledit v0.0.24 // indirect
91
89
github.com/danieljoos/wincred v1.1.2 // indirect
92
90
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
93
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2 .0 // indirect
91
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
94
92
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
95
- github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
93
+ github.com/dgraph-io/badger/v4 v4.2.0 // indirect
96
94
github.com/dgraph-io/ristretto v0.1.1 // indirect
97
- github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
98
95
github.com/dustin/go-humanize v1.0.1 // indirect
99
96
github.com/emicklei/dot v1.6.1 // indirect
100
97
github.com/fatih/color v1.15.0 // indirect
101
98
github.com/felixge/httpsnoop v1.0.4 // indirect
102
99
github.com/fsnotify/fsnotify v1.7.0 // indirect
103
100
github.com/getsentry/sentry-go v0.27.0 // indirect
104
- github.com/go-kit/kit v0.12 .0 // indirect
101
+ github.com/go-kit/kit v0.13 .0 // indirect
105
102
github.com/go-kit/log v0.2.1 // indirect
106
103
github.com/go-logfmt/logfmt v0.6.0 // indirect
107
104
github.com/go-logr/logr v1.4.1 // indirect
@@ -111,11 +108,12 @@ require (
111
108
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
112
109
github.com/gogo/googleapis v1.4.1 // indirect
113
110
github.com/gogo/protobuf v1.3.2 // indirect
114
- github.com/golang/glog v1.2.0 // indirect
111
+ github.com/golang/glog v1.2.2 // indirect
115
112
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
116
113
github.com/golang/mock v1.6.0 // indirect
117
114
github.com/golang/snappy v0.0.4 // indirect
118
- github.com/google/btree v1.1.2 // indirect
115
+ github.com/google/btree v1.1.3 // indirect
116
+ github.com/google/flatbuffers v1.12.1 // indirect
119
117
github.com/google/go-cmp v0.6.0 // indirect
120
118
github.com/google/orderedcode v0.0.1 // indirect
121
119
github.com/google/s2a-go v0.1.7 // indirect
@@ -148,13 +146,13 @@ require (
148
146
github.com/klauspost/compress v1.17.9 // indirect
149
147
github.com/kr/pretty v0.3.1 // indirect
150
148
github.com/kr/text v0.2.0 // indirect
151
- github.com/lib/pq v1.10.7 // indirect
149
+ github.com/lib/pq v1.10.9 // indirect
152
150
github.com/linxGnu/grocksdb v1.8.14 // indirect
153
151
github.com/magiconair/properties v1.8.7 // indirect
154
152
github.com/manifoldco/promptui v0.9.0 // indirect
155
153
github.com/mattn/go-colorable v0.1.13 // indirect
156
154
github.com/mattn/go-isatty v0.0.20 // indirect
157
- github.com/minio/highwayhash v1.0.2 // indirect
155
+ github.com/minio/highwayhash v1.0.3 // indirect
158
156
github.com/mitchellh/go-homedir v1.1.0 // indirect
159
157
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
160
158
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -164,17 +162,17 @@ require (
164
162
github.com/oklog/run v1.1.0 // indirect
165
163
github.com/opencontainers/go-digest v1.0.0 // indirect
166
164
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
167
- github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
165
+ github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
168
166
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
169
167
github.com/prometheus/client_model v0.6.1 // indirect
170
- github.com/prometheus/common v0.55.0 // indirect
168
+ github.com/prometheus/common v0.60.1 // indirect
171
169
github.com/prometheus/procfs v0.15.1 // indirect
172
170
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
173
171
github.com/rogpeppe/go-internal v1.12.0 // indirect
174
172
github.com/rs/cors v1.11.1 // indirect
175
173
github.com/sagikazarmark/locafero v0.4.0 // indirect
176
174
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
177
- github.com/sasha-s/go-deadlock v0.3.1 // indirect
175
+ github.com/sasha-s/go-deadlock v0.3.5 // indirect
178
176
github.com/shamaton/msgpack/v2 v2.2.0 // indirect
179
177
github.com/sourcegraph/conc v0.3.0 // indirect
180
178
github.com/spf13/afero v1.11.0 // indirect
@@ -184,26 +182,26 @@ require (
184
182
github.com/ulikunitz/xz v0.5.11 // indirect
185
183
github.com/zondax/hid v0.9.2 // indirect
186
184
github.com/zondax/ledger-go v0.14.3 // indirect
187
- go.etcd.io/bbolt v1.3.10 // indirect
185
+ go.etcd.io/bbolt v1.4.0-alpha.0.0.20240404170359-43604f3112c5 // indirect
188
186
go.opencensus.io v0.24.0 // indirect
189
187
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
190
188
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
191
189
go.opentelemetry.io/otel v1.24.0 // indirect
192
190
go.opentelemetry.io/otel/metric v1.24.0 // indirect
193
191
go.opentelemetry.io/otel/trace v1.24.0 // indirect
194
192
go.uber.org/multierr v1.11.0 // indirect
195
- golang.org/x/crypto v0.26 .0 // indirect
193
+ golang.org/x/crypto v0.28 .0 // indirect
196
194
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect
197
- golang.org/x/net v0.28 .0 // indirect
198
- golang.org/x/oauth2 v0.21 .0 // indirect
195
+ golang.org/x/net v0.30 .0 // indirect
196
+ golang.org/x/oauth2 v0.23 .0 // indirect
199
197
golang.org/x/sync v0.8.0 // indirect
200
- golang.org/x/sys v0.24 .0 // indirect
201
- golang.org/x/term v0.23 .0 // indirect
202
- golang.org/x/text v0.17 .0 // indirect
198
+ golang.org/x/sys v0.26 .0 // indirect
199
+ golang.org/x/term v0.25 .0 // indirect
200
+ golang.org/x/text v0.19 .0 // indirect
203
201
golang.org/x/time v0.5.0 // indirect
204
202
google.golang.org/api v0.171.0 // indirect
205
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240709173604-40e1e62336c5 // indirect
206
- google.golang.org/protobuf v1.34.2 // indirect
203
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
204
+ google.golang.org/protobuf v1.35.1 // indirect
207
205
gopkg.in/ini.v1 v1.67.0 // indirect
208
206
gopkg.in/yaml.v3 v3.0.1 // indirect
209
207
gotest.tools/v3 v3.5.1 // indirect
0 commit comments