diff options
Diffstat (limited to 'core/plugin/zplugin.go')
-rw-r--r-- | core/plugin/zplugin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugin/zplugin.go b/core/plugin/zplugin.go index d22904fbd..d1c0aaa73 100644 --- a/core/plugin/zplugin.go +++ b/core/plugin/zplugin.go @@ -10,6 +10,7 @@ import ( _ "github.com/coredns/coredns/plugin/cache" _ "github.com/coredns/coredns/plugin/chaos" _ "github.com/coredns/coredns/plugin/debug" + _ "github.com/coredns/coredns/plugin/deprecated" _ "github.com/coredns/coredns/plugin/dnssec" _ "github.com/coredns/coredns/plugin/dnstap" _ "github.com/coredns/coredns/plugin/erratic" @@ -28,7 +29,6 @@ import ( _ "github.com/coredns/coredns/plugin/pprof" _ "github.com/coredns/coredns/plugin/proxy" _ "github.com/coredns/coredns/plugin/reload" - _ "github.com/coredns/coredns/plugin/reverse" _ "github.com/coredns/coredns/plugin/rewrite" _ "github.com/coredns/coredns/plugin/root" _ "github.com/coredns/coredns/plugin/route53" |