aboutsummaryrefslogtreecommitdiff
path: root/plugin/etcd/lookup_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/etcd/lookup_test.go')
-rw-r--r--plugin/etcd/lookup_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/etcd/lookup_test.go b/plugin/etcd/lookup_test.go
index 2779d720b..934140367 100644
--- a/plugin/etcd/lookup_test.go
+++ b/plugin/etcd/lookup_test.go
@@ -3,6 +3,7 @@
package etcd
import (
+ "context"
"encoding/json"
"testing"
"time"
@@ -14,8 +15,6 @@ import (
"github.com/coredns/coredns/plugin/proxy"
"github.com/coredns/coredns/plugin/test"
- "context"
-
etcdc "github.com/coreos/etcd/client"
"github.com/miekg/dns"
)