etcdctlv3: use godep dir for tablewriter dependency

This commit is contained in:
Xiang Li 2016-03-21 11:47:55 -07:00
parent f59a866fcb
commit 5a0bb40a41

View File

@ -21,10 +21,10 @@ import (
"os"
"strings"
"github.com/coreos/etcd/Godeps/_workspace/src/github.com/olekukonko/tablewriter"
v3 "github.com/coreos/etcd/clientv3"
pb "github.com/coreos/etcd/etcdserver/etcdserverpb"
spb "github.com/coreos/etcd/storage/storagepb"
"github.com/olekukonko/tablewriter"
)
type printer interface {