diff options
Diffstat (limited to 'plugin/kubernetes/parse.go')
-rw-r--r-- | plugin/kubernetes/parse.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/kubernetes/parse.go b/plugin/kubernetes/parse.go index b5801a42e..a7cd36ba6 100644 --- a/plugin/kubernetes/parse.go +++ b/plugin/kubernetes/parse.go @@ -2,6 +2,7 @@ package kubernetes import ( "github.com/coredns/coredns/plugin/pkg/dnsutil" + "github.com/miekg/dns" ) |