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/command/backup.go | |
| parent | 1e62a2b233458262c875dcf182309cc2425fe5a8 (diff) | |
| download | seaweedfs-595a1beff00196c9b207787833578ba1de1847e5.tar.xz seaweedfs-595a1beff00196c9b207787833578ba1de1847e5.zip | |
Swap imports to use joeslay
Diffstat (limited to 'weed/command/backup.go')
| -rw-r--r-- | weed/command/backup.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/weed/command/backup.go b/weed/command/backup.go index cd5843dd3..167f07225 100644 --- a/weed/command/backup.go +++ b/weed/command/backup.go @@ -3,13 +3,13 @@ package command import ( "fmt" - "github.com/chrislusf/seaweedfs/weed/security" - "github.com/chrislusf/seaweedfs/weed/storage/needle" - "github.com/chrislusf/seaweedfs/weed/util" + "github.com/joeslay/seaweedfs/weed/security" + "github.com/joeslay/seaweedfs/weed/storage/needle" + "github.com/joeslay/seaweedfs/weed/util" "github.com/spf13/viper" - "github.com/chrislusf/seaweedfs/weed/operation" - "github.com/chrislusf/seaweedfs/weed/storage" + "github.com/joeslay/seaweedfs/weed/operation" + "github.com/joeslay/seaweedfs/weed/storage" ) var ( |
