You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
177 B
Modula-2
9 lines
177 B
Modula-2
7 months ago
|
module git.runcible.io/androiddrew/mytablewriter
|
||
|
|
||
|
go 1.21.0
|
||
|
|
||
|
require (
|
||
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
||
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
||
|
)
|