aboutsummaryrefslogtreecommitdiff
path: root/weed/command/imports.go
diff options
context:
space:
mode:
authorKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-05-02 02:07:47 +0500
committerKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-05-02 02:07:47 +0500
commit50c4f62ed4c6b4cd92893a4d23e960370975691a (patch)
tree3aad20a5b635177264fc9be334bbf2d98a6154f8 /weed/command/imports.go
parent21033ff4c3fcf1516cab32a0b955a40f3e9119d9 (diff)
downloadseaweedfs-50c4f62ed4c6b4cd92893a4d23e960370975691a.tar.xz
seaweedfs-50c4f62ed4c6b4cd92893a4d23e960370975691a.zip
ydb-go-sdk move to v3
Diffstat (limited to 'weed/command/imports.go')
-rw-r--r--weed/command/imports.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/imports.go b/weed/command/imports.go
index 5b3195907..04079b162 100644
--- a/weed/command/imports.go
+++ b/weed/command/imports.go
@@ -32,4 +32,5 @@ import (
_ "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/ydb"
)