|
1 | 1 | module code.vegaprotocol.io/vegatools
|
2 | 2 |
|
3 |
| -go 1.21.5 |
| 3 | +go 1.22.2 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | code.vegaprotocol.io/shared v0.0.0-20230119125558-bda6563e1c7a
|
7 | 7 | code.vegaprotocol.io/vega v0.75.8
|
8 |
| - github.com/cometbft/cometbft-db v0.7.0 |
| 8 | + github.com/cometbft/cometbft-db v0.12.0 |
9 | 9 | github.com/cosmos/iavl v0.20.0
|
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
|
13 | 13 | github.com/prometheus-community/pro-bing v0.1.0
|
14 | 14 | github.com/shopspring/decimal v1.3.1
|
15 | 15 | github.com/spf13/cobra v1.8.0
|
16 |
| - github.com/stretchr/testify v1.8.4 |
| 16 | + github.com/stretchr/testify v1.9.0 |
17 | 17 | github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a
|
18 | 18 | go.nanomsg.org/mangos/v3 v3.4.2
|
19 | 19 | google.golang.org/grpc v1.60.0
|
20 | 20 | google.golang.org/protobuf v1.31.0
|
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.3.2 // indirect
|
26 | 28 | github.com/cespare/xxhash v1.1.0 // indirect
|
27 | 29 | github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
| 30 | + github.com/cockroachdb/errors v1.11.1 // indirect |
| 31 | + github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect |
| 32 | + github.com/cockroachdb/pebble v1.1.0 // indirect |
| 33 | + github.com/cockroachdb/redact v1.1.5 // indirect |
| 34 | + github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect |
28 | 35 | github.com/confio/ics23/go v0.9.0 // indirect
|
29 | 36 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
30 | 37 | github.com/deckarep/golang-set/v2 v2.1.0 // indirect
|
31 | 38 | github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
|
32 | 39 | github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
|
| 40 | + github.com/dgraph-io/badger/v4 v4.2.0 // indirect |
33 | 41 | github.com/dgraph-io/ristretto v0.1.1 // indirect
|
34 | 42 | github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
|
35 | 43 | github.com/didip/tollbooth/v7 v7.0.1 // indirect
|
36 | 44 | github.com/dustin/go-humanize v1.0.1 // indirect
|
37 | 45 | github.com/fsnotify/fsnotify v1.7.0 // indirect
|
38 | 46 | github.com/gdamore/encoding v1.0.0 // indirect
|
| 47 | + github.com/getsentry/sentry-go v0.18.0 // indirect |
39 | 48 | github.com/go-ole/go-ole v1.2.6 // indirect
|
40 | 49 | github.com/go-pkgz/expirable-cache v0.1.0 // indirect
|
41 | 50 | github.com/go-stack/stack v1.8.1 // indirect
|
42 | 51 | github.com/golang/glog v1.1.2 // indirect
|
| 52 | + github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
43 | 53 | github.com/golang/protobuf v1.5.3 // indirect
|
44 | 54 | github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
|
45 | 55 | github.com/google/btree v1.1.2 // indirect
|
| 56 | + github.com/google/flatbuffers v1.12.1 // indirect |
46 | 57 | github.com/google/uuid v1.4.0 // indirect
|
47 | 58 | github.com/gorilla/websocket v1.5.0 // indirect
|
48 | 59 | github.com/grpc-ecosystem/grpc-gateway/v2 v2.9.0 // indirect
|
49 | 60 | github.com/holiman/uint256 v1.2.2-0.20230321075855-87b91420868c // indirect
|
50 | 61 | github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
51 | 62 | github.com/jmhodges/levigo v1.0.0 // indirect
|
52 | 63 | github.com/klauspost/compress v1.17.0 // indirect
|
| 64 | + github.com/kr/pretty v0.3.1 // indirect |
| 65 | + github.com/kr/text v0.2.0 // indirect |
| 66 | + github.com/linxGnu/grocksdb v1.8.14 // indirect |
53 | 67 | github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
54 | 68 | github.com/mattn/go-runewidth v0.0.15 // indirect
|
| 69 | + github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect |
55 | 70 | github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
56 | 71 | github.com/pkg/errors v0.9.1 // indirect
|
57 | 72 | github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
| 73 | + github.com/prometheus/client_golang v1.16.0 // indirect |
| 74 | + github.com/prometheus/client_model v0.4.0 // indirect |
| 75 | + github.com/prometheus/common v0.44.0 // indirect |
| 76 | + github.com/prometheus/procfs v0.12.0 // indirect |
58 | 77 | github.com/rivo/uniseg v0.4.3 // indirect
|
| 78 | + github.com/rogpeppe/go-internal v1.10.0 // indirect |
59 | 79 | github.com/satori/go.uuid v1.2.0 // indirect
|
60 | 80 | github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
|
61 | 81 | github.com/spf13/pflag v1.0.5 // indirect
|
62 | 82 | github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
|
63 | 83 | github.com/tklauser/go-sysconf v0.3.10 // indirect
|
64 | 84 | github.com/tklauser/numcpus v0.4.0 // indirect
|
65 |
| - go.etcd.io/bbolt v1.3.6 // indirect |
| 85 | + go.etcd.io/bbolt v1.4.0-alpha.0.0.20240404170359-43604f3112c5 // indirect |
| 86 | + go.opencensus.io v0.24.0 // indirect |
66 | 87 | go.uber.org/multierr v1.11.0 // indirect
|
67 | 88 | go.uber.org/zap v1.25.0 // indirect
|
68 | 89 | golang.org/x/crypto v0.18.0 // indirect
|
| 90 | + golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect |
69 | 91 | golang.org/x/net v0.20.0 // indirect
|
70 |
| - golang.org/x/sync v0.5.0 // indirect |
71 |
| - golang.org/x/sys v0.16.0 // indirect |
| 92 | + golang.org/x/sync v0.6.0 // indirect |
| 93 | + golang.org/x/sys v0.18.0 // indirect |
72 | 94 | golang.org/x/term v0.16.0 // indirect
|
73 | 95 | golang.org/x/text v0.14.0 // indirect
|
74 | 96 | google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
|
75 | 97 | google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
|
76 | 98 | google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
|
77 |
| - gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect |
| 99 | + gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
78 | 100 | gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
|
79 | 101 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
80 | 102 | )
|
|
0 commit comments