From 0c83020ed46dc3dad3cdad0a1669e922155cdbe3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 14:12:37 +0000 Subject: [PATCH] fix(deps): update module github.com/charmbracelet/bubbles to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 84ec6be..eab13d5 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.25.8 require ( charm.land/lipgloss/v2 v2.0.3 github.com/EnclaveRunner/sdk-go v0.1.0 - github.com/charmbracelet/bubbles v1.0.0 + github.com/charmbracelet/bubbles/v2 v2.1.1 github.com/charmbracelet/bubbletea v1.3.10 github.com/rs/zerolog v1.35.1 github.com/spf13/cobra v1.10.2