feat: Output parsing basics
This commit is contained in:
parent
a7268f578f
commit
bcc405db1f
4 changed files with 41 additions and 18 deletions
1
go.mod
1
go.mod
|
@ -3,6 +3,7 @@ module github.com/mr-karan/doggo
|
|||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/fatih/color v1.10.0
|
||||
github.com/miekg/dns v1.1.35
|
||||
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