aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3_get.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/s3_get.rs')
-rw-r--r--src/api/s3_get.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/s3_get.rs b/src/api/s3_get.rs
index 3ed0f914..63200ca3 100644
--- a/src/api/s3_get.rs
+++ b/src/api/s3_get.rs
@@ -9,8 +9,8 @@ use garage_util::error::Error;
use garage_table::EmptyKey;
-use garage_core::garage::Garage;
-use garage_core::object_table::*;
+use garage_model::garage::Garage;
+use garage_model::object_table::*;
use crate::http_util::*;