From deab5c15bb6862141edf4ec83ffc1ec52b5d763d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 17:34:50 +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 b1c107e..b11fab3 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module caching-proxy go 1.21 require ( - github.com/charmbracelet/bubbletea v0.27.1 + github.com/charmbracelet/bubbletea/v2 v2.0.6 github.com/charmbracelet/lipgloss v0.13.0 github.com/spf13/cobra v1.8.0 )