aboutsummaryrefslogtreecommitdiff
path: root/test/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/server.go')
-rw-r--r--test/server.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/server.go b/test/server.go
index b290d5a22..61fe8ea15 100644
--- a/test/server.go
+++ b/test/server.go
@@ -5,10 +5,10 @@ import (
"log"
"sync"
- "github.com/miekg/coredns/core/dnsserver"
+ "github.com/coredns/coredns/core/dnsserver"
// Hook in CoreDNS.
- _ "github.com/miekg/coredns/core"
+ _ "github.com/coredns/coredns/core"
"github.com/mholt/caddy"
)