AdGuardHome/go.mod

25 lines
799 B
Modula-2
Raw Normal View History

2018-11-09 15:19:55 +00:00
module github.com/AdguardTeam/AdGuardHome
go 1.14
2019-02-26 12:32:56 +00:00
2018-11-09 15:19:55 +00:00
require (
github.com/AdguardTeam/dnsproxy v0.28.1
2020-04-06 21:40:57 +01:00
github.com/AdguardTeam/golibs v0.4.2
2020-05-26 17:36:24 +01:00
github.com/AdguardTeam/urlfilter v0.10.1
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
2018-11-09 15:19:55 +00:00
)