diff options
| author | j.laycock <joseph.laycock@4sightimaging.com> | 2019-09-02 11:28:40 +0100 |
|---|---|---|
| committer | j.laycock <joseph.laycock@4sightimaging.com> | 2019-09-02 11:28:40 +0100 |
| commit | 595a1beff00196c9b207787833578ba1de1847e5 (patch) | |
| tree | 15b1bf2740a7718a1ff4ca13a0e6fa51ea6c0623 /weed/shell/command_fs_tree.go | |
| parent | 1e62a2b233458262c875dcf182309cc2425fe5a8 (diff) | |
| download | seaweedfs-595a1beff00196c9b207787833578ba1de1847e5.tar.xz seaweedfs-595a1beff00196c9b207787833578ba1de1847e5.zip | |
Swap imports to use joeslay
Diffstat (limited to 'weed/shell/command_fs_tree.go')
| -rw-r--r-- | weed/shell/command_fs_tree.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/shell/command_fs_tree.go b/weed/shell/command_fs_tree.go index 8474e43ea..c75c7d11f 100644 --- a/weed/shell/command_fs_tree.go +++ b/weed/shell/command_fs_tree.go @@ -3,8 +3,8 @@ package shell import ( "context" "fmt" - "github.com/chrislusf/seaweedfs/weed/filer2" - "github.com/chrislusf/seaweedfs/weed/pb/filer_pb" + "github.com/joeslay/seaweedfs/weed/filer2" + "github.com/joeslay/seaweedfs/weed/pb/filer_pb" "io" "strings" ) |
