chore: Very very rough impl
This commit is contained in:
parent
bae72607bf
commit
f888bd220f
10 changed files with 319 additions and 0 deletions
9
go.mod
Normal file
9
go.mod
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue