diff options
Diffstat (limited to 'plugin/cache/spoof_test.go')
-rw-r--r-- | plugin/cache/spoof_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/cache/spoof_test.go b/plugin/cache/spoof_test.go index c90aee817..a855d8fab 100644 --- a/plugin/cache/spoof_test.go +++ b/plugin/cache/spoof_test.go @@ -6,9 +6,10 @@ import ( "github.com/coredns/coredns/plugin" "github.com/coredns/coredns/plugin/pkg/dnstest" + "context" + "github.com/coredns/coredns/plugin/test" "github.com/miekg/dns" - "golang.org/x/net/context" ) func TestSpoof(t *testing.T) { |