2018-11-09 08:19:55 -07:00
|
|
|
module github.com/AdguardTeam/AdGuardHome
|
|
|
|
|
2020-04-05 08:21:26 -07:00
|
|
|
go 1.14
|
2019-02-26 05:32:56 -07:00
|
|
|
|
2018-11-09 08:19:55 -07:00
|
|
|
require (
|
2020-06-29 04:03:12 -07:00
|
|
|
github.com/AdguardTeam/dnsproxy v0.29.1
|
2020-04-06 13:40:57 -07:00
|
|
|
github.com/AdguardTeam/golibs v0.4.2
|
2020-07-23 08:09:39 -07:00
|
|
|
github.com/AdguardTeam/urlfilter v0.11.1
|
2019-04-04 05:32:00 -07:00
|
|
|
github.com/NYTimes/gziphandler v1.1.1
|
2020-04-05 08:21:26 -07:00
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
|
|
github.com/gobuffalo/packr v1.30.1
|
|
|
|
github.com/joomcode/errorx v1.0.1
|
2020-07-02 01:41:36 -07:00
|
|
|
github.com/kardianos/service v1.1.0
|
2018-12-28 07:17:51 -07:00
|
|
|
github.com/krolaw/dhcp4 v0.0.0-20180925202202-7cead472c414
|
2020-04-05 08:21:26 -07:00
|
|
|
github.com/miekg/dns v1.1.29
|
|
|
|
github.com/pkg/errors v0.9.1
|
2020-03-20 09:16:55 -07:00
|
|
|
github.com/sparrc/go-ping v0.0.0-20190613174326-4e5b6552494c
|
2020-04-05 08:21:26 -07:00
|
|
|
github.com/stretchr/testify v1.5.1
|
|
|
|
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
|
2020-06-02 04:20:12 -07:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2020-04-05 08:21:26 -07:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2018-11-09 08:19:55 -07:00
|
|
|
)
|