summaryrefslogtreecommitdiffstats
path: root/filetree/node.go
diff options
context:
space:
mode:
Diffstat (limited to 'filetree/node.go')
-rw-r--r--filetree/node.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/filetree/node.go b/filetree/node.go
index 7a2d2cf..48fa6e4 100644
--- a/filetree/node.go
+++ b/filetree/node.go
@@ -3,10 +3,11 @@ package filetree
import (
"archive/tar"
"fmt"
- "github.com/sirupsen/logrus"
"sort"
"strings"
+ "github.com/sirupsen/logrus"
+
"github.com/dustin/go-humanize"
"github.com/fatih/color"
"github.com/phayes/permbits"