9 lines
167 B
Go
9 lines
167 B
Go
module github.com/apcera/termtables
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/mattn/go-runewidth v0.0.3-0.20170201023540-14207d285c6c
|
|
//github.com/scylladb/termtables v1.0.0
|
|
)
|