chore: Very very rough impl

This commit is contained in:
Karan Sharma 2020-12-09 22:41:09 +05:30
parent bae72607bf
commit f888bd220f
10 changed files with 319 additions and 0 deletions

9
go.mod Normal file
View file

@ -0,0 +1,9 @@
module github.com/mr-karan/doggo
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
)