module github.com/AdguardTeam/AdGuardHome require ( github.com/StackExchange/wmi v0.0.0-20180725035823-b12b22c5341f // indirect github.com/beefsack/go-rate v0.0.0-20180408011153-efa7637bb9b6 github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect github.com/bluele/gcache v0.0.0-20171010155617-472614239ac7 github.com/coredns/coredns v1.2.6 github.com/dnstap/golang-dnstap v0.0.0-20170829151710-2cf77a2b5e11 // indirect github.com/farsightsec/golang-framestream v0.0.0-20181102145529-8a0cb8ba8710 // indirect github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect 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/google/uuid v1.0.0 // indirect github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect github.com/mholt/caddy v0.11.0 github.com/miekg/dns v1.0.15 github.com/opentracing/opentracing-go v1.0.2 // indirect github.com/patrickmn/go-cache v2.1.0+incompatible github.com/pkg/errors v0.8.0 github.com/prometheus/client_golang v0.9.0-pre1 github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect github.com/prometheus/common v0.0.0-20181109100915-0b1957f9d949 // indirect github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d // indirect github.com/shirou/gopsutil v2.18.10+incompatible github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect go.uber.org/goleak v0.10.0 golang.org/x/crypto v0.0.0-20181106171534-e4dc69e5b2fd golang.org/x/net v0.0.0-20181108082009-03003ca0c849 golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8 // indirect google.golang.org/grpc v1.16.0 // indirect gopkg.in/asaskevich/govalidator.v4 v4.0.0-20160518190739-766470278477 gopkg.in/yaml.v2 v2.2.1 )