14 lines
298 B
Modula-2
14 lines
298 B
Modula-2
module github.com/mr-karan/doggo
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/fatih/color v1.10.0
|
|
github.com/mattn/go-runewidth v0.0.9
|
|
github.com/miekg/dns v1.1.35
|
|
github.com/olekukonko/tablewriter v0.0.4
|
|
github.com/rodaine/table v1.0.1
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
)
|