aboutsummaryrefslogtreecommitdiff
path: root/plugin/backend.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/backend.go')
-rw-r--r--plugin/backend.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/backend.go b/plugin/backend.go
index 9abb277f7..289b08856 100644
--- a/plugin/backend.go
+++ b/plugin/backend.go
@@ -3,9 +3,10 @@ package plugin
import (
"github.com/coredns/coredns/plugin/etcd/msg"
"github.com/coredns/coredns/request"
- "golang.org/x/net/context"
"github.com/miekg/dns"
+
+ "golang.org/x/net/context"
)
// ServiceBackend defines a (dynamic) backend that returns a slice of service definitions.