diff options
Diffstat (limited to 'core/coredns.go')
-rw-r--r-- | core/coredns.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/coredns.go b/core/coredns.go index 5cd5c88b9..d7043c804 100644 --- a/core/coredns.go +++ b/core/coredns.go @@ -19,7 +19,6 @@ import ( _ "github.com/miekg/coredns/middleware/etcd" _ "github.com/miekg/coredns/middleware/file" _ "github.com/miekg/coredns/middleware/health" - _ "github.com/miekg/coredns/middleware/httpproxy" _ "github.com/miekg/coredns/middleware/kubernetes" _ "github.com/miekg/coredns/middleware/loadbalance" _ "github.com/miekg/coredns/middleware/log" |