1
1
module github.com/neutron-org/neutron/v5
2
2
3
- go 1.22.6
3
+ go 1.22.7
4
+
5
+ toolchain go1.22.9
4
6
5
7
require (
6
8
cosmossdk.io/client/v2 v2.0.0-beta.4
7
9
cosmossdk.io/core v0.11.1
8
10
cosmossdk.io/errors v1.0.1
9
11
cosmossdk.io/log v1.4.1
10
12
cosmossdk.io/math v1.4.0
11
- cosmossdk.io/store v1.1.0
13
+ cosmossdk.io/store v1.1.1
12
14
cosmossdk.io/x/evidence v0.1.1
13
15
cosmossdk.io/x/feegrant v0.1.1
14
16
cosmossdk.io/x/tx v0.13.5
15
17
cosmossdk.io/x/upgrade v0.1.4
16
18
github.com/CosmWasm/wasmd v0.53.0
17
19
github.com/CosmWasm/wasmvm/v2 v2.1.3
18
- github.com/cometbft/cometbft v0.38.11
20
+ github.com/cometbft/cometbft v0.38.15
19
21
github.com/cosmos/admin-module/v2 v2.0.0-20240430142959-8b3328d1b1a2
20
22
github.com/cosmos/cosmos-db v1.0.2
21
23
github.com/cosmos/cosmos-proto v1.0.0-beta.5
22
- github.com/cosmos/cosmos-sdk v0.50.9
24
+ github.com/cosmos/cosmos-sdk v0.50.10
23
25
github.com/cosmos/gogoproto v1.7.0
24
26
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v8 v8.0.2
25
27
github.com/cosmos/ibc-go/modules/capability v1.0.1
26
28
github.com/cosmos/ibc-go/v8 v8.5.2
27
29
github.com/cosmos/ics23/go v0.11.0
28
- github.com/cosmos/interchain-security/v5 v5.1.1
30
+ github.com/cosmos/interchain-security/v5 v5.2.0
29
31
github.com/gogo/protobuf v1.3.3
30
32
github.com/golang/mock v1.6.0
31
33
github.com/golang/protobuf v1.5.4
@@ -38,7 +40,7 @@ require (
38
40
github.com/rs/zerolog v1.33.0
39
41
github.com/skip-mev/block-sdk/v2 v2.1.5
40
42
github.com/skip-mev/feemarket v1.1.1
41
- github.com/skip-mev/slinky v1.0.12
43
+ github.com/skip-mev/slinky v1.0.13
42
44
github.com/spf13/cast v1.7.0
43
45
github.com/spf13/cobra v1.8.1
44
46
github.com/spf13/pflag v1.0.5
@@ -72,8 +74,6 @@ require (
72
74
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
73
75
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
74
76
github.com/bits-and-blooms/bitset v1.13.0 // indirect
75
- github.com/btcsuite/btcd v0.22.0-beta // indirect
76
- github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
77
77
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
78
78
github.com/cespare/xxhash/v2 v2.3.0 // indirect
79
79
github.com/chzyer/readline v1.5.1 // indirect
@@ -84,15 +84,15 @@ require (
84
84
github.com/cockroachdb/pebble v1.1.1 // indirect
85
85
github.com/cockroachdb/redact v1.1.5 // indirect
86
86
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
87
- github.com/cometbft/cometbft-db v0.12.0 // indirect
87
+ github.com/cometbft/cometbft-db v0.14.1 // indirect
88
88
github.com/cosmos/btcutil v1.0.5 // indirect
89
89
github.com/cosmos/go-bip39 v1.0.0 // indirect
90
90
github.com/cosmos/gogogateway v1.2.0 // indirect
91
91
github.com/cosmos/iavl v1.2.0 // indirect
92
92
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
93
93
github.com/danieljoos/wincred v1.2.0 // indirect
94
94
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
95
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2 .0 // indirect
95
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
96
96
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
97
97
github.com/dgraph-io/badger/v4 v4.2.0 // indirect
98
98
github.com/dgraph-io/ristretto v0.1.1 // indirect
@@ -115,7 +115,7 @@ require (
115
115
github.com/golang/glog v1.2.2 // indirect
116
116
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
117
117
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
118
- github.com/google/btree v1.1.2 // indirect
118
+ github.com/google/btree v1.1.3 // indirect
119
119
github.com/google/flatbuffers v1.12.1 // indirect
120
120
github.com/google/go-cmp v0.6.0 // indirect
121
121
github.com/google/gofuzz v1.2.0 // indirect
@@ -156,7 +156,7 @@ require (
156
156
github.com/manifoldco/promptui v0.9.0 // indirect
157
157
github.com/mattn/go-colorable v0.1.13 // indirect
158
158
github.com/mattn/go-isatty v0.0.20 // indirect
159
- github.com/minio/highwayhash v1.0.2 // indirect
159
+ github.com/minio/highwayhash v1.0.3 // indirect
160
160
github.com/mitchellh/go-homedir v1.1.0 // indirect
161
161
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
162
162
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -167,17 +167,17 @@ require (
167
167
github.com/opencontainers/go-digest v1.0.0 // indirect
168
168
github.com/oxyno-zeta/gomock-extra-matcher v1.2.0 // indirect
169
169
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
170
- github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
170
+ github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
171
171
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
172
172
github.com/prometheus/client_model v0.6.1 // indirect
173
- github.com/prometheus/common v0.55.0 // indirect
173
+ github.com/prometheus/common v0.60.1 // indirect
174
174
github.com/prometheus/procfs v0.15.1 // indirect
175
175
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
176
176
github.com/rogpeppe/go-internal v1.12.0 // indirect
177
- github.com/rs/cors v1.8.3 // indirect
177
+ github.com/rs/cors v1.11.1 // indirect
178
178
github.com/sagikazarmark/locafero v0.4.0 // indirect
179
179
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
180
- github.com/sasha-s/go-deadlock v0.3.1 // indirect
180
+ github.com/sasha-s/go-deadlock v0.3.5 // indirect
181
181
github.com/shamaton/msgpack/v2 v2.2.0 // indirect
182
182
github.com/sourcegraph/conc v0.3.0 // indirect
183
183
github.com/spf13/afero v1.11.0 // indirect
@@ -198,12 +198,12 @@ require (
198
198
go.uber.org/mock v0.4.0 // indirect
199
199
go.uber.org/multierr v1.11.0 // indirect
200
200
go.uber.org/zap v1.27.0 // indirect
201
- golang.org/x/crypto v0.26 .0 // indirect
202
- golang.org/x/net v0.28 .0 // indirect
201
+ golang.org/x/crypto v0.28 .0 // indirect
202
+ golang.org/x/net v0.30 .0 // indirect
203
203
golang.org/x/oauth2 v0.23.0 // indirect
204
204
golang.org/x/sync v0.8.0 // indirect
205
- golang.org/x/sys v0.24 .0 // indirect
206
- golang.org/x/term v0.23 .0 // indirect
205
+ golang.org/x/sys v0.26 .0 // indirect
206
+ golang.org/x/term v0.25 .0 // indirect
207
207
golang.org/x/text v0.19.0 // indirect
208
208
golang.org/x/time v0.5.0 // indirect
209
209
google.golang.org/api v0.186.0 // indirect
@@ -220,9 +220,9 @@ require (
220
220
replace (
221
221
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
222
222
github.com/CosmWasm/wasmd => github.com/neutron-org/wasmd v0.53.0-neutron
223
- github.com/cometbft/cometbft => github.com/neutron-org/cometbft v0.0.0-20241111105801-a7fe160b0b62
223
+ github.com/btcsuite/btcd/btcec/v2 => github.com/btcsuite/btcd/btcec/v2 v2.3.2
224
224
github.com/cosmos/admin-module/v2 => github.com/neutron-org/admin-module/v2 v2.0.2
225
- github.com/cosmos/cosmos-sdk => github.com/neutron-org/cosmos-sdk v0.50.9 -neutron.0.20240924163649-207f347e9c53
225
+ github.com/cosmos/cosmos-sdk => github.com/neutron-org/cosmos-sdk v0.50.10 -neutron
226
226
// explicitely replace iavl to v1.2.0 cause sometimes go mod tidy uses not right version
227
227
github.com/cosmos/iavl => github.com/cosmos/iavl v1.2.0
228
228
github.com/cosmos/interchain-security/v5 => github.com/cosmos/interchain-security/v5 v5.0.0-20240802125602-fa1e09444aae
0 commit comments