build: update tview dependency version

Co-authored-by: aider (ollama_chat/gemma4:31b) <aider@aider.chat>
This commit is contained in:
2026-04-13 20:58:43 +02:00
parent f3032674f6
commit 479b454158

4
go.mod
View File

@@ -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
)