Remove the deprecate plugins (#1612)

Remove startup and shutdown completely
This commit is contained in:
Miek Gieben
2018-03-14 21:18:29 +00:00
committed by Michael Grosser
parent 55824516bd
commit 3e6489ef67
3 changed files with 0 additions and 5 deletions

View File

@@ -10,7 +10,6 @@ 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"