aboutsummaryrefslogtreecommitdiff
path: root/middleware/backend.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/backend.go')
-rw-r--r--middleware/backend.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/middleware/backend.go b/middleware/backend.go
index 12d1187dc..e1c6e9496 100644
--- a/middleware/backend.go
+++ b/middleware/backend.go
@@ -1,8 +1,8 @@
package middleware
import (
- "github.com/miekg/coredns/middleware/etcd/msg"
- "github.com/miekg/coredns/request"
+ "github.com/coredns/coredns/middleware/etcd/msg"
+ "github.com/coredns/coredns/request"
"github.com/miekg/dns"
)