From 35690acf83fa4473311a18e970ecd8156e1e6ac0 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 17 May 2026 10:09:10 +0900 Subject: fix(shirabe): correct invalid import paths and add missing dependency --- crates/shirabe/src/util/remote_filesystem.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe/src/util/remote_filesystem.rs') diff --git a/crates/shirabe/src/util/remote_filesystem.rs b/crates/shirabe/src/util/remote_filesystem.rs index 14b771d..0674df4 100644 --- a/crates/shirabe/src/util/remote_filesystem.rs +++ b/crates/shirabe/src/util/remote_filesystem.rs @@ -11,13 +11,13 @@ use shirabe_php_shim::{ }; use crate::config::Config; -use crate::downloader::http_downloader::HttpDownloader; use crate::downloader::max_file_size_exceeded_exception::MaxFileSizeExceededException; use crate::downloader::transport_exception::TransportException; use crate::io::io_interface::IOInterface; use crate::util::auth_helper::AuthHelper; use crate::util::http::proxy_manager::ProxyManager; use crate::util::http::response::Response; +use crate::util::http_downloader::HttpDownloader; use crate::util::platform::Platform; use crate::util::stream_context_factory::StreamContextFactory; use crate::util::url::Url; -- cgit v1.3.1