aboutsummaryrefslogtreecommitdiff
path: root/plugin/proxy/dnstap.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/proxy/dnstap.go')
-rw-r--r--plugin/proxy/dnstap.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/proxy/dnstap.go b/plugin/proxy/dnstap.go
index 8611c8254..4e5a8bd40 100644
--- a/plugin/proxy/dnstap.go
+++ b/plugin/proxy/dnstap.go
@@ -1,14 +1,13 @@
package proxy
import (
+ "context"
"time"
"github.com/coredns/coredns/plugin/dnstap"
"github.com/coredns/coredns/plugin/dnstap/msg"
"github.com/coredns/coredns/request"
- "context"
-
tap "github.com/dnstap/golang-dnstap"
"github.com/miekg/dns"
)