mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-17 04:30:56 +01:00
20 lines
564 B
Modula-2
20 lines
564 B
Modula-2
module github.com/tlinden/tablizer
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897
|
|
github.com/gookit/color v1.5.2
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/spf13/cobra v1.5.0
|
|
github.com/xhit/go-str2duration v1.2.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44 // indirect
|
|
)
|