Skip to content

Commit fccbf5b

Browse files
fix(deps): update module github.com/cometbft/cometbft-db to v0.12.0
1 parent 8602550 commit fccbf5b

File tree

2 files changed

+117
-7
lines changed

2 files changed

+117
-7
lines changed

go.mod

+29-7
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,102 @@
11
module code.vegaprotocol.io/vegatools
22

3-
go 1.21.5
3+
go 1.22.2
44

55
require (
66
code.vegaprotocol.io/shared v0.0.0-20230119125558-bda6563e1c7a
77
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
99
github.com/cosmos/iavl v0.20.0
1010
github.com/ethereum/go-ethereum v1.11.6
1111
github.com/gdamore/tcell/v2 v2.7.0
1212
github.com/gogo/protobuf v1.3.2
1313
github.com/prometheus-community/pro-bing v0.1.0
1414
github.com/shopspring/decimal v1.3.1
1515
github.com/spf13/cobra v1.8.0
16-
github.com/stretchr/testify v1.8.4
16+
github.com/stretchr/testify v1.9.0
1717
github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a
1818
go.nanomsg.org/mangos/v3 v3.4.2
1919
google.golang.org/grpc v1.60.0
2020
google.golang.org/protobuf v1.31.0
2121
)
2222

2323
require (
24+
github.com/DataDog/zstd v1.5.2 // indirect
2425
github.com/StackExchange/wmi v1.2.1 // indirect
26+
github.com/beorn7/perks v1.0.1 // indirect
2527
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
2628
github.com/cespare/xxhash v1.1.0 // indirect
2729
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
2835
github.com/confio/ics23/go v0.9.0 // indirect
2936
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3037
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
3138
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
3239
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
40+
github.com/dgraph-io/badger/v4 v4.2.0 // indirect
3341
github.com/dgraph-io/ristretto v0.1.1 // indirect
3442
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
3543
github.com/didip/tollbooth/v7 v7.0.1 // indirect
3644
github.com/dustin/go-humanize v1.0.1 // indirect
3745
github.com/fsnotify/fsnotify v1.7.0 // indirect
3846
github.com/gdamore/encoding v1.0.0 // indirect
47+
github.com/getsentry/sentry-go v0.18.0 // indirect
3948
github.com/go-ole/go-ole v1.2.6 // indirect
4049
github.com/go-pkgz/expirable-cache v0.1.0 // indirect
4150
github.com/go-stack/stack v1.8.1 // indirect
4251
github.com/golang/glog v1.1.2 // indirect
52+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4353
github.com/golang/protobuf v1.5.3 // indirect
4454
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
4555
github.com/google/btree v1.1.2 // indirect
56+
github.com/google/flatbuffers v1.12.1 // indirect
4657
github.com/google/uuid v1.4.0 // indirect
4758
github.com/gorilla/websocket v1.5.0 // indirect
4859
github.com/grpc-ecosystem/grpc-gateway/v2 v2.9.0 // indirect
4960
github.com/holiman/uint256 v1.2.2-0.20230321075855-87b91420868c // indirect
5061
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5162
github.com/jmhodges/levigo v1.0.0 // indirect
5263
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
5367
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
5468
github.com/mattn/go-runewidth v0.0.15 // indirect
69+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
5570
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
5671
github.com/pkg/errors v0.9.1 // indirect
5772
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
5877
github.com/rivo/uniseg v0.4.3 // indirect
78+
github.com/rogpeppe/go-internal v1.10.0 // indirect
5979
github.com/satori/go.uuid v1.2.0 // indirect
6080
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
6181
github.com/spf13/pflag v1.0.5 // indirect
6282
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
6383
github.com/tklauser/go-sysconf v0.3.10 // indirect
6484
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
6687
go.uber.org/multierr v1.11.0 // indirect
6788
go.uber.org/zap v1.25.0 // indirect
6889
golang.org/x/crypto v0.18.0 // indirect
90+
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
6991
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
7294
golang.org/x/term v0.16.0 // indirect
7395
golang.org/x/text v0.14.0 // indirect
7496
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
7597
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
7698
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
78100
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
79101
gopkg.in/yaml.v3 v3.0.1 // indirect
80102
)

0 commit comments

Comments
 (0)