Files
BrewMaster/go.mod
Eli Winderickx f3032674f6 feat: implement initial BrewMaster TUI skeleton
Co-authored-by: aider (ollama_chat/gemma4:31b) <aider@aider.chat>
2026-04-13 20:34:33 +02:00

9 lines
134 B
Modula-2

module brewmaster
go 1.21
require (
github.com/gdamore/tcell/v2 v2.7.0
github.com/rivo/tview v0.0.0-20231011143503-311331111111
)