aboutsummaryrefslogtreecommitdiff
path: root/test/etcd_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/etcd_test.go')
-rw-r--r--test/etcd_test.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/etcd_test.go b/test/etcd_test.go
index a6093d4c4..8808f5583 100644
--- a/test/etcd_test.go
+++ b/test/etcd_test.go
@@ -9,11 +9,11 @@ import (
"testing"
"time"
- "github.com/miekg/coredns/middleware/etcd"
- "github.com/miekg/coredns/middleware/etcd/msg"
- "github.com/miekg/coredns/middleware/proxy"
- "github.com/miekg/coredns/middleware/test"
- "github.com/miekg/coredns/request"
+ "github.com/coredns/coredns/middleware/etcd"
+ "github.com/coredns/coredns/middleware/etcd/msg"
+ "github.com/coredns/coredns/middleware/proxy"
+ "github.com/coredns/coredns/middleware/test"
+ "github.com/coredns/coredns/request"
etcdc "github.com/coreos/etcd/client"
"github.com/miekg/dns"