]> git.proxmox.com Git - proxmox-backup.git/blobdiff - pbs-config/src/verify.rs
update to first proxmox crate split
[proxmox-backup.git] / pbs-config / src / verify.rs
index 310cf4bf21986f6ea438e54944ef5f2fb786575e..f72bfebbcbc93982bb4b9c4c0b01e72f753e88b1 100644 (file)
@@ -1,15 +1,10 @@
-use anyhow::{Error};
-use lazy_static::lazy_static;
 use std::collections::HashMap;
 
-use proxmox::api::{
-    schema::*,
-    section_config::{
-        SectionConfig,
-        SectionConfigData,
-        SectionConfigPlugin,
-    }
-};
+use anyhow::Error;
+use lazy_static::lazy_static;
+
+use proxmox_schema::*;
+use proxmox_section_config::{SectionConfig, SectionConfigData, SectionConfigPlugin};
 
 use pbs_api_types::{JOB_ID_SCHEMA, VerificationJobConfig};