sftpgo-mirror/kms
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
..
aws.go add build tags to disable kms providers 2020-12-02 09:44:18 +01:00
aws_disabled.go add build tags to disable kms providers 2020-12-02 09:44:18 +01:00
basegocloud.go add build tags to disable kms providers 2020-12-02 09:44:18 +01:00
basesecret.go kms: remember if a secret was saved without a master key 2020-12-01 22:18:16 +01:00
builtin.go add build tags to disable kms providers 2020-12-02 09:44:18 +01:00
disabled.go fix lint warnings 2020-12-02 10:02:08 +01:00
gcp.go add build tags to disable kms providers 2020-12-02 09:44:18 +01:00
gcp_disabled.go add build tags to disable kms providers 2020-12-02 09:44:18 +01:00
kms.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
local.go add build tags to disable kms providers 2020-12-02 09:44:18 +01:00
vault.go add build tags to disable kms providers 2020-12-02 09:44:18 +01:00
vault_disabled.go add build tags to disable kms providers 2020-12-02 09:44:18 +01:00