diff options
author | 2018-03-14 21:18:29 +0000 | |
---|---|---|
committer | 2018-03-14 21:18:29 +0000 | |
commit | 3e6489ef67270db1ad8963d572e0dc79960a6781 (patch) | |
tree | 07fcc2072db0527112d0b139982155743c5a21c7 /core/plugin/zplugin.go | |
parent | 55824516bd97d4e5348eeb8d8287b300d4caa6d1 (diff) | |
download | coredns-3e6489ef67270db1ad8963d572e0dc79960a6781.tar.gz coredns-3e6489ef67270db1ad8963d572e0dc79960a6781.tar.zst coredns-3e6489ef67270db1ad8963d572e0dc79960a6781.zip |
Remove the deprecate plugins (#1612)
Remove startup and shutdown completely
Diffstat (limited to 'core/plugin/zplugin.go')
-rw-r--r-- | core/plugin/zplugin.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/plugin/zplugin.go b/core/plugin/zplugin.go index c545046a7..d22904fbd 100644 --- a/core/plugin/zplugin.go +++ b/core/plugin/zplugin.go @@ -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" |