diff options
Diffstat (limited to 'plugin/log/log_test.go')
-rw-r--r-- | plugin/log/log_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/log/log_test.go b/plugin/log/log_test.go index 5efbbd68a..484135cd5 100644 --- a/plugin/log/log_test.go +++ b/plugin/log/log_test.go @@ -2,6 +2,7 @@ package log import ( "bytes" + "context" "log" "strings" "testing" @@ -10,8 +11,6 @@ import ( "github.com/coredns/coredns/plugin/pkg/response" "github.com/coredns/coredns/plugin/test" - "context" - "github.com/miekg/dns" ) |