diff options
Diffstat (limited to 'plugin/file/delegation_test.go')
-rw-r--r-- | plugin/file/delegation_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/file/delegation_test.go b/plugin/file/delegation_test.go index 0685cc513..e084e1c5a 100644 --- a/plugin/file/delegation_test.go +++ b/plugin/file/delegation_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 delegationTestCases = []test.Case{ |