aboutsummaryrefslogtreecommitdiff
path: root/plugin/log/log.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/log/log.go')
-rw-r--r--plugin/log/log.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/log/log.go b/plugin/log/log.go
index c60e790ce..f52a70344 100644
--- a/plugin/log/log.go
+++ b/plugin/log/log.go
@@ -2,6 +2,7 @@
package log
import (
+ "context"
"log"
"time"
@@ -13,8 +14,6 @@ import (
"github.com/coredns/coredns/plugin/pkg/response"
"github.com/coredns/coredns/request"
- "context"
-
"github.com/miekg/dns"
)