1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-06 02:23:24 +00:00

vendor: update all dependencies to latest versions

This commit is contained in:
Nick Craig-Wood
2017-09-30 15:27:27 +01:00
parent 911d121bb9
commit b017fcfe9a
3048 changed files with 537057 additions and 189681 deletions

View File

@@ -4,8 +4,9 @@ import (
"errors"
"flag"
"fmt"
"github.com/a8m/tree"
"os"
"github.com/a8m/tree"
)
var (
@@ -166,12 +167,8 @@ func main() {
}
for _, dir := range dirs {
inf := tree.New(dir)
if d, f := inf.Visit(opts); f != 0 {
if d > 0 {
d -= 1
}
nd, nf = nd+d, nf+f
}
d, f := inf.Visit(opts)
nd, nf = nd+d, nf+f
inf.Print(opts)
}
// Print footer report