aboutsummaryrefslogtreecommitdiff
path: root/plugin/dnstap/test/helpers.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/dnstap/test/helpers.go')
-rw-r--r--plugin/dnstap/test/helpers.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/dnstap/test/helpers.go b/plugin/dnstap/test/helpers.go
index 3e43970a6..4f71a5a83 100644
--- a/plugin/dnstap/test/helpers.go
+++ b/plugin/dnstap/test/helpers.go
@@ -1,13 +1,12 @@
package test
import (
+ "context"
"net"
"reflect"
"github.com/coredns/coredns/plugin/dnstap/msg"
- "context"
-
tap "github.com/dnstap/golang-dnstap"
)