*: 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

@@ -21,7 +21,8 @@ import (
"time"
"github.com/coreos/etcd/etcdctl/ctlv2/command"
"github.com/coreos/etcd/version"
"github.com/coreos/etcd/internal/version"
"github.com/urfave/cli"
)

View File

@@ -17,7 +17,8 @@ package command
import (
"fmt"
"github.com/coreos/etcd/version"
"github.com/coreos/etcd/internal/version"
"github.com/spf13/cobra"
)

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"
)