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.
17 lines
764 B
17 lines
764 B
module code.rocketnine.space/tslocum/gmenu |
|
|
|
go 1.12 |
|
|
|
require ( |
|
code.rocketnine.space/tslocum/cview v1.5.7 |
|
code.rocketnine.space/tslocum/desktop v0.1.6-0.20210710150012-8bd74b40a298 |
|
github.com/diamondburned/gotk4/pkg v0.0.0-20220305042118-cfb7981704dc |
|
github.com/gdamore/tcell/v2 v2.4.1-0.20220305021509-8b074c48d649 |
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 |
|
github.com/lithammer/fuzzysearch v1.1.3 |
|
github.com/mattn/go-isatty v0.0.14 |
|
github.com/mattn/go-runewidth v0.0.14-0.20220218133654-a014e9691005 // indirect |
|
go4.org/unsafe/assume-no-moving-gc v0.0.0-20211027215541-db492cf91b37 // indirect |
|
golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7 // indirect |
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect |
|
)
|
|
|