mirror of
https://github.com/status-im/status-go.git
synced 2025-02-04 19:04:16 +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
|
|
)
|