diff options
Diffstat (limited to 'plugin/etcd/lookup_test.go')
-rw-r--r-- | plugin/etcd/lookup_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/etcd/lookup_test.go b/plugin/etcd/lookup_test.go index adf079443..a44f0dcd7 100644 --- a/plugin/etcd/lookup_test.go +++ b/plugin/etcd/lookup_test.go @@ -3,7 +3,6 @@ package etcd import ( - "context" "encoding/json" "testing" "time" @@ -16,6 +15,7 @@ import ( etcdc "github.com/coreos/etcd/client" "github.com/miekg/dns" + "golang.org/x/net/context" ) func init() { |