From bc2a82bd5f177b57cacad6ac0a2fe6da383cda9d Mon Sep 17 00:00:00 2001 From: Adam Tucker Date: Wed, 27 Dec 2023 13:39:40 -0700 Subject: [PATCH] include 3 commits --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b4088eb5379f..d66c54520467 100644 --- a/go.mod +++ b/go.mod @@ -26,7 +26,7 @@ require ( github.com/cosmos/go-bip39 v1.0.0 github.com/cosmos/gogogateway v1.2.0 github.com/cosmos/gogoproto v1.4.10 - github.com/cosmos/iavl v1.0.1-0.20231223035538-ae885e64439f + github.com/cosmos/iavl v1.0.1-0.20231224183638-b589c452c833 github.com/cosmos/ics23/go v0.10.0 github.com/cosmos/ledger-cosmos-go v0.12.1 github.com/golang/mock v1.6.0 diff --git a/go.sum b/go.sum index 6e537a521e14..7bae6def72b4 100644 --- a/go.sum +++ b/go.sum @@ -363,8 +363,8 @@ github.com/cosmos/gogogateway v1.2.0/go.mod h1:iQpLkGWxYcnCdz5iAdLcRBSw3h7NXeOkZ github.com/cosmos/gogoproto v1.4.2/go.mod h1:cLxOsn1ljAHSV527CHOtaIP91kK6cCrZETRBrkzItWU= github.com/cosmos/gogoproto v1.4.10 h1:QH/yT8X+c0F4ZDacDv3z+xE3WU1P1Z3wQoLMBRJoKuI= github.com/cosmos/gogoproto v1.4.10/go.mod h1:3aAZzeRWpAwr+SS/LLkICX2/kDFyaYVzckBDzygIxek= -github.com/cosmos/iavl v1.0.1-0.20231223035538-ae885e64439f h1:LhfO5iiNHFxJ7OadnMPUk9+5CbOQc6cwHnq2ZT26T3s= -github.com/cosmos/iavl v1.0.1-0.20231223035538-ae885e64439f/go.mod h1:8xIUkgVvwvVrBu81scdPty+/Dx9GqwHnAvXz4cwF7RY= +github.com/cosmos/iavl v1.0.1-0.20231224183638-b589c452c833 h1:2KrFurjVG4gyma4oJVWabUNHHPzqR5Ga4omCwtNAlJk= +github.com/cosmos/iavl v1.0.1-0.20231224183638-b589c452c833/go.mod h1:8xIUkgVvwvVrBu81scdPty+/Dx9GqwHnAvXz4cwF7RY= github.com/cosmos/ics23/go v0.10.0 h1:iXqLLgp2Lp+EdpIuwXTYIQU+AiHj9mOC2X9ab++bZDM= github.com/cosmos/ics23/go v0.10.0/go.mod h1:ZfJSmng/TBNTBkFemHHHj5YY7VAU/MBU980F4VU1NG0= github.com/cosmos/keyring v1.2.0 h1:8C1lBP9xhImmIabyXW4c3vFjjLiBdGCmfLUfeZlV1Yo=