First commit

This commit is contained in:
2026-04-14 19:03:23 +02:00
commit f5cc5ab1ce
4 changed files with 208 additions and 0 deletions

15
go.mod Normal file
View File

@@ -0,0 +1,15 @@
module brewmaster
go 1.26.2
require (
github.com/gdamore/encoding v1.0.1 // indirect
github.com/gdamore/tcell/v2 v2.13.8 // indirect
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/tview v0.42.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/term v0.37.0 // indirect
golang.org/x/text v0.31.0 // indirect
)