diff options
author | 2021-01-24 18:28:49 +0100 | |
---|---|---|
committer | 2021-01-24 17:28:49 +0000 | |
commit | 38d4dacb887579b6e241b97e22f9066ac8c6f6d6 (patch) | |
tree | b286d4e58b38d47d67a287872f9af88a629f3039 /plugin/dnstap/handler_test.go | |
parent | eba74389c407cee059e7be707f463ae091bf2fd1 (diff) | |
download | coredns-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.go | 1 |
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" ) |