mirror of https://github.com/Rudi9719/kbtui.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
517 B
16 lines
517 B
module github.com/rudi9719/kbtui |
|
|
|
go 1.16 |
|
|
|
require ( |
|
github.com/awesome-gocui/gocui v1.0.0 |
|
github.com/gdamore/tcell/v2 v2.3.5 // indirect |
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect |
|
github.com/magefile/mage v1.11.0 |
|
github.com/mattn/go-runewidth v0.0.13 // indirect |
|
github.com/pelletier/go-toml v1.9.1 |
|
golang.org/x/sys v0.0.0-20210601080250-7ecdf8ef093b // indirect |
|
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect |
|
golang.org/x/text v0.3.6 // indirect |
|
samhofi.us/x/keybase v1.0.0 |
|
)
|
|
|