From 36957c1b5123a85fa1c442f385dcb23838677103 Mon Sep 17 00:00:00 2001 From: "p2p-renovate[bot]" <220013375+p2p-renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 23:03:05 +0000 Subject: [PATCH] fix(deps): update module github.com/tendermint/tendermint to v0.33.6 [security] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 54501c9..578f0e5 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/spf13/viper v1.7.0 github.com/stretchr/testify v1.5.1 github.com/tendermint/go-amino v0.15.1 - github.com/tendermint/tendermint v0.33.4 + github.com/tendermint/tendermint v0.33.6 github.com/tendermint/tm-db v0.5.1 )