feat: gettin there

This commit is contained in:
Karan Sharma 2020-12-10 15:09:05 +05:30
parent f888bd220f
commit df306e18a9
11 changed files with 181 additions and 24 deletions

2
go.mod
View file

@ -5,5 +5,5 @@ go 1.15
require (
github.com/miekg/dns v1.1.35
github.com/sirupsen/logrus v1.7.0
github.com/urfave/cli v1.22.5
github.com/urfave/cli/v2 v2.3.0
)