Skip to content

Commit ce11516

Browse files
fix(deps): update module github.com/cosmos/iavl to v0.21.1
1 parent bc47948 commit ce11516

File tree

2 files changed

+237
-2
lines changed

2 files changed

+237
-2
lines changed

go.mod

+23-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
code.vegaprotocol.io/shared v0.0.0-20230119125558-bda6563e1c7a
77
code.vegaprotocol.io/vega v0.73.9
88
github.com/cometbft/cometbft-db v0.7.0
9-
github.com/cosmos/iavl v0.20.0
9+
github.com/cosmos/iavl v0.21.1
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
@@ -21,10 +21,20 @@ require (
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.2.1 // indirect
2628
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
2734
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
2838
github.com/davecgh/go-spew v1.1.1 // indirect
2939
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
3040
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
@@ -35,6 +45,7 @@ require (
3545
github.com/dustin/go-humanize v1.0.1 // indirect
3646
github.com/fsnotify/fsnotify v1.6.0 // indirect
3747
github.com/gdamore/encoding v1.0.0 // indirect
48+
github.com/getsentry/sentry-go v0.18.0 // indirect
3849
github.com/go-ole/go-ole v1.2.6 // indirect
3950
github.com/go-pkgz/expirable-cache v0.1.0 // indirect
4051
github.com/go-stack/stack v1.8.1 // indirect
@@ -48,12 +59,21 @@ require (
4859
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4960
github.com/jmhodges/levigo v1.0.0 // indirect
5061
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
5165
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
5266
github.com/mattn/go-runewidth v0.0.15 // indirect
67+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
5368
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
5469
github.com/pkg/errors v0.9.1 // indirect
5570
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
5675
github.com/rivo/uniseg v0.4.3 // indirect
76+
github.com/rogpeppe/go-internal v1.9.0 // indirect
5777
github.com/satori/go.uuid v1.2.0 // indirect
5878
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
5979
github.com/spf13/pflag v1.0.5 // indirect
@@ -65,13 +85,14 @@ require (
6585
go.uber.org/multierr v1.11.0 // indirect
6686
go.uber.org/zap v1.24.0 // indirect
6787
golang.org/x/crypto v0.14.0 // indirect
88+
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
6889
golang.org/x/net v0.17.0 // indirect
6990
golang.org/x/sync v0.1.0 // indirect
7091
golang.org/x/sys v0.15.0 // indirect
7192
golang.org/x/term v0.15.0 // indirect
7293
golang.org/x/text v0.14.0 // indirect
7394
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
7596
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
7697
gopkg.in/yaml.v3 v3.0.1 // indirect
7798
)

0 commit comments

Comments
 (0)