doggo/go.mod

14 lines
298 B
Modula-2
Raw Normal View History

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-13 04:17:07 +01:00
github.com/mattn/go-runewidth v0.0.9
2020-12-09 18:11:09 +01:00
github.com/miekg/dns v1.1.35
2020-12-13 04:17:07 +01:00
github.com/olekukonko/tablewriter v0.0.4
github.com/rodaine/table v1.0.1
2020-12-09 18:11:09 +01:00
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
)