diff options
Diffstat (limited to 'test/auto_test.go')
-rw-r--r-- | test/auto_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/auto_test.go b/test/auto_test.go index 279dedcbc..0efd5df90 100644 --- a/test/auto_test.go +++ b/test/auto_test.go @@ -8,9 +8,9 @@ import ( "testing" "time" - "github.com/miekg/coredns/middleware/proxy" - "github.com/miekg/coredns/middleware/test" - "github.com/miekg/coredns/request" + "github.com/coredns/coredns/middleware/proxy" + "github.com/coredns/coredns/middleware/test" + "github.com/coredns/coredns/request" "github.com/miekg/dns" ) |