Update the dnscrypt module to version 2

This commit is contained in:
Frank Denis 2021-08-02 23:02:02 +02:00 committed by Karan Sharma
parent 6b42a5ecf0
commit ddbf40de9a
3 changed files with 22 additions and 15 deletions

5
go.mod
View file

@ -3,16 +3,15 @@ module github.com/mr-karan/doggo
go 1.16
require (
github.com/ameshkov/dnscrypt v1.1.0
github.com/ameshkov/dnscrypt/v2 v2.2.1
github.com/ameshkov/dnsstamps v1.0.3
github.com/fatih/color v1.10.0
github.com/go-chi/chi v1.5.3
github.com/knadh/koanf v0.14.0
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/miekg/dns v1.1.35
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
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d
)