mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 14:47:06 +00:00
9 lines
143 B
Modula-2
9 lines
143 B
Modula-2
module github.com/olekukonko/tablewriter
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/mattn/go-runewidth v0.0.4
|
|
github.com/olekukonko/tablewriter v0.0.1
|
|
)
|