From 479b454158ee5b179378aff4756513b0935812cd Mon Sep 17 00:00:00 2001 From: Eli Winderickx Date: Mon, 13 Apr 2026 20:58:43 +0200 Subject: [PATCH] build: update tview dependency version Co-authored-by: aider (ollama_chat/gemma4:31b) --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 047ef01..05de138 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module brewmaster go 1.21 require ( - github.com/gdamore/tcell/v2 v2.7.0 - github.com/rivo/tview v0.0.0-20231011143503-311331111111 + github.com/gdamore/tcell/v2 + github.com/rivo/tview v0.42.0 )