2018-11-09 15:19:55 +00:00
|
|
|
module github.com/AdguardTeam/AdGuardHome
|
|
|
|
|
2020-04-05 15:21:26 +00:00
|
|
|
go 1.14
|
2019-02-26 12:32:56 +00:00
|
|
|
|
2018-11-09 15:19:55 +00:00
|
|
|
require (
|
2020-08-27 11:20:17 +00:00
|
|
|
github.com/AdguardTeam/dnsproxy v0.32.0
|
2020-04-06 20:40:57 +00:00
|
|
|
github.com/AdguardTeam/golibs v0.4.2
|
2020-09-01 12:37:03 +00:00
|
|
|
github.com/AdguardTeam/urlfilter v0.12.2
|
2019-04-04 12:32:00 +00:00
|
|
|
github.com/NYTimes/gziphandler v1.1.1
|
2020-08-19 15:35:54 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2020-04-05 15:21:26 +00:00
|
|
|
github.com/gobuffalo/packr v1.30.1
|
2020-08-19 15:35:54 +00:00
|
|
|
github.com/hugelgupf/socketpair v0.0.0-20190730060125-05d35a94e714
|
|
|
|
github.com/insomniacslk/dhcp v0.0.0-20200621044212-d74cd86ad5b8
|
2020-04-05 15:21:26 +00:00
|
|
|
github.com/joomcode/errorx v1.0.1
|
2020-07-02 08:41:36 +00:00
|
|
|
github.com/kardianos/service v1.1.0
|
2020-08-19 15:35:54 +00:00
|
|
|
github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7
|
|
|
|
github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065
|
2020-04-05 15:21:26 +00:00
|
|
|
github.com/miekg/dns v1.1.29
|
|
|
|
github.com/pkg/errors v0.9.1
|
2020-08-19 15:35:54 +00:00
|
|
|
github.com/sirupsen/logrus v1.6.0 // indirect
|
2020-03-20 16:16:55 +00:00
|
|
|
github.com/sparrc/go-ping v0.0.0-20190613174326-4e5b6552494c
|
2020-04-05 15:21:26 +00:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-08-19 15:35:54 +00:00
|
|
|
github.com/u-root/u-root v6.0.0+incompatible
|
2020-04-05 15:21:26 +00:00
|
|
|
go.etcd.io/bbolt v1.3.4
|
2020-08-19 15:35:54 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2020-08-27 11:20:17 +00:00
|
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
2020-08-19 15:35:54 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299
|
2020-06-02 11:20:12 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2020-08-19 15:35:54 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2018-11-09 15:19:55 +00:00
|
|
|
)
|