2020-12-09 18:11:09 +01:00
|
|
|
module github.com/mr-karan/doggo
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2020-12-12 15:10:28 +01:00
|
|
|
github.com/fatih/color v1.10.0
|
2020-12-09 18:11:09 +01:00
|
|
|
github.com/miekg/dns v1.1.35
|
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2020-12-10 10:39:05 +01:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2020-12-09 18:11:09 +01:00
|
|
|
)
|