diff options
Diffstat (limited to 'middleware/file/zone.go')
-rw-r--r-- | middleware/file/zone.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/middleware/file/zone.go b/middleware/file/zone.go index 0c0df1a1f..2d994319a 100644 --- a/middleware/file/zone.go +++ b/middleware/file/zone.go @@ -8,9 +8,9 @@ import ( "strings" "sync" - "github.com/miekg/coredns/middleware/file/tree" - "github.com/miekg/coredns/middleware/proxy" - "github.com/miekg/coredns/request" + "github.com/coredns/coredns/middleware/file/tree" + "github.com/coredns/coredns/middleware/proxy" + "github.com/coredns/coredns/request" "github.com/fsnotify/fsnotify" "github.com/miekg/dns" |