From 820a676709f8fc7bfe554b68f09f57f33ba4b85c Mon Sep 17 00:00:00 2001 From: Levi Schoen Date: Tue, 12 Mar 2024 12:04:10 -0700 Subject: [PATCH] upgrade to iavl v1 (#1845) --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index a5cdd699..8c8f9b29 100644 --- a/go.mod +++ b/go.mod @@ -81,6 +81,7 @@ require ( github.com/coinbase/rosetta-sdk-go v0.7.9 // indirect github.com/confio/ics23/go v0.9.0 // indirect github.com/cosmos/btcutil v1.0.5 // indirect + github.com/cosmos/cosmos-db v1.0.0 // indirect github.com/cosmos/gogogateway v1.2.0 // indirect github.com/cosmos/ics23/go v0.10.0 // indirect github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect