diff options
Diffstat (limited to 'plugin/log')
-rw-r--r-- | plugin/log/setup.go | 2 | ||||
-rw-r--r-- | plugin/log/setup_test.go | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/plugin/log/setup.go b/plugin/log/setup.go index f9441bf92..dc7db52cf 100644 --- a/plugin/log/setup.go +++ b/plugin/log/setup.go @@ -3,12 +3,12 @@ package log import ( "strings" + "github.com/coredns/caddy" "github.com/coredns/coredns/core/dnsserver" "github.com/coredns/coredns/plugin" "github.com/coredns/coredns/plugin/pkg/replacer" "github.com/coredns/coredns/plugin/pkg/response" - "github.com/caddyserver/caddy" "github.com/miekg/dns" ) 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) { |