move to github.com/seaweedfs/seaweedfs

This commit is contained in:
Konstantin Lebedev
2022-08-01 16:36:32 +05:00
parent 634bc97840
commit cd5c7ad052
2 changed files with 4 additions and 4 deletions

View File

@@ -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"
)