diff options
Diffstat (limited to 'middleware/backend_lookup.go')
-rw-r--r-- | middleware/backend_lookup.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/middleware/backend_lookup.go b/middleware/backend_lookup.go index b9de97d67..8b86495bb 100644 --- a/middleware/backend_lookup.go +++ b/middleware/backend_lookup.go @@ -6,9 +6,9 @@ import ( "net" "time" - "github.com/miekg/coredns/middleware/etcd/msg" - "github.com/miekg/coredns/middleware/pkg/dnsutil" - "github.com/miekg/coredns/request" + "github.com/coredns/coredns/middleware/etcd/msg" + "github.com/coredns/coredns/middleware/pkg/dnsutil" + "github.com/coredns/coredns/request" "github.com/miekg/dns" ) |