mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
update deps
we now use git master for pkg/sftp: it includes the performance patches from my copy branch.
This commit is contained in:
@@ -2148,7 +2148,7 @@ func TestExtensionsFilters(t *testing.T) {
|
||||
}
|
||||
}
|
||||
user.Filters.FileExtensions = []dataprovider.ExtensionsFilter{
|
||||
dataprovider.ExtensionsFilter{
|
||||
{
|
||||
Path: "/",
|
||||
AllowedExtensions: []string{".zip"},
|
||||
DeniedExtensions: []string{},
|
||||
@@ -4209,7 +4209,7 @@ func TestSCPExtensionsFilter(t *testing.T) {
|
||||
t.Errorf("error uploading file via scp: %v", err)
|
||||
}
|
||||
user.Filters.FileExtensions = []dataprovider.ExtensionsFilter{
|
||||
dataprovider.ExtensionsFilter{
|
||||
{
|
||||
Path: "/",
|
||||
AllowedExtensions: []string{".zip"},
|
||||
DeniedExtensions: []string{},
|
||||
|
||||
Reference in New Issue
Block a user