forked from Lucapaulo/dnsproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 859 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/AdguardTeam/dnsproxy
go 1.16
require (
github.com/AdguardTeam/golibs v0.9.2
github.com/ameshkov/dnscrypt/v2 v2.2.2
github.com/ameshkov/dnsstamps v1.0.3
github.com/beefsack/go-rate v0.0.0-20200827232406-6cde80facd47
github.com/go-test/deep v1.0.5
github.com/jessevdk/go-flags v1.4.0
github.com/joomcode/errorx v1.0.3
github.com/kr/text v0.2.0 // indirect
github.com/lucas-clemente/quic-go v0.21.1
github.com/miekg/dns v1.1.40
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 // indirect
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)