*: move "version" to "internal/version"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee
2018-01-29 10:00:20 -08:00
parent 0e2f9ea7d5
commit 37546f74ab
29 changed files with 43 additions and 29 deletions

View File

@@ -25,7 +25,8 @@ import (
"text/tabwriter"
"text/template"
"github.com/coreos/etcd/version"
"github.com/coreos/etcd/internal/version"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
)