aboutsummaryrefslogtreecommitdiff
path: root/test/proxy_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/proxy_test.go')
-rw-r--r--test/proxy_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/proxy_test.go b/test/proxy_test.go
index 3f22a6cb9..c550af044 100644
--- a/test/proxy_test.go
+++ b/test/proxy_test.go
@@ -5,9 +5,9 @@ import (
"log"
"testing"
- "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"
)