diff --git a/server/plugin/index.go b/server/plugin/index.go index ac10dd44..aaa8f491 100644 --- a/server/plugin/index.go +++ b/server/plugin/index.go @@ -10,7 +10,6 @@ import ( _ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_backblaze" _ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_dav" _ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_mysql" - _ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_ftps" _ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_ldap" _ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_dropbox" _ "github.com/mickael-kerjean/filestash/server/plugin/plg_security_scanner"