aboutsummaryrefslogtreecommitdiff
path: root/middleware/file/file.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/file/file.go')
-rw-r--r--middleware/file/file.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/middleware/file/file.go b/middleware/file/file.go
index 13ef894d3..b07ec9cfd 100644
--- a/middleware/file/file.go
+++ b/middleware/file/file.go
@@ -6,8 +6,8 @@ import (
"io"
"log"
- "github.com/miekg/coredns/middleware"
- "github.com/miekg/coredns/request"
+ "github.com/coredns/coredns/middleware"
+ "github.com/coredns/coredns/request"
"github.com/miekg/dns"
"golang.org/x/net/context"