diff options
Diffstat (limited to 'plugin/file/ent_test.go')
-rw-r--r-- | plugin/file/ent_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/file/ent_test.go b/plugin/file/ent_test.go index 124b4688b..558fe7d97 100644 --- a/plugin/file/ent_test.go +++ b/plugin/file/ent_test.go @@ -7,8 +7,9 @@ import ( "github.com/coredns/coredns/plugin/pkg/dnstest" "github.com/coredns/coredns/plugin/test" + "context" + "github.com/miekg/dns" - "golang.org/x/net/context" ) var entTestCases = []test.Case{ |