aboutsummaryrefslogtreecommitdiff
path: root/middleware/cache/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/cache/handler.go')
-rw-r--r--middleware/cache/handler.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/middleware/cache/handler.go b/middleware/cache/handler.go
index b55904469..195322e31 100644
--- a/middleware/cache/handler.go
+++ b/middleware/cache/handler.go
@@ -3,8 +3,8 @@ package cache
import (
"time"
- "github.com/miekg/coredns/middleware"
- "github.com/miekg/coredns/request"
+ "github.com/coredns/coredns/middleware"
+ "github.com/coredns/coredns/request"
"github.com/miekg/dns"
"github.com/prometheus/client_golang/prometheus"