From 24317b3952eecb4e1bb58cccf08000f93de714a0 Mon Sep 17 00:00:00 2001 From: Philamer Sune Date: Fri, 5 Nov 2021 10:35:55 +0800 Subject: [PATCH] Use coredns/caddy to fix tests. Signed-off-by: Philamer Sune --- records_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )