aboutsummaryrefslogtreecommitdiff
path: root/weed/command/imports.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-07-29 00:17:28 -0700
committerchrislu <chris.lu@gmail.com>2022-07-29 00:17:28 -0700
commit26dbc6c905189ec471801447e382473ed5b15073 (patch)
tree94274b04a53b7acb1cb5e822172a4962039d8c5d /weed/command/imports.go
parent5c6c1e7e3085a4a41521bbcc360868a185f9a91c (diff)
downloadseaweedfs-26dbc6c905189ec471801447e382473ed5b15073.tar.xz
seaweedfs-26dbc6c905189ec471801447e382473ed5b15073.zip
move to https://github.com/seaweedfs/seaweedfs
Diffstat (limited to 'weed/command/imports.go')
-rw-r--r--weed/command/imports.go56
1 files changed, 28 insertions, 28 deletions
diff --git a/weed/command/imports.go b/weed/command/imports.go
index afdbc5a10..bcc9e173b 100644
--- a/weed/command/imports.go
+++ b/weed/command/imports.go
@@ -3,34 +3,34 @@ package command
import (
_ "net/http/pprof"
- _ "github.com/chrislusf/seaweedfs/weed/remote_storage/azure"
- _ "github.com/chrislusf/seaweedfs/weed/remote_storage/gcs"
- _ "github.com/chrislusf/seaweedfs/weed/remote_storage/s3"
+ _ "github.com/seaweedfs/seaweedfs/weed/remote_storage/azure"
+ _ "github.com/seaweedfs/seaweedfs/weed/remote_storage/gcs"
+ _ "github.com/seaweedfs/seaweedfs/weed/remote_storage/s3"
- _ "github.com/chrislusf/seaweedfs/weed/replication/sink/azuresink"
- _ "github.com/chrislusf/seaweedfs/weed/replication/sink/b2sink"
- _ "github.com/chrislusf/seaweedfs/weed/replication/sink/filersink"
- _ "github.com/chrislusf/seaweedfs/weed/replication/sink/gcssink"
- _ "github.com/chrislusf/seaweedfs/weed/replication/sink/localsink"
- _ "github.com/chrislusf/seaweedfs/weed/replication/sink/s3sink"
+ _ "github.com/seaweedfs/seaweedfs/weed/replication/sink/azuresink"
+ _ "github.com/seaweedfs/seaweedfs/weed/replication/sink/b2sink"
+ _ "github.com/seaweedfs/seaweedfs/weed/replication/sink/filersink"
+ _ "github.com/seaweedfs/seaweedfs/weed/replication/sink/gcssink"
+ _ "github.com/seaweedfs/seaweedfs/weed/replication/sink/localsink"
+ _ "github.com/seaweedfs/seaweedfs/weed/replication/sink/s3sink"
- _ "github.com/chrislusf/seaweedfs/weed/filer/arangodb"
- _ "github.com/chrislusf/seaweedfs/weed/filer/cassandra"
- _ "github.com/chrislusf/seaweedfs/weed/filer/elastic/v7"
- _ "github.com/chrislusf/seaweedfs/weed/filer/etcd"
- _ "github.com/chrislusf/seaweedfs/weed/filer/hbase"
- _ "github.com/chrislusf/seaweedfs/weed/filer/leveldb"
- _ "github.com/chrislusf/seaweedfs/weed/filer/leveldb2"
- _ "github.com/chrislusf/seaweedfs/weed/filer/leveldb3"
- _ "github.com/chrislusf/seaweedfs/weed/filer/mongodb"
- _ "github.com/chrislusf/seaweedfs/weed/filer/mysql"
- _ "github.com/chrislusf/seaweedfs/weed/filer/mysql2"
- _ "github.com/chrislusf/seaweedfs/weed/filer/postgres"
- _ "github.com/chrislusf/seaweedfs/weed/filer/postgres2"
- _ "github.com/chrislusf/seaweedfs/weed/filer/redis"
- _ "github.com/chrislusf/seaweedfs/weed/filer/redis2"
- _ "github.com/chrislusf/seaweedfs/weed/filer/redis3"
- _ "github.com/chrislusf/seaweedfs/weed/filer/sqlite"
- _ "github.com/chrislusf/seaweedfs/weed/filer/tikv"
- _ "github.com/chrislusf/seaweedfs/weed/filer/ydb"
+ _ "github.com/seaweedfs/seaweedfs/weed/filer/arangodb"
+ _ "github.com/seaweedfs/seaweedfs/weed/filer/cassandra"
+ _ "github.com/seaweedfs/seaweedfs/weed/filer/elastic/v7"
+ _ "github.com/seaweedfs/seaweedfs/weed/filer/etcd"
+ _ "github.com/seaweedfs/seaweedfs/weed/filer/hbase"
+ _ "github.com/seaweedfs/seaweedfs/weed/filer/leveldb"
+ _ "github.com/seaweedfs/seaweedfs/weed/filer/leveldb2"
+ _ "github.com/seaweedfs/seaweedfs/weed/filer/leveldb3"
+ _ "github.com/seaweedfs/seaweedfs/weed/filer/mongodb"
+ _ "github.com/seaweedfs/seaweedfs/weed/filer/mysql"
+ _ "github.com/seaweedfs/seaweedfs/weed/filer/mysql2"
+ _ "github.com/seaweedfs/seaweedfs/weed/filer/postgres"
+ _ "github.com/seaweedfs/seaweedfs/weed/filer/postgres2"
+ _ "github.com/seaweedfs/seaweedfs/weed/filer/redis"
+ _ "github.com/seaweedfs/seaweedfs/weed/filer/redis2"
+ _ "github.com/seaweedfs/seaweedfs/weed/filer/redis3"
+ _ "github.com/seaweedfs/seaweedfs/weed/filer/sqlite"
+ _ "github.com/seaweedfs/seaweedfs/weed/filer/tikv"
+ _ "github.com/seaweedfs/seaweedfs/weed/filer/ydb"
)