From d8714e64e400ef873c2adc4d929a07d7890727b9 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Thu, 14 Sep 2017 09:36:06 +0100 Subject: Remove the word middleware (#1067) * Rename middleware to plugin first pass; mostly used 'sed', few spots where I manually changed text. This still builds a coredns binary. * fmt error * Rename AddMiddleware to AddPlugin * Readd AddMiddleware to remain backwards compat --- test/file_reload_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/file_reload_test.go') diff --git a/test/file_reload_test.go b/test/file_reload_test.go index e7ecc4d09..e944faa55 100644 --- a/test/file_reload_test.go +++ b/test/file_reload_test.go @@ -6,8 +6,8 @@ import ( "testing" "time" - "github.com/coredns/coredns/middleware/proxy" - "github.com/coredns/coredns/middleware/test" + "github.com/coredns/coredns/plugin/proxy" + "github.com/coredns/coredns/plugin/test" "github.com/coredns/coredns/request" "github.com/miekg/dns" -- cgit v1.2.3