2022-10-04 15:09:13 +02:00
|
|
|
module github.com/tlinden/tablizer
|
2022-09-28 19:30:08 +02:00
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
2022-09-30 19:14:58 +02:00
|
|
|
require (
|
2022-11-04 20:10:54 +01:00
|
|
|
github.com/alecthomas/repr v0.1.1
|
2022-10-15 17:05:15 +02:00
|
|
|
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
|
2022-10-10 20:14:51 +02:00
|
|
|
github.com/gookit/color v1.5.2
|
2022-10-01 14:14:53 +02:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
2022-11-04 20:10:54 +01:00
|
|
|
github.com/spf13/cobra v1.6.1
|
2022-10-16 19:44:26 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2022-09-30 19:14:58 +02:00
|
|
|
)
|
2022-09-28 19:30:08 +02:00
|
|
|
|
|
|
|
|
require (
|
2022-11-04 20:10:54 +01:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
|
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
|
|
|
github.com/rivo/uniseg v0.4.2 // indirect
|
2022-09-28 19:30:08 +02:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2022-11-04 20:10:54 +01:00
|
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
|
|
|
golang.org/x/sys v0.1.0 // indirect
|
2022-09-28 19:30:08 +02:00
|
|
|
)
|