diff options
Diffstat (limited to 'plugin/cache/spoof_test.go')
-rw-r--r-- | plugin/cache/spoof_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/cache/spoof_test.go b/plugin/cache/spoof_test.go index a855d8fab..e9c618f03 100644 --- a/plugin/cache/spoof_test.go +++ b/plugin/cache/spoof_test.go @@ -1,13 +1,12 @@ package cache import ( + "context" "testing" "github.com/coredns/coredns/plugin" "github.com/coredns/coredns/plugin/pkg/dnstest" - "context" - "github.com/coredns/coredns/plugin/test" "github.com/miekg/dns" ) |