aboutsummaryrefslogtreecommitdiff
path: root/weed/command/shell.go
diff options
context:
space:
mode:
authorj.laycock <joseph.laycock@4sightimaging.com>2019-09-02 11:28:40 +0100
committerj.laycock <joseph.laycock@4sightimaging.com>2019-09-02 11:28:40 +0100
commit595a1beff00196c9b207787833578ba1de1847e5 (patch)
tree15b1bf2740a7718a1ff4ca13a0e6fa51ea6c0623 /weed/command/shell.go
parent1e62a2b233458262c875dcf182309cc2425fe5a8 (diff)
downloadseaweedfs-595a1beff00196c9b207787833578ba1de1847e5.tar.xz
seaweedfs-595a1beff00196c9b207787833578ba1de1847e5.zip
Swap imports to use joeslay
Diffstat (limited to 'weed/command/shell.go')
-rw-r--r--weed/command/shell.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/command/shell.go b/weed/command/shell.go
index 79f8b8bf9..2adac4d0e 100644
--- a/weed/command/shell.go
+++ b/weed/command/shell.go
@@ -1,9 +1,9 @@
package command
import (
- "github.com/chrislusf/seaweedfs/weed/security"
- "github.com/chrislusf/seaweedfs/weed/shell"
- "github.com/chrislusf/seaweedfs/weed/util"
+ "github.com/joeslay/seaweedfs/weed/security"
+ "github.com/joeslay/seaweedfs/weed/shell"
+ "github.com/joeslay/seaweedfs/weed/util"
"github.com/spf13/viper"
)