diff options
Diffstat (limited to 'plugin/cache/prefech_test.go')
-rw-r--r-- | plugin/cache/prefech_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/cache/prefech_test.go b/plugin/cache/prefech_test.go index 1cd0758fb..1f32396e1 100644 --- a/plugin/cache/prefech_test.go +++ b/plugin/cache/prefech_test.go @@ -8,9 +8,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 TestPrefetch(t *testing.T) { |