2018-11-09 18:19:55 +03:00
|
|
|
module github.com/AdguardTeam/AdGuardHome
|
|
|
|
|
2020-04-05 18:21:26 +03:00
|
|
|
go 1.14
|
2019-02-26 15:32:56 +03:00
|
|
|
|
2018-11-09 18:19:55 +03:00
|
|
|
require (
|
2020-05-13 20:31:43 +03:00
|
|
|
github.com/AdguardTeam/dnsproxy v0.28.1
|
2020-04-06 23:40:57 +03:00
|
|
|
github.com/AdguardTeam/golibs v0.4.2
|
2020-05-26 19:36:24 +03:00
|
|
|
github.com/AdguardTeam/urlfilter v0.10.1
|
2019-04-04 15:32:00 +03:00
|
|
|
github.com/NYTimes/gziphandler v1.1.1
|
2020-04-05 18:21:26 +03:00
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
|
|
github.com/gobuffalo/packr v1.30.1
|
2020-05-19 13:03:39 +03:00
|
|
|
github.com/hugelgupf/socketpair v0.0.0-20190730060125-05d35a94e714 // indirect
|
2020-04-27 10:46:11 +03:00
|
|
|
github.com/insomniacslk/dhcp v0.0.0-20200420235442-ed3125c2efe7
|
2020-04-05 18:21:26 +03:00
|
|
|
github.com/joomcode/errorx v1.0.1
|
|
|
|
github.com/kardianos/service v1.0.0
|
2020-05-19 13:03:39 +03:00
|
|
|
github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7 // indirect
|
|
|
|
github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065 // indirect
|
2020-04-05 18:21:26 +03:00
|
|
|
github.com/miekg/dns v1.1.29
|
|
|
|
github.com/pkg/errors v0.9.1
|
2020-03-20 19:16:55 +03:00
|
|
|
github.com/sparrc/go-ping v0.0.0-20190613174326-4e5b6552494c
|
2020-04-05 18:21:26 +03:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-04-27 10:46:11 +03:00
|
|
|
github.com/u-root/u-root v6.0.0+incompatible // indirect
|
2020-04-05 18:21:26 +03:00
|
|
|
go.etcd.io/bbolt v1.3.4
|
|
|
|
golang.org/x/crypto v0.0.0-20200403201458-baeed622b8d8
|
|
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
|
|
|
|
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d
|
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2018-11-09 18:19:55 +03:00
|
|
|
)
|