2020-12-09 18:11:09 +01:00
|
|
|
module github.com/mr-karan/doggo
|
|
|
|
|
2021-02-18 15:18:29 +01:00
|
|
|
go 1.16
|
2020-12-09 18:11:09 +01:00
|
|
|
|
|
|
|
require (
|
2020-12-12 15:10:28 +01:00
|
|
|
github.com/fatih/color v1.10.0
|
2021-02-26 15:36:46 +01:00
|
|
|
github.com/go-chi/chi v1.5.3
|
|
|
|
github.com/go-chi/render v1.0.1
|
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
|
2021-01-20 11:02:15 +01:00
|
|
|
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d
|
2020-12-09 18:11:09 +01:00
|
|
|
)
|