aboutsummaryrefslogtreecommitdiff
path: root/middleware/file/xfr.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/file/xfr.go')
-rw-r--r--middleware/file/xfr.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/middleware/file/xfr.go b/middleware/file/xfr.go
index 3cb21aa11..4d7f07a48 100644
--- a/middleware/file/xfr.go
+++ b/middleware/file/xfr.go
@@ -4,8 +4,8 @@ import (
"fmt"
"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"