*: move "lease" to "internal/lease"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee
2018-01-26 11:09:29 -08:00
parent 880835c02c
commit 349a377a67
36 changed files with 34 additions and 36 deletions

View File

@@ -21,7 +21,7 @@ import (
"runtime/pprof"
"time"
"github.com/coreos/etcd/lease"
"github.com/coreos/etcd/internal/lease"
"github.com/coreos/etcd/pkg/report"
"github.com/spf13/cobra"

View File

@@ -18,7 +18,7 @@ import (
"os"
"time"
"github.com/coreos/etcd/lease"
"github.com/coreos/etcd/internal/lease"
"github.com/coreos/etcd/mvcc"
"github.com/coreos/etcd/mvcc/backend"
"github.com/spf13/cobra"