doggo/go.mod

19 lines
511 B
Modula-2
Raw Normal View History

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 (
github.com/ameshkov/dnscrypt/v2 v2.2.1
github.com/ameshkov/dnsstamps v1.0.3
2020-12-12 15:10:28 +01:00
github.com/fatih/color v1.10.0
github.com/go-chi/chi v1.5.3
2020-12-13 13:19:10 +01:00
github.com/knadh/koanf v0.14.0
2021-12-11 16:45:24 +01:00
github.com/lucas-clemente/quic-go v0.24.0
2020-12-13 13:19:10 +01:00
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/miekg/dns v1.1.40
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
2021-12-11 16:45:24 +01:00
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
2020-12-09 18:11:09 +01:00
)