diff options
Diffstat (limited to 'plugin/log/setup_test.go')
-rw-r--r-- | plugin/log/setup_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/log/setup_test.go b/plugin/log/setup_test.go index aac1ebf40..efffff0e1 100644 --- a/plugin/log/setup_test.go +++ b/plugin/log/setup_test.go @@ -4,9 +4,8 @@ import ( "reflect" "testing" + "github.com/coredns/caddy" "github.com/coredns/coredns/plugin/pkg/response" - - "github.com/caddyserver/caddy" ) func TestLogParse(t *testing.T) { |