feat: implement initial BrewMaster TUI skeleton

Co-authored-by: aider (ollama_chat/gemma4:31b) <aider@aider.chat>
This commit is contained in:
2026-04-13 20:34:33 +02:00
commit f3032674f6
2 changed files with 75 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module brewmaster
go 1.21
require (
github.com/gdamore/tcell/v2 v2.7.0
github.com/rivo/tview v0.0.0-20231011143503-311331111111
)