diff options
Diffstat (limited to 'middleware/etcd/group_test.go')
-rw-r--r-- | middleware/etcd/group_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/middleware/etcd/group_test.go b/middleware/etcd/group_test.go index abf777982..0c18587ca 100644 --- a/middleware/etcd/group_test.go +++ b/middleware/etcd/group_test.go @@ -6,9 +6,9 @@ import ( "sort" "testing" - "github.com/miekg/coredns/middleware/etcd/msg" - "github.com/miekg/coredns/middleware/pkg/dnsrecorder" - "github.com/miekg/coredns/middleware/test" + "github.com/coredns/coredns/middleware/etcd/msg" + "github.com/coredns/coredns/middleware/pkg/dnsrecorder" + "github.com/coredns/coredns/middleware/test" "github.com/miekg/dns" ) |