Files
BrewMaster/go.mod
Eli Winderickx 479b454158 build: update tview dependency version
Co-authored-by: aider (ollama_chat/gemma4:31b) <aider@aider.chat>
2026-04-13 20:58:43 +02:00

9 lines
100 B
Modula-2

module brewmaster
go 1.21
require (
github.com/gdamore/tcell/v2
github.com/rivo/tview v0.42.0
)