aboutsummaryrefslogtreecommitdiff
path: root/plugin/reverse/reverse_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/reverse/reverse_test.go')
-rw-r--r--plugin/reverse/reverse_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/reverse/reverse_test.go b/plugin/reverse/reverse_test.go
index 62985745e..6d07ace29 100644
--- a/plugin/reverse/reverse_test.go
+++ b/plugin/reverse/reverse_test.go
@@ -1,6 +1,7 @@
package reverse
import (
+ "context"
"net"
"regexp"
"testing"
@@ -9,8 +10,6 @@ import (
"github.com/coredns/coredns/plugin/pkg/dnstest"
"github.com/coredns/coredns/plugin/test"
- "context"
-
"github.com/miekg/dns"
)