From 531e69bc258741213650a5ac2b857a9db7fbd875 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 15:48:17 +0000 Subject: [PATCH 1/2] fix(deps): update module charm.land/bubbletea/v2 to v2.0.9 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ccfbb50..354b23e 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ toolchain go1.26.5 require ( charm.land/bubbles/v2 v2.1.1 - charm.land/bubbletea/v2 v2.0.8 + charm.land/bubbletea/v2 v2.0.9 charm.land/huh/v2 v2.0.3 charm.land/lipgloss/v2 v2.0.5 github.com/coreos/go-oidc/v3 v3.20.0 diff --git a/go.sum b/go.sum index aa411d9..db68f71 100644 --- a/go.sum +++ b/go.sum @@ -6,6 +6,8 @@ charm.land/bubbletea/v2 v2.0.7 h1:7qw2tTAVar7m7klOPBYfTB0mniv/RuexsYwMRNxSeL0= charm.land/bubbletea/v2 v2.0.7/go.mod h1:DGW2q8gvzHnOpMpZTORs0aySVHCox5C+2Svk0fci1qs= charm.land/bubbletea/v2 v2.0.8 h1:SxTJMhCAI3lbPmy4SgX5LWZ24AdINr4I6UEqzZvYJuY= charm.land/bubbletea/v2 v2.0.8/go.mod h1:2SkdgoTXluXJHOUwAoRlRXF/28vklb1rFl6GcgV1/ss= +charm.land/bubbletea/v2 v2.0.9 h1:DpJCMWKgzQK8SJv4zbKKFHAI10ymWy/evClPFk0k0f8= +charm.land/bubbletea/v2 v2.0.9/go.mod h1:2SkdgoTXluXJHOUwAoRlRXF/28vklb1rFl6GcgV1/ss= charm.land/huh/v2 v2.0.3 h1:2cJsMqEPwSywGHvdlKsJyQKPtSJLVnFKyFbsYZTlLkU= charm.land/huh/v2 v2.0.3/go.mod h1:93eEveeeqn47MwiC3tf+2atZ2l7Is88rAtmZNZ8x9Wc= charm.land/lipgloss/v2 v2.0.4 h1:lcPeVtcp23SNra7lHy8iYE4UC2aIipVQ47sbGyyxR5Q= From f1abbb1f8aa620623dc047fc67a33463889057a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 19 Aug 2026 15:52:24 +0000 Subject: [PATCH 2/2] chore(nix): update vendorHash for go deps --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c8e47e1..36106ac 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ # Hash of Go module dependencies. # Update this after changing go.mod/go.sum: # task nix-update-hash - vendorHash = "sha256-COLwu6w7Vwqa35uCjam1d1oyGqGTtM5JqD3N1mgRusM="; + vendorHash = "sha256-gyi3R5PzA5gouFbVRHkGdwg5nymo4ZeuTipRWv0Y/G4="; env.CGO_ENABLED = 0;