After testing, decided to use bubble tea as tui library
This commit is contained in:
parent
62635076c3
commit
d787eb28db
4 changed files with 69 additions and 65 deletions
14
go.mod
14
go.mod
|
@ -3,19 +3,25 @@ module github.com/HikariKnight/quickpassthrough
|
|||
go 1.20
|
||||
|
||||
require (
|
||||
code.rocketnine.space/tslocum/cview v1.5.8
|
||||
github.com/HikariKnight/ls-iommu v0.0.0-20230405132048-f543a620b6b6
|
||||
github.com/akamensky/argparse v1.4.0
|
||||
github.com/cavaliergopher/grab/v3 v3.0.1
|
||||
github.com/charmbracelet/bubbletea v0.23.2
|
||||
)
|
||||
|
||||
require (
|
||||
code.rocketnine.space/tslocum/cbind v0.1.5 // indirect
|
||||
github.com/gdamore/encoding v1.0.0 // indirect
|
||||
github.com/gdamore/tcell/v2 v2.6.0 // indirect
|
||||
github.com/aymanbagabas/go-osc52 v1.2.1 // indirect
|
||||
github.com/containerd/console v1.0.3 // indirect
|
||||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
||||
github.com/mattn/go-isatty v0.0.17 // indirect
|
||||
github.com/mattn/go-localereader v0.0.1 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.14 // indirect
|
||||
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
|
||||
github.com/muesli/cancelreader v0.2.2 // indirect
|
||||
github.com/muesli/reflow v0.3.0 // indirect
|
||||
github.com/muesli/termenv v0.14.0 // indirect
|
||||
github.com/rivo/uniseg v0.4.3 // indirect
|
||||
golang.org/x/sync v0.1.0 // indirect
|
||||
golang.org/x/sys v0.5.0 // indirect
|
||||
golang.org/x/term v0.5.0 // indirect
|
||||
golang.org/x/text v0.7.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue