diff --git a/go.mod b/go.mod index 5a0d3ae7..b2abcfe9 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/fclairamb/afero-gdrive v0.3.0 github.com/fclairamb/afero-s3 v0.3.1 github.com/fclairamb/afero-snd v0.1.0 - github.com/fclairamb/ftpserverlib v0.22.0 + github.com/fclairamb/ftpserverlib v0.23.0 github.com/fclairamb/go-log v0.4.1 github.com/go-mail/mail v2.3.1+incompatible github.com/pkg/sftp v1.13.6 diff --git a/go.sum b/go.sum index 1fe4074d..a2d1a9d3 100644 --- a/go.sum +++ b/go.sum @@ -931,6 +931,8 @@ github.com/fclairamb/ftpserverlib v0.21.0 h1:QO4ex827FU6Y7FNi1cj4dmAs6bcmy+UtWcX github.com/fclairamb/ftpserverlib v0.21.0/go.mod h1:03sR5yGPYyUH/8hFKML02SVNLY7A//3qIy0q0ZJGhTw= github.com/fclairamb/ftpserverlib v0.22.0 h1:PqzyD6YxS5sdb4fAdXUFSODTo8DelsVAOh3LgeR4VXs= github.com/fclairamb/ftpserverlib v0.22.0/go.mod h1:dI9/yw/KfJ0g4wmRK8ZukUfqakLr6ZTf9VDydKoLy90= +github.com/fclairamb/ftpserverlib v0.23.0 h1:CPh/7kAyj67xNznAGy8vqY7juG+i8NH6dtR0Gf2HImY= +github.com/fclairamb/ftpserverlib v0.23.0/go.mod h1:bcQZ1YDphlZjyCV2QivnhXbsLp0Zj4ynb4BH8p479oc= github.com/fclairamb/go-log v0.0.0-20210717204555-d370617e3635/go.mod h1:iqmym8aI6xBbZXnZSPjElrmQrlEwjwEemOmIzKaTBM8= github.com/fclairamb/go-log v0.0.0-20210725225107-80efc81cb386/go.mod h1:iqmym8aI6xBbZXnZSPjElrmQrlEwjwEemOmIzKaTBM8= github.com/fclairamb/go-log v0.3.0 h1:oSC7Zjt0FZIYC5xXahUUycKGkypSdr2srFPLsp7CLd0=