mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-16 02:18:28 -07:00
25 lines
799 B
Modula-2
25 lines
799 B
Modula-2
module github.com/AdguardTeam/AdGuardHome
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/AdguardTeam/dnsproxy v0.27.0
|
|
github.com/AdguardTeam/golibs v0.4.2
|
|
github.com/AdguardTeam/urlfilter v0.10.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/yaml.v2 v2.2.8
|
|
)
|