diff options
Diffstat (limited to 'plugin/cache/handler.go')
-rw-r--r-- | plugin/cache/handler.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/cache/handler.go b/plugin/cache/handler.go index c2efdc9c7..988b13c4a 100644 --- a/plugin/cache/handler.go +++ b/plugin/cache/handler.go @@ -8,9 +8,10 @@ import ( "github.com/coredns/coredns/plugin" "github.com/coredns/coredns/request" + "context" + "github.com/miekg/dns" "github.com/prometheus/client_golang/prometheus" - "golang.org/x/net/context" ) // ServeDNS implements the plugin.Handler interface. |