diff options
Diffstat (limited to 'test/etcd_cache_test.go')
-rw-r--r-- | test/etcd_cache_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/etcd_cache_test.go b/test/etcd_cache_test.go index db283e73e..a927a08f8 100644 --- a/test/etcd_cache_test.go +++ b/test/etcd_cache_test.go @@ -7,9 +7,9 @@ import ( "log" "testing" - "github.com/coredns/coredns/middleware/etcd/msg" - "github.com/coredns/coredns/middleware/proxy" - "github.com/coredns/coredns/middleware/test" + "github.com/coredns/coredns/plugin/etcd/msg" + "github.com/coredns/coredns/plugin/proxy" + "github.com/coredns/coredns/plugin/test" "github.com/coredns/coredns/request" "github.com/miekg/dns" |