Explorar el Código

etcdctlv3: use godep dir for tablewriter dependency

Xiang Li hace 10 años
padre
commit
5a0bb40a41
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {