1
1
module github.com/dydxprotocol/v4-chain/protocol
2
2
3
- go 1.22
4
-
5
- toolchain go1.22.0
3
+ go 1.22.2
6
4
7
5
require (
8
6
cosmossdk.io/api v0.7.5
9
7
cosmossdk.io/math v1.3.0
10
8
github.com/Shopify/sarama v1.37.2
11
9
github.com/cometbft/cometbft v0.38.10
12
- github.com/cometbft/cometbft-db v0.10 .0 // indirect
10
+ github.com/cometbft/cometbft-db v0.12 .0 // indirect
13
11
github.com/cosmos/cosmos-proto v1.0.0-beta.5
14
- github.com/cosmos/cosmos-sdk v0.50.8
12
+ github.com/cosmos/cosmos-sdk v0.50.9
15
13
github.com/cosmos/go-bip39 v1.0.0
16
- github.com/cosmos/gogoproto v1.5 .0
14
+ github.com/cosmos/gogoproto v1.6 .0
17
15
github.com/go-playground/validator/v10 v10.14.0
18
16
github.com/gofrs/flock v0.8.1
19
17
github.com/gogo/protobuf v1.3.2 // indirect
@@ -28,50 +26,49 @@ require (
28
26
github.com/ory/dockertest v3.3.5+incompatible
29
27
github.com/pkg/errors v0.9.1
30
28
github.com/rakyll/statik v0.1.7
31
- github.com/spf13/cast v1.6 .0
29
+ github.com/spf13/cast v1.7 .0
32
30
github.com/spf13/cobra v1.8.1
33
31
github.com/spf13/pflag v1.0.5
34
32
github.com/stretchr/testify v1.9.0
35
- github.com/vektra/mockery/v2 v2.43.2
33
+ github.com/vektra/mockery/v2 v2.44.1
36
34
github.com/zyedidia/generic v1.0.0
37
- golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
35
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
38
36
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
39
37
google.golang.org/grpc v1.65.0
40
38
gopkg.in/DataDog/dd-trace-go.v1 v1.48.0
41
39
gopkg.in/typ.v4 v4.1.0
42
40
)
43
41
44
42
require (
45
- cosmossdk.io/client/v2 v2.0.0-beta.1
43
+ cosmossdk.io/client/v2 v2.0.0-beta.4
46
44
cosmossdk.io/core v0.12.0
47
45
cosmossdk.io/errors v1.0.1
48
- cosmossdk.io/log v1.3.1
46
+ cosmossdk.io/log v1.4.0
49
47
cosmossdk.io/store v1.1.0
50
48
cosmossdk.io/tools/confix v0.1.1
51
49
cosmossdk.io/x/circuit v0.1.1
52
50
cosmossdk.io/x/evidence v0.1.0
53
51
cosmossdk.io/x/feegrant v0.1.0
54
- cosmossdk.io/x/tx v0.13.3
55
- cosmossdk.io/x/upgrade v0.1.3
52
+ cosmossdk.io/x/tx v0.13.4
53
+ cosmossdk.io/x/upgrade v0.1.4
56
54
github.com/burdiyan/kafkautil v0.0.0-20190131162249-eaf83ed22d5b
57
55
github.com/cosmos/cosmos-db v1.0.2
58
56
github.com/cosmos/iavl v1.1.2
59
57
github.com/cosmos/ibc-go/modules/capability v1.0.0
60
- github.com/cosmos/ibc-go/v8 v8.2.0
58
+ github.com/cosmos/ibc-go/v8 v8.3.2
61
59
github.com/cosmos/rosetta v0.50.3
62
60
github.com/deckarep/golang-set/v2 v2.6.0
63
61
github.com/ethereum/go-ethereum v1.14.7
64
62
github.com/go-kit/log v0.2.1
65
63
github.com/hashicorp/go-metrics v0.5.3
66
64
github.com/ory/dockertest/v3 v3.10.0
67
65
github.com/pelletier/go-toml v1.9.5
68
- github.com/rs/zerolog v1.32 .0
66
+ github.com/rs/zerolog v1.33 .0
69
67
github.com/shopspring/decimal v1.3.1
70
- github.com/skip-mev/slinky v1.0.5-0.20240724231039-9f85f7f0f7cb
68
+ github.com/skip-mev/slinky v1.0.8
71
69
github.com/spf13/viper v1.19.0
72
70
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
73
- go.uber.org/zap v1.27.0
74
- google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157
71
+ google.golang.org/genproto/googleapis/api v0.0.0-20240725223205-93522f1f2a9f
75
72
google.golang.org/protobuf v1.34.2
76
73
gotest.tools/v3 v3.5.1
77
74
)
@@ -136,7 +133,6 @@ require (
136
133
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
137
134
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
138
135
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
139
- github.com/cespare/xxhash v1.1.0 // indirect
140
136
github.com/cespare/xxhash/v2 v2.3.0 // indirect
141
137
github.com/charithe/durationcheck v0.0.10 // indirect
142
138
github.com/chavacava/garif v0.1.0 // indirect
@@ -157,7 +153,7 @@ require (
157
153
github.com/cosmos/btcutil v1.0.5 // indirect
158
154
github.com/cosmos/gogogateway v1.2.0 // indirect
159
155
github.com/cosmos/ics23/go v0.10.0 // indirect
160
- github.com/cosmos/interchain-security/v5 v5.0.0 // indirect
156
+ github.com/cosmos/interchain-security/v5 v5.1.1 // indirect
161
157
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
162
158
github.com/cosmos/rosetta-sdk-go v0.10.0 // indirect
163
159
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
@@ -171,9 +167,8 @@ require (
171
167
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
172
168
github.com/denis-tingaikin/go-header v0.5.0 // indirect
173
169
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
174
- github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
170
+ github.com/dgraph-io/badger/v4 v4.2.0 // indirect
175
171
github.com/dgraph-io/ristretto v0.1.1 // indirect
176
- github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
177
172
github.com/docker/cli v23.0.1+incompatible // indirect
178
173
github.com/docker/docker v23.0.1+incompatible // indirect
179
174
github.com/docker/go-connections v0.4.0 // indirect
@@ -230,6 +225,7 @@ require (
230
225
github.com/golangci/revgrep v0.5.3 // indirect
231
226
github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed // indirect
232
227
github.com/google/btree v1.1.2 // indirect
228
+ github.com/google/flatbuffers v2.0.8+incompatible // indirect
233
229
github.com/google/orderedcode v0.0.1 // indirect
234
230
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
235
231
github.com/google/s2a-go v0.1.7 // indirect
@@ -410,7 +406,7 @@ require (
410
406
gitlab.com/bosi/decorder v0.4.2 // indirect
411
407
go-simpler.org/musttag v0.12.2 // indirect
412
408
go-simpler.org/sloglint v0.7.1 // indirect
413
- go.etcd.io/bbolt v1.3.8 // indirect
409
+ go.etcd.io/bbolt v1.4.0-alpha.0.0.20240404170359-43604f3112c5 // indirect
414
410
go.mongodb.org/mongo-driver v1.11.0 // indirect
415
411
go.opencensus.io v0.24.0 // indirect
416
412
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
@@ -421,19 +417,20 @@ require (
421
417
go.uber.org/automaxprocs v1.5.3 // indirect
422
418
go.uber.org/multierr v1.11.0 // indirect
423
419
go.uber.org/ratelimit v0.2.0 // indirect
420
+ go.uber.org/zap v1.27.0 // indirect
424
421
golang.org/x/crypto v0.25.0 // indirect
425
422
golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f // indirect
426
423
golang.org/x/mod v0.19.0 // indirect
427
424
golang.org/x/net v0.27.0 // indirect
428
425
golang.org/x/oauth2 v0.20.0 // indirect
429
- golang.org/x/sync v0.7 .0 // indirect
426
+ golang.org/x/sync v0.8 .0 // indirect
430
427
golang.org/x/sys v0.22.0 // indirect
431
428
golang.org/x/term v0.22.0 // indirect
432
429
golang.org/x/text v0.16.0 // indirect
433
430
golang.org/x/time v0.5.0 // indirect
434
431
golang.org/x/tools v0.23.0 // indirect
435
432
google.golang.org/api v0.171.0 // indirect
436
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240709173604-40e1e62336c5 // indirect
433
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade // indirect
437
434
gopkg.in/ini.v1 v1.67.0 // indirect
438
435
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
439
436
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments