aboutsummaryrefslogtreecommitdiff
path: root/weed/server
diff options
context:
space:
mode:
authorKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-08-01 16:36:32 +0500
committerKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-08-01 16:36:32 +0500
commitcd5c7ad0529b21151659fc4af897df1912f46d3f (patch)
tree314ddb3fd7af23a07282abe1e838faaef0b2d2c2 /weed/server
parent634bc97840d3dad987c8565207286823fd104ab7 (diff)
downloadseaweedfs-cd5c7ad0529b21151659fc4af897df1912f46d3f.tar.xz
seaweedfs-cd5c7ad0529b21151659fc4af897df1912f46d3f.zip
move to github.com/seaweedfs/seaweedfs
Diffstat (limited to 'weed/server')
-rw-r--r--weed/server/volume_grpc_vacuum.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/server/volume_grpc_vacuum.go b/weed/server/volume_grpc_vacuum.go
index 16fa40746..40ff1eabd 100644
--- a/weed/server/volume_grpc_vacuum.go
+++ b/weed/server/volume_grpc_vacuum.go
@@ -3,10 +3,10 @@ package weed_server
import (
"context"
- "github.com/chrislusf/seaweedfs/weed/glog"
- "github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
- "github.com/chrislusf/seaweedfs/weed/storage/needle"
"github.com/prometheus/procfs"
+ "github.com/seaweedfs/seaweedfs/weed/glog"
+ "github.com/seaweedfs/seaweedfs/weed/pb/volume_server_pb"
+ "github.com/seaweedfs/seaweedfs/weed/storage/needle"
"math"
"runtime"
)