2021-04-15 02:36:54 +00:00
|
|
|
module code.rocketnine.space/tslocum/gmenu
|
2019-06-26 16:00:25 +00:00
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2023-05-23 04:37:30 +00:00
|
|
|
code.rocketnine.space/tslocum/cview v1.5.8
|
2021-07-10 15:27:07 +00:00
|
|
|
code.rocketnine.space/tslocum/desktop v0.1.6-0.20210710150012-8bd74b40a298
|
2023-05-23 04:37:30 +00:00
|
|
|
github.com/diamondburned/gotk4/pkg v0.0.5
|
|
|
|
github.com/gdamore/tcell/v2 v2.6.0
|
2019-07-16 05:16:50 +00:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
2023-05-23 04:37:30 +00:00
|
|
|
github.com/lithammer/fuzzysearch v1.1.8
|
|
|
|
github.com/mattn/go-isatty v0.0.19
|
|
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
|
|
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230426161633-7e06285ff160 // indirect
|
|
|
|
golang.org/x/sync v0.2.0 // indirect
|
|
|
|
golang.org/x/term v0.8.0 // indirect
|
2019-06-26 16:00:25 +00:00
|
|
|
)
|