aboutsummaryrefslogtreecommitdiff
path: root/plugin/dnstap/handler_test.go
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2021-01-24 18:28:49 +0100
committerGravatar GitHub <noreply@github.com> 2021-01-24 17:28:49 +0000
commit38d4dacb887579b6e241b97e22f9066ac8c6f6d6 (patch)
treeb286d4e58b38d47d67a287872f9af88a629f3039 /plugin/dnstap/handler_test.go
parenteba74389c407cee059e7be707f463ae091bf2fd1 (diff)
downloadcoredns-38d4dacb887579b6e241b97e22f9066ac8c6f6d6.tar.gz
coredns-38d4dacb887579b6e241b97e22f9066ac8c6f6d6.tar.zst
coredns-38d4dacb887579b6e241b97e22f9066ac8c6f6d6.zip
Fix import ordering presubmit test (#4422)
Automatically submitted.
Diffstat (limited to 'plugin/dnstap/handler_test.go')
-rw-r--r--plugin/dnstap/handler_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/dnstap/handler_test.go b/plugin/dnstap/handler_test.go
index e8a0d7020..74f72521d 100644
--- a/plugin/dnstap/handler_test.go
+++ b/plugin/dnstap/handler_test.go
@@ -7,6 +7,7 @@ import (
"github.com/coredns/coredns/plugin/dnstap/msg"
test "github.com/coredns/coredns/plugin/test"
+
tap "github.com/dnstap/golang-dnstap"
"github.com/miekg/dns"
)