@@ -16,22 +16,23 @@ use sos_core::{
16
16
commit:: { CommitHash , CommitState } ,
17
17
AccountId , Origin , RemoteOrigins , SecretId , VaultId ,
18
18
} ;
19
+ use sos_core:: {
20
+ crypto:: { AccessKey , Cipher , KeyDerivation } ,
21
+ device:: { DevicePublicKey , TrustedDevice } ,
22
+ events:: { EventLog , EventLogType , EventRecord } ,
23
+ AccountRef , Paths , PublicIdentity ,
24
+ } ;
25
+ use sos_login:: device:: { DeviceManager , DeviceSigner } ;
19
26
use sos_protocol:: {
20
27
AccountSync , DiffRequest , RemoteSync , RemoteSyncHandler , SyncClient ,
21
28
SyncOptions , SyncResult ,
22
29
} ;
23
- use sos_sdk:: {
24
- crypto:: { AccessKey , Cipher , KeyDerivation } ,
25
- device:: { DeviceManager , DevicePublicKey , DeviceSigner , TrustedDevice } ,
26
- events:: { EventLog , EventRecord } ,
27
- identity:: { AccountRef , PublicIdentity } ,
28
- vault:: {
29
- secret:: { Secret , SecretMeta , SecretRow } ,
30
- Summary , Vault , VaultCommit , VaultFlags ,
31
- } ,
32
- vfs, Paths ,
30
+ use sos_sync:: { CreateSet , StorageEventLogs , UpdateSet } ;
31
+ use sos_vault:: {
32
+ secret:: { Secret , SecretMeta , SecretRow } ,
33
+ Summary , Vault , VaultCommit , VaultFlags ,
33
34
} ;
34
- use sos_sync :: { CreateSet , EventLogType , StorageEventLogs , UpdateSet } ;
35
+ use sos_vfs as vfs ;
35
36
use std:: {
36
37
collections:: { HashMap , HashSet } ,
37
38
path:: { Path , PathBuf } ,
0 commit comments