aboutsummaryrefslogtreecommitdiff
path: root/middleware/file/notify.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/file/notify.go')
-rw-r--r--middleware/file/notify.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/middleware/file/notify.go b/middleware/file/notify.go
index c838512fe..381c1e8c2 100644
--- a/middleware/file/notify.go
+++ b/middleware/file/notify.go
@@ -4,9 +4,9 @@ import (
"fmt"
"log"
- "github.com/miekg/coredns/middleware"
- "github.com/miekg/coredns/middleware/pkg/rcode"
- "github.com/miekg/coredns/request"
+ "github.com/coredns/coredns/middleware"
+ "github.com/coredns/coredns/middleware/pkg/rcode"
+ "github.com/coredns/coredns/request"
"github.com/miekg/dns"
)