From 3faa713546f3fa3c269848aea572706d8a81882e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 14:48:31 +0000 Subject: [PATCH] fix(deps): update module github.com/charmbracelet/huh to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3f4652e..fd1deab 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.24.2 require ( github.com/charmbracelet/bubbles/v2 v2.0.0-beta.1 github.com/charmbracelet/bubbletea/v2 v2.0.0-beta1 - github.com/charmbracelet/huh v0.6.0 + github.com/charmbracelet/huh/v2 v2.0.1 github.com/charmbracelet/lipgloss/v2 v2.0.0-beta1 github.com/sirupsen/logrus v1.9.3 github.com/stretchr/testify v1.10.0