diff options
Diffstat (limited to 'plugin/dnstap/handler.go')
-rw-r--r-- | plugin/dnstap/handler.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/dnstap/handler.go b/plugin/dnstap/handler.go index 5b290f8f4..c7318c47a 100644 --- a/plugin/dnstap/handler.go +++ b/plugin/dnstap/handler.go @@ -6,9 +6,10 @@ import ( "github.com/coredns/coredns/plugin" "github.com/coredns/coredns/plugin/dnstap/taprw" + "context" + tap "github.com/dnstap/golang-dnstap" "github.com/miekg/dns" - "golang.org/x/net/context" ) // Dnstap is the dnstap handler. |