From 1ebc606d4842115fc0520f55e97fd6ebf38ed058 Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Tue, 16 Jun 2026 21:40:54 +0000 Subject: [PATCH] chore(deps): github.com/charmbracelet/bubbletea ^ v2.0.7 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7be5875..73ea42f 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/floatpane/bubble-overlay go 1.26 require ( - github.com/charmbracelet/bubbletea v1.3.10 + github.com/charmbracelet/bubbletea/v2 v2.0.7 github.com/charmbracelet/lipgloss v1.1.0 github.com/charmbracelet/x/ansi v0.11.7 )