mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-10 09:49:41 +03:00
28 lines
1.1 KiB
Modula-2
28 lines
1.1 KiB
Modula-2
module github.com/AdguardTeam/AdGuardHome
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/AdguardTeam/dnsproxy v0.11.2
|
|
github.com/AdguardTeam/golibs v0.1.3
|
|
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
|
|
github.com/joomcode/errorx v0.1.0
|
|
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
|
|
github.com/kardianos/service v0.0.0-20181115005516-4c239ee84e7b
|
|
github.com/krolaw/dhcp4 v0.0.0-20180925202202-7cead472c414
|
|
github.com/miekg/dns v1.1.1
|
|
github.com/shirou/gopsutil v2.18.10+incompatible
|
|
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
|
|
github.com/sparrc/go-ping v0.0.0-20181106165434-ef3ab45e41b0
|
|
github.com/stretchr/testify v1.2.2
|
|
go.uber.org/goleak v0.10.0
|
|
golang.org/x/net v0.0.0-20190119204137-ed066c81e75e
|
|
golang.org/x/sys v0.0.0-20190122071731-054c452bb702
|
|
gopkg.in/asaskevich/govalidator.v4 v4.0.0-20160518190739-766470278477
|
|
gopkg.in/yaml.v2 v2.2.1
|
|
)
|