diff options
Diffstat (limited to 'core/plugin/zplugin.go')
-rw-r--r-- | core/plugin/zplugin.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/plugin/zplugin.go b/core/plugin/zplugin.go index 374d0b8fe..6ba7c1c45 100644 --- a/core/plugin/zplugin.go +++ b/core/plugin/zplugin.go @@ -9,13 +9,11 @@ import ( _ "github.com/coredns/coredns/plugin/any" _ "github.com/coredns/coredns/plugin/auto" _ "github.com/coredns/coredns/plugin/autopath" - _ "github.com/coredns/coredns/plugin/azure" _ "github.com/coredns/coredns/plugin/bind" _ "github.com/coredns/coredns/plugin/bufsize" _ "github.com/coredns/coredns/plugin/cache" _ "github.com/coredns/coredns/plugin/cancel" _ "github.com/coredns/coredns/plugin/chaos" - _ "github.com/coredns/coredns/plugin/clouddns" _ "github.com/coredns/coredns/plugin/debug" _ "github.com/coredns/coredns/plugin/dnssec" _ "github.com/coredns/coredns/plugin/dnstap" @@ -27,7 +25,6 @@ import ( _ "github.com/coredns/coredns/plugin/grpc" _ "github.com/coredns/coredns/plugin/health" _ "github.com/coredns/coredns/plugin/hosts" - _ "github.com/coredns/coredns/plugin/k8s_external" _ "github.com/coredns/coredns/plugin/kubernetes" _ "github.com/coredns/coredns/plugin/loadbalance" _ "github.com/coredns/coredns/plugin/log" @@ -40,14 +37,11 @@ import ( _ "github.com/coredns/coredns/plugin/reload" _ "github.com/coredns/coredns/plugin/rewrite" _ "github.com/coredns/coredns/plugin/root" - _ "github.com/coredns/coredns/plugin/route53" _ "github.com/coredns/coredns/plugin/secondary" _ "github.com/coredns/coredns/plugin/sign" _ "github.com/coredns/coredns/plugin/template" _ "github.com/coredns/coredns/plugin/tls" - _ "github.com/coredns/coredns/plugin/trace" _ "github.com/coredns/coredns/plugin/traffic" _ "github.com/coredns/coredns/plugin/transfer" _ "github.com/coredns/coredns/plugin/whoami" - _ "github.com/coredns/federation" ) |