diff options
Diffstat (limited to 'weed/command/volume.go')
| -rw-r--r-- | weed/command/volume.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/weed/command/volume.go b/weed/command/volume.go index 0a0e16ac4..3c1aa2b50 100644 --- a/weed/command/volume.go +++ b/weed/command/volume.go @@ -9,14 +9,14 @@ import ( "strings" "time" - "github.com/joeslay/seaweedfs/weed/security" + "github.com/chrislusf/seaweedfs/weed/security" "github.com/spf13/viper" - "github.com/joeslay/seaweedfs/weed/glog" - "github.com/joeslay/seaweedfs/weed/pb/volume_server_pb" - "github.com/joeslay/seaweedfs/weed/server" - "github.com/joeslay/seaweedfs/weed/storage" - "github.com/joeslay/seaweedfs/weed/util" + "github.com/chrislusf/seaweedfs/weed/glog" + "github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb" + "github.com/chrislusf/seaweedfs/weed/server" + "github.com/chrislusf/seaweedfs/weed/storage" + "github.com/chrislusf/seaweedfs/weed/util" "google.golang.org/grpc/reflection" ) |
