2018-11-09 15:19:55 +00:00
|
|
|
module github.com/AdguardTeam/AdGuardHome
|
|
|
|
|
2019-02-26 12:32:56 +00:00
|
|
|
go 1.12
|
|
|
|
|
2018-11-09 15:19:55 +00:00
|
|
|
require (
|
2019-02-27 15:28:09 +00:00
|
|
|
github.com/AdguardTeam/dnsproxy v0.11.2
|
2019-03-06 09:20:34 +00:00
|
|
|
github.com/AdguardTeam/golibs v0.1.1
|
2018-11-09 15:19:55 +00:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20180725035823-b12b22c5341f // indirect
|
|
|
|
github.com/bluele/gcache v0.0.0-20171010155617-472614239ac7
|
|
|
|
github.com/go-ole/go-ole v1.2.1 // indirect
|
|
|
|
github.com/go-test/deep v1.0.1
|
|
|
|
github.com/gobuffalo/packr v1.19.0
|
2018-11-28 13:45:30 +00:00
|
|
|
github.com/joomcode/errorx v0.1.0
|
2019-02-05 11:09:05 +00:00
|
|
|
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
|
2019-02-04 10:54:53 +00:00
|
|
|
github.com/kardianos/service v0.0.0-20181115005516-4c239ee84e7b
|
2018-12-28 14:17:51 +00:00
|
|
|
github.com/krolaw/dhcp4 v0.0.0-20180925202202-7cead472c414
|
2018-12-17 22:20:38 +00:00
|
|
|
github.com/miekg/dns v1.1.1
|
2018-11-09 15:19:55 +00:00
|
|
|
github.com/shirou/gopsutil v2.18.10+incompatible
|
|
|
|
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
|
2019-03-07 13:48:55 +00:00
|
|
|
github.com/sparrc/go-ping v0.0.0-20181106165434-ef3ab45e41b0
|
2019-02-10 17:47:43 +00:00
|
|
|
github.com/stretchr/testify v1.2.2
|
2018-11-09 15:19:55 +00:00
|
|
|
go.uber.org/goleak v0.10.0
|
2019-01-23 14:11:23 +00:00
|
|
|
golang.org/x/net v0.0.0-20190119204137-ed066c81e75e
|
|
|
|
golang.org/x/sys v0.0.0-20190122071731-054c452bb702
|
2018-11-09 15:19:55 +00:00
|
|
|
gopkg.in/asaskevich/govalidator.v4 v4.0.0-20160518190739-766470278477
|
|
|
|
gopkg.in/yaml.v2 v2.2.1
|
|
|
|
)
|