diff options
Diffstat (limited to 'plugin/proxy/exchanger.go')
-rw-r--r-- | plugin/proxy/exchanger.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/proxy/exchanger.go b/plugin/proxy/exchanger.go index b98a687e7..283022dae 100644 --- a/plugin/proxy/exchanger.go +++ b/plugin/proxy/exchanger.go @@ -1,10 +1,10 @@ package proxy import ( - "context" - "github.com/coredns/coredns/request" + "github.com/miekg/dns" + "golang.org/x/net/context" ) // Exchanger is an interface that specifies a type implementing a DNS resolver that |