2018-11-09 08:19:55 -07:00
|
|
|
module github.com/AdguardTeam/AdGuardHome
|
|
|
|
|
2019-11-25 04:10:04 -07:00
|
|
|
go 1.13
|
2019-02-26 05:32:56 -07:00
|
|
|
|
2018-11-09 08:19:55 -07:00
|
|
|
require (
|
2020-01-16 05:10:27 -07:00
|
|
|
github.com/AdguardTeam/dnsproxy v0.23.7
|
2019-11-12 05:36:17 -07:00
|
|
|
github.com/AdguardTeam/golibs v0.3.0
|
2020-01-30 09:06:09 -07:00
|
|
|
github.com/AdguardTeam/urlfilter v0.9.1
|
2019-04-04 05:32:00 -07:00
|
|
|
github.com/NYTimes/gziphandler v1.1.1
|
2019-08-22 06:34:58 -07:00
|
|
|
github.com/etcd-io/bbolt v1.3.3
|
2019-10-16 02:57:49 -07:00
|
|
|
github.com/go-test/deep v1.0.4 // indirect
|
2018-11-09 08:19:55 -07:00
|
|
|
github.com/gobuffalo/packr v1.19.0
|
2019-10-02 05:37:41 -07:00
|
|
|
github.com/joomcode/errorx v1.0.0
|
2019-02-05 04:09:05 -07:00
|
|
|
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
|
2019-02-04 03:54:53 -07:00
|
|
|
github.com/kardianos/service v0.0.0-20181115005516-4c239ee84e7b
|
2018-12-28 07:17:51 -07:00
|
|
|
github.com/krolaw/dhcp4 v0.0.0-20180925202202-7cead472c414
|
2019-12-25 04:29:33 -07:00
|
|
|
github.com/miekg/dns v1.1.26
|
2019-03-07 06:48:55 -07:00
|
|
|
github.com/sparrc/go-ping v0.0.0-20181106165434-ef3ab45e41b0
|
2019-08-30 06:55:07 -07:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-11-20 10:14:28 -07:00
|
|
|
go.etcd.io/bbolt v1.3.3 // indirect
|
2019-12-31 08:09:55 -07:00
|
|
|
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876
|
2019-12-25 04:29:33 -07:00
|
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
|
2019-12-31 08:09:55 -07:00
|
|
|
golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8
|
2019-10-02 05:37:41 -07:00
|
|
|
gopkg.in/yaml.v2 v2.2.3
|
2018-11-09 08:19:55 -07:00
|
|
|
)
|