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.
13 lines
337 B
13 lines
337 B
5 years ago
|
module github.com/Rudi9719/kbtui
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/awesome-gocui/gocui v0.6.0
|
||
|
github.com/magefile/mage v1.9.0
|
||
|
github.com/mattn/go-runewidth v0.0.5 // indirect
|
||
|
github.com/pelletier/go-toml v1.5.0
|
||
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
||
|
samhofi.us/x/keybase v0.0.0-20191023034410-b00e56e8dd3c
|
||
|
)
|