sftpgo/webdavd
Nicola Murino ca3e15578e
Use new methods in the io and os packages instead of ioutil ones
ioutil is deprecated in Go 1.16 and SFTPGo is an application, not
a library, we have no reason to keep compatibility with old Go
versions.

Go 1.16 fix some cifs related issues too.
2021-02-25 21:53:04 +01:00
..
file.go add Data At Rest Encryption support 2020-12-05 13:48:13 +01:00
handler.go micro optimizations spotted using the go-critic linter 2021-02-16 19:11:36 +01:00
internal_test.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
mimecache.go webdav: performance improvements and bug fixes 2020-11-04 19:11:40 +01:00
server.go TLS: allow to configure cipher suites 2021-02-18 20:17:16 +01:00
webdavd.go TLS: allow to configure cipher suites 2021-02-18 20:17:16 +01:00
webdavd_test.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00