aboutsummaryrefslogtreecommitdiff
path: root/plugin/dnssec/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/dnssec/handler.go')
-rw-r--r--plugin/dnssec/handler.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/dnssec/handler.go b/plugin/dnssec/handler.go
index 0bef73afa..0137720c2 100644
--- a/plugin/dnssec/handler.go
+++ b/plugin/dnssec/handler.go
@@ -6,9 +6,10 @@ import (
"github.com/coredns/coredns/plugin"
"github.com/coredns/coredns/request"
+ "context"
+
"github.com/miekg/dns"
"github.com/prometheus/client_golang/prometheus"
- "golang.org/x/net/context"
)
// ServeDNS implements the plugin.Handler interface.