From 347f9b016b74adb17e740cc90d12ef90cf3f32f5 Mon Sep 17 00:00:00 2001 From: Mickael Kerjean Date: Tue, 11 Feb 2020 19:33:12 +1100 Subject: [PATCH] fix (ftps): remove ftps plugin since ftp and ftps will be merged into one --- server/plugin/index.go | 1 - 1 file changed, 1 deletion(-) 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"