mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
ftpd: check the TYPE parameter in a case-insensitive manner
also pin plugin versions in docker image Fixes #1082 Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
1
go.mod
1
go.mod
@@ -170,6 +170,7 @@ require (
|
||||
)
|
||||
|
||||
replace (
|
||||
github.com/fclairamb/ftpserverlib => github.com/drakkan/ftpserverlib v0.0.0-20221203115213-ba73c775a9fd
|
||||
github.com/jlaffaye/ftp => github.com/drakkan/ftp v0.0.0-20201114075148-9b9adce499a9
|
||||
golang.org/x/crypto => github.com/drakkan/crypto v0.0.0-20221117111000-a0321143587c
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user