feat: Add colors and tables
This commit is contained in:
parent
bcc405db1f
commit
d9a70daaf8
5 changed files with 64 additions and 29 deletions
3
go.mod
3
go.mod
|
@ -4,7 +4,10 @@ go 1.15
|
|||
|
||||
require (
|
||||
github.com/fatih/color v1.10.0
|
||||
github.com/mattn/go-runewidth v0.0.9
|
||||
github.com/miekg/dns v1.1.35
|
||||
github.com/olekukonko/tablewriter v0.0.4
|
||||
github.com/rodaine/table v1.0.1
|
||||
github.com/sirupsen/logrus v1.7.0
|
||||
github.com/urfave/cli/v2 v2.3.0
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue