From 9497677d5488f1ecfc5d1cfc59399167e5c9f49f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:38:28 +0000 Subject: [PATCH] fix(deps): update module github.com/charmbracelet/bubbletea to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 18058c5..694c43e 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.24.0 require ( github.com/charmbracelet/bubbles v0.21.0 - github.com/charmbracelet/bubbletea v1.3.9 + github.com/charmbracelet/bubbletea/v2 v2.0.8 github.com/charmbracelet/lipgloss v1.1.0 github.com/lrstanley/bubblezone v1.0.0 github.com/spf13/cobra v1.10.1