mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-15 18:08:30 -07:00
e38a1a5833
Close #1777 Squashed commit of the following: commit 5aab12162e9366ccf37bfe662f22bee59b8f98f5 Author: Simon Zolin <s.zolin@adguard.com> Date: Mon Jun 29 12:07:34 2020 +0300 * use dnsproxy v0.29.1
26 lines
840 B
Modula-2
26 lines
840 B
Modula-2
module github.com/AdguardTeam/AdGuardHome
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/AdguardTeam/dnsproxy v0.29.1
|
|
github.com/AdguardTeam/golibs v0.4.2
|
|
github.com/AdguardTeam/urlfilter v0.11.0
|
|
github.com/NYTimes/gziphandler v1.1.1
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/gobuffalo/packr v1.30.1
|
|
github.com/joomcode/errorx v1.0.1
|
|
github.com/kardianos/service v1.0.0
|
|
github.com/krolaw/dhcp4 v0.0.0-20180925202202-7cead472c414
|
|
github.com/miekg/dns v1.1.29
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sparrc/go-ping v0.0.0-20190613174326-4e5b6552494c
|
|
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
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|