mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-16 10:28:29 -07:00
1a88a63415
Close #1365 Squashed commit of the following: commit 9cbca2d330ae12b222633201f4864abb7f7cd7a3 Merge: 8ce6b015be93dc34
Author: Simon Zolin <s.zolin@adguard.com> Date: Thu Jan 30 19:03:21 2020 +0300 Merge remote-tracking branch 'origin/master' into 1365-hostrules commit 8ce6b0151a2b552c4ccb3ee1f7e36ce260ba96ea Merge: c752ab335c814b29
Author: Simon Zolin <s.zolin@adguard.com> Date: Thu Jan 30 18:57:20 2020 +0300 Merge remote-tracking branch 'origin/master' into 1365-hostrules commit c752ab33b074312f10772467436a27a90339a919 Author: Simon Zolin <s.zolin@adguard.com> Date: Thu Jan 30 14:18:58 2020 +0300 use new Match() commit ce2f628aca9f934c776c8c690813efeed5d5427b Author: Simon Zolin <s.zolin@adguard.com> Date: Thu Jan 30 12:03:21 2020 +0300 minor commit ebebe02a63821fedd3904db384406c30de52d515 Author: Simon Zolin <s.zolin@adguard.com> Date: Thu Jan 30 11:21:47 2020 +0300 * dnsfilter: use new version of urlfilter's Match() commit 84edc44f2ee5a67316114f048740825259cc87ff Author: Simon Zolin <s.zolin@adguard.com> Date: Fri Jan 24 14:10:41 2020 +0300 - filtering: fix host rules matching Match by both IPv4 and IPv6 rules, not just the first one in list.
26 lines
923 B
Modula-2
26 lines
923 B
Modula-2
module github.com/AdguardTeam/AdGuardHome
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/AdguardTeam/dnsproxy v0.23.7
|
|
github.com/AdguardTeam/golibs v0.3.0
|
|
github.com/AdguardTeam/urlfilter v0.9.1
|
|
github.com/NYTimes/gziphandler v1.1.1
|
|
github.com/etcd-io/bbolt v1.3.3
|
|
github.com/go-test/deep v1.0.4 // indirect
|
|
github.com/gobuffalo/packr v1.19.0
|
|
github.com/joomcode/errorx v1.0.0
|
|
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
|
|
github.com/kardianos/service v0.0.0-20181115005516-4c239ee84e7b
|
|
github.com/krolaw/dhcp4 v0.0.0-20180925202202-7cead472c414
|
|
github.com/miekg/dns v1.1.26
|
|
github.com/sparrc/go-ping v0.0.0-20181106165434-ef3ab45e41b0
|
|
github.com/stretchr/testify v1.4.0
|
|
go.etcd.io/bbolt v1.3.3 // indirect
|
|
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
|
|
golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8
|
|
gopkg.in/yaml.v2 v2.2.3
|
|
)
|