From 8913a7befa37587774c9aab8c5f961fc1c881413 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 7 Aug 2024 03:47:58 -0700 Subject: [PATCH] fix(deps): update github.com/rivo/tview digest to a8dd879 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e2a64c1..67d77a5 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/charmbracelet/bubbletea v0.26.6 github.com/charmbracelet/lipgloss v0.12.1 github.com/lmittmann/tint v1.0.5 - github.com/rivo/tview v0.0.0-20240625185742-b0a7293b8130 + github.com/rivo/tview v0.0.0-20240807095714-a8dd8799d63b github.com/urfave/cli/v3 v3.0.0-alpha9 github.com/zmb3/spotify/v2 v2.4.2 go.uber.org/fx v1.22.1 diff --git a/go.sum b/go.sum index 7f49ae3..e3bbf34 100644 --- a/go.sum +++ b/go.sum @@ -226,6 +226,8 @@ github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94 github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= github.com/rivo/tview v0.0.0-20240625185742-b0a7293b8130 h1:o1CYtoFOm6xJK3DvDAEG5wDJPLj+SoxUtUDFaQgt1iY= github.com/rivo/tview v0.0.0-20240625185742-b0a7293b8130/go.mod h1:02iFIz7K/A9jGCvrizLPvoqr4cEIx7q54RH5Qudkrss= +github.com/rivo/tview v0.0.0-20240807095714-a8dd8799d63b h1:Byi8/axDM5ni1avgbZxrghhlLgEj0og9/6gG7AUzNug= +github.com/rivo/tview v0.0.0-20240807095714-a8dd8799d63b/go.mod h1:02iFIz7K/A9jGCvrizLPvoqr4cEIx7q54RH5Qudkrss= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.3/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=