mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-16 02:18:28 -07:00
09b6eba7d9
Merge in DNS/adguard-home from 1361-dnscrypt to master Closes #1361. Squashed commit of the following: commit 31b780c16cc6b68336b95275f62381cee2e822a2 Merge: c2ce98aaf9b963fc77
Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Mon Dec 7 17:48:41 2020 +0300 Merge branch 'master' into 1361-dnscrypt commit c2ce98aaf24bd5ed5b5cd7da86aae093866ab34e Merge: 3bf3d7b9663e513e33
Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Dec 4 19:32:40 2020 +0300 Merge branch 'master' into 1361-dnscrypt commit 3bf3d7b96530c86b54545462390562ebedc616b2 Merge: 5de4519964134220c5
Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Dec 3 17:31:59 2020 +0300 Merge branch 'master' into 1361-dnscrypt commit 5de451996d48ab3792ce78291068f72785303494 Merge: 60d7976f7ab8defdb0
Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Dec 2 19:07:56 2020 +0300 Merge branch 'master' into 1361-dnscrypt commit 60d7976f7c7ad0316751b92477a31f882c1e3134 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Mon Nov 30 19:11:14 2020 +0300 all: add dnscrypt support
44 lines
1.8 KiB
Modula-2
44 lines
1.8 KiB
Modula-2
module github.com/AdguardTeam/AdGuardHome
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/AdguardTeam/dnsproxy v0.33.2
|
|
github.com/AdguardTeam/golibs v0.4.4
|
|
github.com/AdguardTeam/urlfilter v0.13.0
|
|
github.com/NYTimes/gziphandler v1.1.1
|
|
github.com/ameshkov/dnscrypt/v2 v2.0.0
|
|
github.com/beefsack/go-rate v0.0.0-20200827232406-6cde80facd47 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/go-ping/ping v0.0.0-20201115131931-3300c582a663
|
|
github.com/gobuffalo/envy v1.9.0 // indirect
|
|
github.com/gobuffalo/packr v1.30.1
|
|
github.com/gobuffalo/packr/v2 v2.8.1 // indirect
|
|
github.com/hugelgupf/socketpair v0.0.0-20190730060125-05d35a94e714
|
|
github.com/insomniacslk/dhcp v0.0.0-20201112113307-4de412bc85d8
|
|
github.com/joomcode/errorx v1.0.3 // indirect
|
|
github.com/kardianos/service v1.2.0
|
|
github.com/karrick/godirwalk v1.16.1 // indirect
|
|
github.com/lucas-clemente/quic-go v0.19.1 // indirect
|
|
github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7
|
|
github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065
|
|
github.com/miekg/dns v1.1.35
|
|
github.com/rogpeppe/go-internal v1.6.2 // indirect
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/sirupsen/logrus v1.7.0 // indirect
|
|
github.com/spf13/cobra v1.1.1 // indirect
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/u-root/u-root v7.0.0+incompatible
|
|
go.etcd.io/bbolt v1.3.5
|
|
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
|
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
|
|
golang.org/x/text v0.3.4 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
|
howett.net/plist v0.0.0-20201026045517-117a925f2150
|
|
)
|