diff options
Diffstat (limited to 'plugin/cache/cache_test.go')
-rw-r--r-- | plugin/cache/cache_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/cache/cache_test.go b/plugin/cache/cache_test.go index 6c28be26f..0531d1c33 100644 --- a/plugin/cache/cache_test.go +++ b/plugin/cache/cache_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - "golang.org/x/net/context" + "context" "github.com/coredns/coredns/plugin" "github.com/coredns/coredns/plugin/pkg/response" |