doggo/go.mod

15 lines
355 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 13:19:10 +01:00
github.com/knadh/koanf v0.14.0
github.com/mattn/go-runewidth v0.0.9 // indirect
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
2020-12-09 18:11:09 +01:00
github.com/sirupsen/logrus v1.7.0
2020-12-13 13:19:10 +01:00
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1 // indirect
2020-12-09 18:11:09 +01:00
)