diff options
Diffstat (limited to 'cli/tools/registry/tar.rs')
-rw-r--r-- | cli/tools/registry/tar.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/registry/tar.rs b/cli/tools/registry/tar.rs index 218e4f67e..6eaaf1095 100644 --- a/cli/tools/registry/tar.rs +++ b/cli/tools/registry/tar.rs @@ -12,8 +12,8 @@ use std::path::Path; use std::path::PathBuf; use tar::Header; -use crate::util::glob::PathOrPatternSet; use crate::util::import_map::ImportMapUnfurler; +use deno_config::glob::PathOrPatternSet; #[derive(Debug, Clone, PartialEq)] pub struct PublishableTarballFile { |