mblaze-ui

A minimal TUI for the mblaze email client

git clone https://git.8pit.net/mblaze-ui.git

 1module github.com/nmeum/mblaze-ui
 2
 3go 1.21.0
 4
 5require (
 6	github.com/gdamore/tcell/v2 v2.6.0
 7	github.com/mattn/go-runewidth v0.0.14
 8)
 9
10require (
11	github.com/gdamore/encoding v1.0.0 // indirect
12	github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
13	github.com/rivo/uniseg v0.4.3 // indirect
14	golang.org/x/sys v0.5.0 // indirect
15	golang.org/x/term v0.5.0 // indirect
16	golang.org/x/text v0.7.0 // indirect
17)