2018-11-09 15:19:55 +00:00
|
|
|
module github.com/AdguardTeam/AdGuardHome
|
|
|
|
|
2019-02-26 12:32:56 +00:00
|
|
|
go 1.12
|
|
|
|
|
2018-11-09 15:19:55 +00:00
|
|
|
require (
|
2019-08-30 13:55:07 +00:00
|
|
|
github.com/AdguardTeam/dnsproxy v0.19.1
|
|
|
|
github.com/AdguardTeam/golibs v0.2.1
|
2019-08-11 17:45:01 +00:00
|
|
|
github.com/AdguardTeam/urlfilter v0.5.0
|
2019-04-04 12:32:00 +00:00
|
|
|
github.com/NYTimes/gziphandler v1.1.1
|
2019-08-16 12:07:24 +00:00
|
|
|
github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833
|
2018-11-09 15:19:55 +00:00
|
|
|
github.com/go-test/deep v1.0.1
|
|
|
|
github.com/gobuffalo/packr v1.19.0
|
2019-07-04 11:00:20 +00:00
|
|
|
github.com/joomcode/errorx v0.8.0
|
2019-02-05 11:09:05 +00:00
|
|
|
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
|
2019-02-04 10:54:53 +00:00
|
|
|
github.com/kardianos/service v0.0.0-20181115005516-4c239ee84e7b
|
2018-12-28 14:17:51 +00:00
|
|
|
github.com/krolaw/dhcp4 v0.0.0-20180925202202-7cead472c414
|
2019-05-24 14:51:13 +00:00
|
|
|
github.com/miekg/dns v1.1.8
|
2019-03-07 13:48:55 +00:00
|
|
|
github.com/sparrc/go-ping v0.0.0-20181106165434-ef3ab45e41b0
|
2019-08-30 13:55:07 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-08-11 17:45:01 +00:00
|
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
|
|
|
|
golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0
|
2018-11-09 15:19:55 +00:00
|
|
|
gopkg.in/asaskevich/govalidator.v4 v4.0.0-20160518190739-766470278477
|
2019-08-30 13:55:07 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2018-11-09 15:19:55 +00:00
|
|
|
)
|