Skip to content

Commit

Permalink
iavl print
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Dec 22, 2023
1 parent d395698 commit cbc721b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ require (
replace (
// use cosmos fork of keyring
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
github.com/cosmos/iavl => github.com/czarcas7ic/iavl v1.0.1-0.20231222221742-b87619867c54
github.com/cosmos/iavl => github.com/czarcas7ic/iavl v1.0.1-0.20231222225230-9888ca64fe5e
// dgrijalva/jwt-go is deprecated and doesn't receive security updates.
// TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@ github.com/creachadair/taskgroup v0.3.2 h1:zlfutDS+5XG40AOxcHDSThxKzns8Tnr9jnr6V
github.com/creachadair/taskgroup v0.3.2/go.mod h1:wieWwecHVzsidg2CsUnFinW1faVN4+kq+TDlRJQ0Wbk=
github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/czarcas7ic/iavl v1.0.1-0.20231222221742-b87619867c54 h1:TXrP9AUy/Gxx1jpC9LmI8OsgB41kqoPhqUzpoTy+Zyk=
github.com/czarcas7ic/iavl v1.0.1-0.20231222221742-b87619867c54/go.mod h1:8xIUkgVvwvVrBu81scdPty+/Dx9GqwHnAvXz4cwF7RY=
github.com/czarcas7ic/iavl v1.0.1-0.20231222225230-9888ca64fe5e h1:DbttC81/W/Rc8+UxPSyaf3zqeVgynKV7CoolfqLfVjc=
github.com/czarcas7ic/iavl v1.0.1-0.20231222225230-9888ca64fe5e/go.mod h1:8xIUkgVvwvVrBu81scdPty+/Dx9GqwHnAvXz4cwF7RY=
github.com/danieljoos/wincred v1.1.2 h1:QLdCxFs1/Yl4zduvBdcHB8goaYk9RARS2SgLLRuAyr0=
github.com/danieljoos/wincred v1.1.2/go.mod h1:GijpziifJoIBfYh+S7BbkdUTU4LfM+QnGqR5Vl2tAx0=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit cbc721b

Please sign in to comment.