diff options
Diffstat (limited to 'middleware/etcd/other_test.go')
-rw-r--r-- | middleware/etcd/other_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/middleware/etcd/other_test.go b/middleware/etcd/other_test.go index 2ed622fe0..22b720078 100644 --- a/middleware/etcd/other_test.go +++ b/middleware/etcd/other_test.go @@ -10,9 +10,9 @@ import ( "strings" "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" ) |