aboutsummaryrefslogtreecommitdiff
path: root/middleware/cache/cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/cache/cache.go')
-rw-r--r--middleware/cache/cache.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/middleware/cache/cache.go b/middleware/cache/cache.go
index 2cd897145..1bd3d3352 100644
--- a/middleware/cache/cache.go
+++ b/middleware/cache/cache.go
@@ -7,8 +7,8 @@ import (
"strings"
"time"
- "github.com/miekg/coredns/middleware"
- "github.com/miekg/coredns/middleware/pkg/response"
+ "github.com/coredns/coredns/middleware"
+ "github.com/coredns/coredns/middleware/pkg/response"
"github.com/hashicorp/golang-lru"
"github.com/miekg/dns"