diff options
Diffstat (limited to 'plugin/debug/debug_test.go')
-rw-r--r-- | plugin/debug/debug_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/debug/debug_test.go b/plugin/debug/debug_test.go index 8e1dcd9cd..71ebf37c1 100644 --- a/plugin/debug/debug_test.go +++ b/plugin/debug/debug_test.go @@ -3,9 +3,8 @@ package debug import ( "testing" + "github.com/coredns/caddy" "github.com/coredns/coredns/core/dnsserver" - - "github.com/caddyserver/caddy" ) func TestDebug(t *testing.T) { |