From d69f97be5ce9a3aae75c4a1e827f4729ea3c6b60 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Tue, 12 Mar 2019 21:36:43 +0000 Subject: plugin/proxy: remove (#2683) Point proxy to the fake deprecated plugin, next release that will be removed as well. Signed-off-by: Miek Gieben --- core/plugin/zplugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/plugin/zplugin.go b/core/plugin/zplugin.go index c86adfb62..819b44cb2 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" @@ -39,6 +40,5 @@ import ( _ "github.com/coredns/coredns/plugin/tls" _ "github.com/coredns/coredns/plugin/trace" _ "github.com/coredns/coredns/plugin/whoami" - _ "github.com/coredns/proxy" _ "github.com/mholt/caddy/onevent" ) -- cgit v1.2.3