chore: clean clode

This commit is contained in:
2022-02-05 00:22:59 +08:00
parent f655c6a87f
commit 8c8173de79
4 changed files with 17 additions and 17 deletions

View File

@@ -1,9 +1,8 @@
use std::fs;
use std::sync::RwLock;
use std::collections::BTreeMap;
use std::fs;
use acme_lib::{create_p256_key, create_p384_key, create_rsa_key};
use acme_lib::{Directory, create_p256_key, create_p384_key, create_rsa_key};
use acme_lib::persist::FilePersist;
use acme_lib::Directory;
use rust_util::XResult;
use aliyun_openapi_core_rust_sdk::RPClient;
use crate::util::parse_dns_record;