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; 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=