diff options
Diffstat (limited to 'plugin/kubernetes/handler_pod_verified_test.go')
-rw-r--r-- | plugin/kubernetes/handler_pod_verified_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/kubernetes/handler_pod_verified_test.go b/plugin/kubernetes/handler_pod_verified_test.go index fcd84ee22..e8b3b65a3 100644 --- a/plugin/kubernetes/handler_pod_verified_test.go +++ b/plugin/kubernetes/handler_pod_verified_test.go @@ -6,8 +6,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 podModeVerifiedCases = []test.Case{ |