From 7f17770ea55b14516f0a702f5e1096eba37e6c65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 04:55:53 +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