aboutsummaryrefslogtreecommitdiff
path: root/middleware/dnssec/handler_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/dnssec/handler_test.go')
-rw-r--r--middleware/dnssec/handler_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/middleware/dnssec/handler_test.go b/middleware/dnssec/handler_test.go
index e8ca68c6f..0264950c9 100644
--- a/middleware/dnssec/handler_test.go
+++ b/middleware/dnssec/handler_test.go
@@ -5,9 +5,9 @@ import (
"strings"
"testing"
- "github.com/miekg/coredns/middleware/file"
- "github.com/miekg/coredns/middleware/pkg/dnsrecorder"
- "github.com/miekg/coredns/middleware/test"
+ "github.com/coredns/coredns/middleware/file"
+ "github.com/coredns/coredns/middleware/pkg/dnsrecorder"
+ "github.com/coredns/coredns/middleware/test"
"github.com/hashicorp/golang-lru"
"github.com/miekg/dns"