diff options
Diffstat (limited to 'plugin/debug/debug.go')
-rw-r--r-- | plugin/debug/debug.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/debug/debug.go b/plugin/debug/debug.go index 91cc6fcf0..7fb6861fe 100644 --- a/plugin/debug/debug.go +++ b/plugin/debug/debug.go @@ -1,10 +1,9 @@ package debug import ( + "github.com/coredns/caddy" "github.com/coredns/coredns/core/dnsserver" "github.com/coredns/coredns/plugin" - - "github.com/caddyserver/caddy" ) func init() { plugin.Register("debug", setup) } |