Browse Source

etcdctlv3: use godep dir for tablewriter dependency

Xiang Li 9 years ago
parent
commit
5a0bb40a41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      etcdctlv3/command/printer.go

+ 1 - 1
etcdctlv3/command/printer.go

@@ -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 {