9 lines
134 B
Modula-2
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
|
|
)
|