From 896340f158e15b20c95263ad88f09dfd359ac94d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 19:52:22 +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 11a8126..07b356c 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/ncode/pretty go 1.26 require ( - github.com/charmbracelet/bubbles v1.0.0 + github.com/charmbracelet/bubbles/v2 v2.0.0 github.com/charmbracelet/bubbletea v1.3.10 github.com/fatih/color v1.18.0 github.com/mitchellh/go-homedir v1.1.0