2018-11-09 18:19:55 +03:00
|
|
|
module github.com/AdguardTeam/AdGuardHome
|
|
|
|
|
2019-02-26 15:32:56 +03:00
|
|
|
go 1.12
|
|
|
|
|
2018-11-09 18:19:55 +03:00
|
|
|
require (
|
2019-10-02 15:37:41 +03:00
|
|
|
github.com/AdguardTeam/dnsproxy v0.19.5
|
2019-08-30 16:55:07 +03:00
|
|
|
github.com/AdguardTeam/golibs v0.2.1
|
2019-10-02 15:37:41 +03:00
|
|
|
github.com/AdguardTeam/urlfilter v0.6.0
|
2019-04-04 15:32:00 +03:00
|
|
|
github.com/NYTimes/gziphandler v1.1.1
|
2019-08-16 15:07:24 +03:00
|
|
|
github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833
|
2019-08-22 16:34:58 +03:00
|
|
|
github.com/etcd-io/bbolt v1.3.3
|
2019-10-02 15:37:41 +03:00
|
|
|
github.com/go-test/deep v1.0.4
|
2018-11-09 18:19:55 +03:00
|
|
|
github.com/gobuffalo/packr v1.19.0
|
2019-10-02 15:37:41 +03:00
|
|
|
github.com/joomcode/errorx v1.0.0
|
2019-02-05 14:09:05 +03:00
|
|
|
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
|
2019-02-04 13:54:53 +03:00
|
|
|
github.com/kardianos/service v0.0.0-20181115005516-4c239ee84e7b
|
2019-10-07 19:13:06 +03:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2018-12-28 17:17:51 +03:00
|
|
|
github.com/krolaw/dhcp4 v0.0.0-20180925202202-7cead472c414
|
2019-10-02 15:37:41 +03:00
|
|
|
github.com/miekg/dns v1.1.19
|
2019-03-07 16:48:55 +03:00
|
|
|
github.com/sparrc/go-ping v0.0.0-20181106165434-ef3ab45e41b0
|
2019-08-30 16:55:07 +03:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-08-29 12:34:07 +03:00
|
|
|
go.etcd.io/bbolt v1.3.3
|
2019-10-02 15:37:41 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20191001170739-f9e2070545dc
|
|
|
|
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0
|
|
|
|
golang.org/x/sys v0.0.0-20191002091554-b397fe3ad8ed
|
|
|
|
gopkg.in/yaml.v2 v2.2.3
|
2018-11-09 18:19:55 +03:00
|
|
|
)
|