mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-14 10:16:50 +01:00
8 lines
143 B
Modula-2
8 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
|
|
)
|