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
419 B
13 lines
419 B
module code.rocketnine.space/tslocum/cview |
|
|
|
go 1.12 |
|
|
|
require ( |
|
code.rocketnine.space/tslocum/cbind v0.1.5 |
|
github.com/gdamore/tcell/v2 v2.5.2 |
|
github.com/lucasb-eyer/go-colorful v1.2.0 |
|
github.com/mattn/go-runewidth v0.0.14-0.20220323023645-f9d555329d96 |
|
github.com/rivo/uniseg v0.3.1 |
|
golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect |
|
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect |
|
)
|
|
|