Skip to content

Commit

Permalink
🐛 Data sync may cause data loss on Android 14 #10205
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Jan 21, 2024
1 parent 0c69d75 commit f2f3098
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kernel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ require (
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
github.com/sashabaranov/go-openai v1.18.3
github.com/shirou/gopsutil/v3 v3.23.12
github.com/siyuan-note/dejavu v0.0.0-20240121133205-e29c043784d2
github.com/siyuan-note/dejavu v0.0.0-20240121140936-854f307176a1
github.com/siyuan-note/encryption v0.0.0-20231219001248-1e028a4d13b4
github.com/siyuan-note/eventbus v0.0.0-20240114153055-cf4c124ddf6d
github.com/siyuan-note/filelock v0.0.0-20240121131032-ac31019859ab
Expand Down
4 changes: 2 additions & 2 deletions kernel/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFR
github.com/shurcooL/gofontwoff v0.0.0-20181114050219-180f79e6909d h1:lvCTyBbr36+tqMccdGMwuEU+hjux/zL6xSmf5S9ITaA=
github.com/shurcooL/gofontwoff v0.0.0-20181114050219-180f79e6909d/go.mod h1:05UtEgK5zq39gLST6uB0cf3NEHjETfB4Fgr3Gx5R9Vw=
github.com/simplereach/timeutils v1.2.0/go.mod h1:VVbQDfN/FHRZa1LSqcwo4kNZ62OOyqLLGQKYB3pB0Q8=
github.com/siyuan-note/dejavu v0.0.0-20240121133205-e29c043784d2 h1:s9soDa07Qc8B+2vIl3KtFzHf1Re01mgcBjzuD6ggzPM=
github.com/siyuan-note/dejavu v0.0.0-20240121133205-e29c043784d2/go.mod h1:2kllc7eI8KntPJw5KGjgojBAgyxxv/e/PO0Q4da4cTU=
github.com/siyuan-note/dejavu v0.0.0-20240121140936-854f307176a1 h1:5VhaSl69zj1wGLqpCgM44ZNAf8hBuqnTKQ3ZtOwuqTU=
github.com/siyuan-note/dejavu v0.0.0-20240121140936-854f307176a1/go.mod h1:2kllc7eI8KntPJw5KGjgojBAgyxxv/e/PO0Q4da4cTU=
github.com/siyuan-note/encryption v0.0.0-20231219001248-1e028a4d13b4 h1:kJaw5L/evyW6LcB9IQT8PR4ppx8JVqOFP9Ix3rfwSrc=
github.com/siyuan-note/encryption v0.0.0-20231219001248-1e028a4d13b4/go.mod h1:UYcCCY+0wh+GmUoDOaO63j1sV5lgy7laLAk1XhEiUis=
github.com/siyuan-note/eventbus v0.0.0-20240114153055-cf4c124ddf6d h1:ZFhIq+gy5w+FJNX3D4yIp5Aj1H/dM0rrkEdRtk3Ia44=
Expand Down

0 comments on commit f2f3098

Please sign in to comment.