@@ -6,7 +6,7 @@ require (
6
6
code.vegaprotocol.io/shared v0.0.0-20230119125558-bda6563e1c7a
7
7
code.vegaprotocol.io/vega v0.73.9
8
8
github.com/cometbft/cometbft-db v0.7.0
9
- github.com/cosmos/iavl v0.20.0
9
+ github.com/cosmos/iavl v0.21.1
10
10
github.com/ethereum/go-ethereum v1.11.6
11
11
github.com/gdamore/tcell/v2 v2.7.0
12
12
github.com/gogo/protobuf v1.3.2
@@ -21,10 +21,20 @@ require (
21
21
)
22
22
23
23
require (
24
+ github.com/DataDog/zstd v1.5.2 // indirect
24
25
github.com/StackExchange/wmi v1.2.1 // indirect
26
+ github.com/beorn7/perks v1.0.1 // indirect
25
27
github.com/btcsuite/btcd/btcec/v2 v2.2.1 // indirect
26
28
github.com/cespare/xxhash v1.1.0 // indirect
29
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
30
+ github.com/cockroachdb/errors v1.9.1 // indirect
31
+ github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
32
+ github.com/cockroachdb/pebble v0.0.0-20230209160836-829675f94811 // indirect
33
+ github.com/cockroachdb/redact v1.1.3 // indirect
27
34
github.com/confio/ics23/go v0.9.0 // indirect
35
+ github.com/cosmos/cosmos-db v0.0.0-20220822060143-23a8145386c0 // indirect
36
+ github.com/cosmos/gogoproto v1.4.3 // indirect
37
+ github.com/cosmos/ics23/go v0.10.0 // indirect
28
38
github.com/davecgh/go-spew v1.1.1 // indirect
29
39
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
30
40
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
@@ -35,6 +45,7 @@ require (
35
45
github.com/dustin/go-humanize v1.0.1 // indirect
36
46
github.com/fsnotify/fsnotify v1.6.0 // indirect
37
47
github.com/gdamore/encoding v1.0.0 // indirect
48
+ github.com/getsentry/sentry-go v0.18.0 // indirect
38
49
github.com/go-ole/go-ole v1.2.6 // indirect
39
50
github.com/go-pkgz/expirable-cache v0.1.0 // indirect
40
51
github.com/go-stack/stack v1.8.1 // indirect
@@ -48,12 +59,21 @@ require (
48
59
github.com/inconshreveable/mousetrap v1.1.0 // indirect
49
60
github.com/jmhodges/levigo v1.0.0 // indirect
50
61
github.com/klauspost/compress v1.16.4 // indirect
62
+ github.com/kr/pretty v0.3.1 // indirect
63
+ github.com/kr/text v0.2.0 // indirect
64
+ github.com/linxGnu/grocksdb v1.7.4 // indirect
51
65
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
52
66
github.com/mattn/go-runewidth v0.0.15 // indirect
67
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
53
68
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
54
69
github.com/pkg/errors v0.9.1 // indirect
55
70
github.com/pmezard/go-difflib v1.0.0 // indirect
71
+ github.com/prometheus/client_golang v1.14.0 // indirect
72
+ github.com/prometheus/client_model v0.3.0 // indirect
73
+ github.com/prometheus/common v0.42.0 // indirect
74
+ github.com/prometheus/procfs v0.9.0 // indirect
56
75
github.com/rivo/uniseg v0.4.3 // indirect
76
+ github.com/rogpeppe/go-internal v1.9.0 // indirect
57
77
github.com/satori/go.uuid v1.2.0 // indirect
58
78
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
59
79
github.com/spf13/pflag v1.0.5 // indirect
@@ -65,13 +85,14 @@ require (
65
85
go.uber.org/multierr v1.11.0 // indirect
66
86
go.uber.org/zap v1.24.0 // indirect
67
87
golang.org/x/crypto v0.14.0 // indirect
88
+ golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
68
89
golang.org/x/net v0.17.0 // indirect
69
90
golang.org/x/sync v0.1.0 // indirect
70
91
golang.org/x/sys v0.15.0 // indirect
71
92
golang.org/x/term v0.15.0 // indirect
72
93
golang.org/x/text v0.14.0 // indirect
73
94
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
74
- gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
95
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
75
96
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
76
97
gopkg.in/yaml.v3 v3.0.1 // indirect
77
98
)
0 commit comments