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.go2
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 {