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/http_downloader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe/src/util/http_downloader.rs') diff --git a/crates/shirabe/src/util/http_downloader.rs b/crates/shirabe/src/util/http_downloader.rs index 5786da3..34f0642 100644 --- a/crates/shirabe/src/util/http_downloader.rs +++ b/crates/shirabe/src/util/http_downloader.rs @@ -3,6 +3,7 @@ use anyhow::Result; use indexmap::IndexMap; +use crate::util::silencer::Silencer; use shirabe_external_packages::composer::pcre::preg::Preg; use shirabe_external_packages::react::promise::promise::Promise; use shirabe_external_packages::react::promise::promise_interface::PromiseInterface; @@ -11,7 +12,6 @@ use shirabe_php_shim::{ extension_loaded, file_get_contents, function_exists, implode, is_numeric, max, min, rawurldecode, stream_context_create, stripos, strpos, substr, ucfirst, }; -use crate::util::silencer::Silencer; use shirabe_semver::constraint::constraint::Constraint; use crate::composer::Composer; -- cgit v1.3.1