1
1
module github.com/initia-labs/miniwasm
2
2
3
- go 1.22.5
3
+ go 1.22.7
4
+
5
+ toolchain go1.23.0
4
6
5
7
require (
6
8
cosmossdk.io/api v0.7.5
@@ -33,16 +35,16 @@ require (
33
35
github.com/gorilla/mux v1.8.1
34
36
github.com/grpc-ecosystem/grpc-gateway v1.16.0
35
37
github.com/hashicorp/go-metrics v0.5.3
36
- github.com/initia-labs/OPinit v0.5.5
37
- github.com/initia-labs/initia v0.6.0
38
+ github.com/initia-labs/OPinit v0.5.7
39
+ github.com/initia-labs/initia v0.6.1
38
40
github.com/initia-labs/kvindexer v0.1.9
39
41
github.com/initia-labs/kvindexer/submodules/block v0.1.0
40
42
github.com/initia-labs/kvindexer/submodules/tx v0.1.0
41
43
github.com/initia-labs/kvindexer/submodules/wasm-nft v0.1.5
42
44
github.com/initia-labs/kvindexer/submodules/wasm-pair v0.1.0
43
45
github.com/noble-assets/forwarding/v2 v2.0.0-20240521090705-86712c4c9e43
44
46
github.com/pkg/errors v0.9.1
45
- github.com/prometheus/client_golang v1.20.4
47
+ github.com/prometheus/client_golang v1.20.5
46
48
github.com/rakyll/statik v0.1.7
47
49
github.com/skip-mev/block-sdk/v2 v2.1.2
48
50
github.com/skip-mev/connect/v2 v2.0.1
@@ -51,8 +53,8 @@ require (
51
53
github.com/spf13/viper v1.19.0
52
54
github.com/stretchr/testify v1.9.0
53
55
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1
54
- google.golang.org/grpc v1.66.2
55
- google.golang.org/protobuf v1.34.2
56
+ google.golang.org/grpc v1.67.1
57
+ google.golang.org/protobuf v1.35.1
56
58
)
57
59
58
60
require (
@@ -93,7 +95,7 @@ require (
93
95
github.com/cockroachdb/pebble v1.1.2 // indirect
94
96
github.com/cockroachdb/redact v1.1.5 // indirect
95
97
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
96
- github.com/cometbft/cometbft-db v0.12.0 // indirect
98
+ github.com/cometbft/cometbft-db v0.14.1 // indirect
97
99
github.com/consensys/bavard v0.1.13 // indirect
98
100
github.com/consensys/gnark-crypto v0.12.1 // indirect
99
101
github.com/cosmos/btcutil v1.0.5 // indirect
@@ -109,7 +111,7 @@ require (
109
111
github.com/creachadair/tomledit v0.0.24 // indirect
110
112
github.com/danieljoos/wincred v1.1.2 // indirect
111
113
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
112
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2 .0 // indirect
114
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
113
115
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
114
116
github.com/dgraph-io/badger/v4 v4.2.0 // indirect
115
117
github.com/dgraph-io/ristretto v0.1.1 // indirect
@@ -134,10 +136,10 @@ require (
134
136
github.com/gofrs/flock v0.12.1 // indirect
135
137
github.com/gogo/googleapis v1.4.1 // indirect
136
138
github.com/gogo/protobuf v1.3.3 // indirect
137
- github.com/golang/glog v1.2.1 // indirect
139
+ github.com/golang/glog v1.2.2 // indirect
138
140
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
139
141
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
140
- github.com/google/btree v1.1.2 // indirect
142
+ github.com/google/btree v1.1.3 // indirect
141
143
github.com/google/flatbuffers v2.0.8+incompatible // indirect
142
144
github.com/google/go-cmp v0.6.0 // indirect
143
145
github.com/google/go-github/v43 v43.0.0 // indirect
@@ -171,7 +173,7 @@ require (
171
173
github.com/iancoleman/strcase v0.3.0 // indirect
172
174
github.com/improbable-eng/grpc-web v0.15.0 // indirect
173
175
github.com/inconshreveable/mousetrap v1.1.0 // indirect
174
- github.com/initia-labs/OPinit/api v0.5.1 // indirect
176
+ github.com/initia-labs/OPinit/api v0.5.7 // indirect
175
177
github.com/jmespath/go-jmespath v0.4.0 // indirect
176
178
github.com/jmhodges/levigo v1.0.0 // indirect
177
179
github.com/jsternberg/zap-logfmt v1.3.0 // indirect
@@ -185,7 +187,7 @@ require (
185
187
github.com/mattn/go-colorable v0.1.13 // indirect
186
188
github.com/mattn/go-isatty v0.0.20 // indirect
187
189
github.com/mattn/go-runewidth v0.0.13 // indirect
188
- github.com/minio/highwayhash v1.0.2 // indirect
190
+ github.com/minio/highwayhash v1.0.3 // indirect
189
191
github.com/mitchellh/go-homedir v1.1.0 // indirect
190
192
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
191
193
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -197,10 +199,10 @@ require (
197
199
github.com/olekukonko/tablewriter v0.0.5 // indirect
198
200
github.com/opencontainers/go-digest v1.0.0 // indirect
199
201
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
200
- github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
202
+ github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
201
203
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
202
204
github.com/prometheus/client_model v0.6.1 // indirect
203
- github.com/prometheus/common v0.55.0 // indirect
205
+ github.com/prometheus/common v0.60.1 // indirect
204
206
github.com/prometheus/procfs v0.15.1 // indirect
205
207
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
206
208
github.com/rivo/uniseg v0.2.0 // indirect
@@ -209,7 +211,7 @@ require (
209
211
github.com/rs/zerolog v1.33.0 // indirect
210
212
github.com/sagikazarmark/locafero v0.4.0 // indirect
211
213
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
212
- github.com/sasha-s/go-deadlock v0.3.1 // indirect
214
+ github.com/sasha-s/go-deadlock v0.3.5 // indirect
213
215
github.com/shamaton/msgpack/v2 v2.2.0 // indirect
214
216
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
215
217
github.com/sourcegraph/conc v0.3.0 // indirect
@@ -236,14 +238,14 @@ require (
236
238
go.opentelemetry.io/otel/trace v1.24.0 // indirect
237
239
go.uber.org/multierr v1.11.0 // indirect
238
240
go.uber.org/zap v1.27.0 // indirect
239
- golang.org/x/crypto v0.27 .0 // indirect
241
+ golang.org/x/crypto v0.28 .0 // indirect
240
242
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
241
- golang.org/x/net v0.29 .0 // indirect
242
- golang.org/x/oauth2 v0.21 .0 // indirect
243
+ golang.org/x/net v0.30 .0 // indirect
244
+ golang.org/x/oauth2 v0.23 .0 // indirect
243
245
golang.org/x/sync v0.8.0 // indirect
244
- golang.org/x/sys v0.25 .0 // indirect
245
- golang.org/x/term v0.24 .0 // indirect
246
- golang.org/x/text v0.18 .0 // indirect
246
+ golang.org/x/sys v0.26 .0 // indirect
247
+ golang.org/x/term v0.25 .0 // indirect
248
+ golang.org/x/text v0.19 .0 // indirect
247
249
golang.org/x/time v0.6.0 // indirect
248
250
google.golang.org/api v0.189.0 // indirect
249
251
google.golang.org/genproto v0.0.0-20240722135656-d784300faade // indirect
@@ -281,7 +283,7 @@ replace (
281
283
282
284
// initia custom
283
285
replace (
284
- github.com/cometbft/cometbft => github.com/initia-labs/cometbft v0.0.0-20240925132752-ff8ff0126261
286
+ github.com/cometbft/cometbft => github.com/initia-labs/cometbft v0.0.0-20241104064728-ef8cadf1bed8
285
287
github.com/cosmos/ibc-go/v8 => github.com/initia-labs/ibc-go/v8 v8.0.0-20240802003717-19c0b4ad450d
286
288
287
289
// use custom version until this PR is merged
0 commit comments