resolve some more client imports

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-07-19 15:03:24 +02:00
parent 51ec8a3c62
commit 0889806a3c

View File

@ -20,13 +20,8 @@ use proxmox::api::{
use pbs_client::tools::key_source::get_encryption_key_password;
use pbs_client::{BackupRepository, BackupWriter};
use proxmox_backup::backup::{
load_and_decrypt_key,
CryptConfig,
KeyDerivationConfig,
DataChunkBuilder,
};
use pbs_datastore::{CryptConfig, KeyDerivationConfig, load_and_decrypt_key};
use pbs_datastore::data_blob::DataChunkBuilder;
use crate::{
KEYFILE_SCHEMA, REPO_URL_SCHEMA,