diff options
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" ) |