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.
12 lines
357 B
12 lines
357 B
module gitlab.com/tslocum/cbind |
|
|
|
go 1.15 |
|
|
|
require ( |
|
github.com/gdamore/tcell/v2 v2.2.0 |
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect |
|
github.com/rivo/uniseg v0.2.0 // indirect |
|
golang.org/x/sys v0.0.0-20210309040221-94ec62e08169 // indirect |
|
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect |
|
golang.org/x/text v0.3.5 // indirect |
|
)
|
|
|