godep: use github.com/cheggaaa/pb

This commit is contained in:
Xiang Li
2015-09-15 16:08:07 -07:00
parent 4deb12fbbb
commit 38dd680f2e
10 changed files with 6 additions and 585 deletions

View File

@@ -21,7 +21,7 @@ import (
"sync"
"time"
"github.com/coreos/etcd/Godeps/_workspace/src/github.com/rakyll/pb"
"github.com/coreos/etcd/Godeps/_workspace/src/github.com/cheggaaa/pb"
"github.com/coreos/etcd/Godeps/_workspace/src/google.golang.org/grpc"
"github.com/coreos/etcd/etcdserver/etcdserverpb"
)