aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/xfr.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/kubernetes/xfr.go')
-rw-r--r--plugin/kubernetes/xfr.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/kubernetes/xfr.go b/plugin/kubernetes/xfr.go
index b010494db..df1058dda 100644
--- a/plugin/kubernetes/xfr.go
+++ b/plugin/kubernetes/xfr.go
@@ -1,6 +1,7 @@
package kubernetes
import (
+ "context"
"math"
"net"
"strings"
@@ -10,8 +11,6 @@ import (
"github.com/coredns/coredns/plugin/pkg/log"
"github.com/coredns/coredns/request"
- "context"
-
"github.com/miekg/dns"
api "k8s.io/api/core/v1"
)