Rename garage_core to garage_model

This commit is contained in:
Alex Auvolat
2020-07-07 13:59:22 +02:00
parent f0918b377e
commit bec26a1312
23 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ use sha2::{Digest, Sha256};
use garage_table::*;
use garage_util::error::Error;
use garage_core::garage::Garage;
use garage_core::key_table::*;
use garage_model::garage::Garage;
use garage_model::key_table::*;
use crate::encoding::uri_encode;