2018-11-09 08:19:55 -07:00
|
|
|
module github.com/AdguardTeam/AdGuardHome
|
|
|
|
|
2020-04-05 08:21:26 -07:00
|
|
|
go 1.14
|
2019-02-26 05:32:56 -07:00
|
|
|
|
2018-11-09 08:19:55 -07:00
|
|
|
require (
|
2021-01-27 08:32:13 -07:00
|
|
|
github.com/AdguardTeam/dnsproxy v0.33.9
|
2020-12-07 06:04:53 -07:00
|
|
|
github.com/AdguardTeam/golibs v0.4.4
|
2020-12-28 08:49:36 -07:00
|
|
|
github.com/AdguardTeam/urlfilter v0.14.2
|
2019-04-04 05:32:00 -07:00
|
|
|
github.com/NYTimes/gziphandler v1.1.1
|
2020-12-16 06:35:57 -07:00
|
|
|
github.com/ameshkov/dnscrypt/v2 v2.0.1
|
2021-01-29 08:53:39 -07:00
|
|
|
github.com/digineo/go-ipset/v2 v2.2.1
|
2020-08-19 08:35:54 -07:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2020-11-20 03:44:21 -07:00
|
|
|
github.com/go-ping/ping v0.0.0-20201115131931-3300c582a663
|
|
|
|
github.com/gobuffalo/envy v1.9.0 // indirect
|
2020-04-05 08:21:26 -07:00
|
|
|
github.com/gobuffalo/packr v1.30.1
|
2020-11-20 03:44:21 -07:00
|
|
|
github.com/gobuffalo/packr/v2 v2.8.1 // indirect
|
2020-08-19 08:35:54 -07:00
|
|
|
github.com/hugelgupf/socketpair v0.0.0-20190730060125-05d35a94e714
|
2020-11-20 03:44:21 -07:00
|
|
|
github.com/insomniacslk/dhcp v0.0.0-20201112113307-4de412bc85d8
|
|
|
|
github.com/kardianos/service v1.2.0
|
|
|
|
github.com/karrick/godirwalk v1.16.1 // indirect
|
2021-01-27 08:32:13 -07:00
|
|
|
github.com/lucas-clemente/quic-go v0.19.3
|
2020-08-19 08:35:54 -07:00
|
|
|
github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7
|
2021-01-29 08:53:39 -07:00
|
|
|
github.com/mdlayher/netlink v1.1.2-0.20201013204415-ded538f7f4be
|
2020-08-19 08:35:54 -07:00
|
|
|
github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065
|
2020-11-03 05:39:55 -07:00
|
|
|
github.com/miekg/dns v1.1.35
|
2020-11-20 03:44:21 -07:00
|
|
|
github.com/rogpeppe/go-internal v1.6.2 // indirect
|
2020-10-08 01:34:36 -07:00
|
|
|
github.com/satori/go.uuid v1.2.0
|
2020-11-20 03:44:21 -07:00
|
|
|
github.com/sirupsen/logrus v1.7.0 // indirect
|
|
|
|
github.com/spf13/cobra v1.1.1 // indirect
|
2020-11-03 05:39:55 -07:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2021-01-29 08:53:39 -07:00
|
|
|
github.com/ti-mo/netfilter v0.4.0
|
2020-11-20 03:44:21 -07:00
|
|
|
github.com/u-root/u-root v7.0.0+incompatible
|
|
|
|
go.etcd.io/bbolt v1.3.5
|
2020-12-17 04:18:29 -07:00
|
|
|
golang.org/x/crypto v0.0.0-20201217014255-9d1352758620
|
2020-12-16 06:35:57 -07:00
|
|
|
golang.org/x/net v0.0.0-20201216054612-986b41b23924
|
2020-11-03 05:39:55 -07:00
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
|
2020-12-16 06:35:57 -07:00
|
|
|
golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e
|
2020-11-03 05:39:55 -07:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
2020-06-02 04:20:12 -07:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2020-08-19 08:35:54 -07:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-11-20 03:44:21 -07:00
|
|
|
howett.net/plist v0.0.0-20201026045517-117a925f2150
|
2018-11-09 08:19:55 -07:00
|
|
|
)
|