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