diff options
Diffstat (limited to 'go/storage/store.go')
| -rw-r--r-- | go/storage/store.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/go/storage/store.go b/go/storage/store.go index eb44bd9d0..ee65ce9e3 100644 --- a/go/storage/store.go +++ b/go/storage/store.go @@ -9,10 +9,10 @@ import ( "strconv" "strings" - "github.com/chrislusf/weed-fs/go/glog" - "github.com/chrislusf/weed-fs/go/operation" - "github.com/chrislusf/weed-fs/go/security" - "github.com/chrislusf/weed-fs/go/util" + "github.com/chrislusf/seaweedfs/go/glog" + "github.com/chrislusf/seaweedfs/go/operation" + "github.com/chrislusf/seaweedfs/go/security" + "github.com/chrislusf/seaweedfs/go/util" "github.com/golang/protobuf/proto" ) |
