diff options
Diffstat (limited to 'plugin/kubernetes/ns_test.go')
-rw-r--r-- | plugin/kubernetes/ns_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/kubernetes/ns_test.go b/plugin/kubernetes/ns_test.go index bafe53240..19bd9b788 100644 --- a/plugin/kubernetes/ns_test.go +++ b/plugin/kubernetes/ns_test.go @@ -5,8 +5,8 @@ import ( "testing" "github.com/coredns/coredns/plugin/kubernetes/object" - "github.com/miekg/dns" + "github.com/miekg/dns" api "k8s.io/api/core/v1" ) |