aboutsummaryrefslogtreecommitdiff
path: root/test/etcd_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/etcd_test.go')
-rw-r--r--test/etcd_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etcd_test.go b/test/etcd_test.go
index fcd1ddced..da9992a0d 100644
--- a/test/etcd_test.go
+++ b/test/etcd_test.go
@@ -3,6 +3,7 @@
package test
import (
+ "context"
"encoding/json"
"io/ioutil"
"log"
@@ -17,7 +18,6 @@ import (
etcdc "github.com/coreos/etcd/client"
"github.com/miekg/dns"
- "golang.org/x/net/context"
)
func etcdPlugin() *etcd.Etcd {