mblaze-ui

A minimal TUI for the mblaze email client

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

 1module git.8pit.net/mblaze-ui
 2
 3go 1.25.0
 4
 5require (
 6	github.com/gdamore/tcell/v2 v2.13.8
 7	github.com/mattn/go-runewidth v0.0.21
 8)
 9
10require (
11	github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
12	github.com/gdamore/encoding v1.0.1 // indirect
13	github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
14	github.com/rivo/uniseg v0.4.7 // indirect
15	golang.org/x/sys v0.42.0 // indirect
16	golang.org/x/term v0.40.0 // indirect
17	golang.org/x/text v0.34.0 // indirect
18)