aboutsummaryrefslogtreecommitdiff
path: root/plugin/errors/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/errors/errors.go')
-rw-r--r--plugin/errors/errors.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/errors/errors.go b/plugin/errors/errors.go
index 1d7c4256b..a8724f44b 100644
--- a/plugin/errors/errors.go
+++ b/plugin/errors/errors.go
@@ -2,6 +2,7 @@
package errors
import (
+ "context"
"fmt"
"log"
"runtime"
@@ -11,8 +12,6 @@ import (
"github.com/coredns/coredns/plugin"
"github.com/coredns/coredns/request"
- "context"
-
"github.com/miekg/dns"
)