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, 2 insertions, 1 deletions
diff --git a/plugin/log/log.go b/plugin/log/log.go
index a527ccd90..c60e790ce 100644
--- a/plugin/log/log.go
+++ b/plugin/log/log.go
@@ -13,8 +13,9 @@ import (
"github.com/coredns/coredns/plugin/pkg/response"
"github.com/coredns/coredns/request"
+ "context"
+
"github.com/miekg/dns"
- "golang.org/x/net/context"
)
// Logger is a basic request logging plugin.