diff options
Diffstat (limited to 'plugin/cache/handler.go')
-rw-r--r-- | plugin/cache/handler.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/cache/handler.go b/plugin/cache/handler.go index 988b13c4a..d6ed0dcad 100644 --- a/plugin/cache/handler.go +++ b/plugin/cache/handler.go @@ -1,6 +1,7 @@ package cache import ( + "context" "math" "sync" "time" @@ -8,8 +9,6 @@ import ( "github.com/coredns/coredns/plugin" "github.com/coredns/coredns/request" - "context" - "github.com/miekg/dns" "github.com/prometheus/client_golang/prometheus" ) |