diff options
Diffstat (limited to 'plugin/proxy/dns.go')
-rw-r--r-- | plugin/proxy/dns.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/proxy/dns.go b/plugin/proxy/dns.go index 4d8038422..2bebae755 100644 --- a/plugin/proxy/dns.go +++ b/plugin/proxy/dns.go @@ -1,13 +1,13 @@ package proxy import ( - "context" "net" "time" "github.com/coredns/coredns/request" "github.com/miekg/dns" + "golang.org/x/net/context" ) type dnsEx struct { |