diff --git a/records_test.go b/records_test.go index ef9d11d..fdee0f8 100644 --- a/records_test.go +++ b/records_test.go @@ -4,10 +4,10 @@ import ( "context" "testing" + "github.com/coredns/caddy" "github.com/coredns/coredns/plugin/pkg/dnstest" "github.com/coredns/coredns/plugin/test" - "github.com/caddyserver/caddy" "github.com/miekg/dns" )