diff options
Diffstat (limited to 'weed/command/imports.go')
| -rw-r--r-- | weed/command/imports.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/imports.go b/weed/command/imports.go index bcc9e173b..d3cefc703 100644 --- a/weed/command/imports.go +++ b/weed/command/imports.go @@ -31,6 +31,7 @@ import ( _ "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/tarantool" _ "github.com/seaweedfs/seaweedfs/weed/filer/tikv" _ "github.com/seaweedfs/seaweedfs/weed/filer/ydb" ) |
