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 (
|
|
|
|
|
github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897
|
2022-10-01 14:14:53 +02:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
2022-09-30 19:14:58 +02:00
|
|
|
github.com/spf13/cobra v1.5.0
|
|
|
|
|
)
|
2022-09-28 19:30:08 +02:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
2022-10-01 14:14:53 +02:00
|
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
2022-09-28 19:30:08 +02:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
|
github.com/stretchr/testify v1.8.0 // indirect
|
|
|
|
|
)
|