*: revert "internal/lease" change

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee
2018-02-26 10:41:45 -08:00
parent bb95d190c1
commit dd2f3b0de8
36 changed files with 38 additions and 37 deletions

View File

@ -20,7 +20,7 @@ import (
"github.com/coreos/etcd/etcdserver"
"github.com/coreos/etcd/etcdserver/api"
"github.com/coreos/etcd/internal/lease/leasehttp"
"github.com/coreos/etcd/lease/leasehttp"
"github.com/coreos/etcd/rafthttp"
)