aboutsummaryrefslogtreecommitdiff
path: root/plugin/proxy/dns.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/proxy/dns.go')
-rw-r--r--plugin/proxy/dns.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/proxy/dns.go b/plugin/proxy/dns.go
index bbff3ba4a..f555b0d29 100644
--- a/plugin/proxy/dns.go
+++ b/plugin/proxy/dns.go
@@ -6,8 +6,9 @@ import (
"github.com/coredns/coredns/request"
+ "context"
+
"github.com/miekg/dns"
- "golang.org/x/net/context"
)
type dnsEx struct {