feat: add DNS over QUIC support

This commit is contained in:
lyekumchew 2021-12-11 23:45:24 +08:00 committed by Karan Sharma
parent 3d7b4a9821
commit a5fe3ae922
7 changed files with 390 additions and 7 deletions

3
go.mod
View file

@ -8,10 +8,11 @@ require (
github.com/fatih/color v1.10.0
github.com/go-chi/chi v1.5.3
github.com/knadh/koanf v0.14.0
github.com/lucas-clemente/quic-go v0.24.0
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/miekg/dns v1.1.40
github.com/olekukonko/tablewriter v0.0.4
github.com/sirupsen/logrus v1.7.0
github.com/spf13/pflag v1.0.5
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
)