feat: Output parsing basics

This commit is contained in:
Karan Sharma 2020-12-12 19:40:28 +05:30
parent a7268f578f
commit bcc405db1f
4 changed files with 41 additions and 18 deletions

1
go.mod
View file

@ -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