From 1ba9f8144388668ada4f9ab68bc0cd235be062d6 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sat, 9 Sep 2023 22:43:45 +0800 Subject: [PATCH] :bug: An issue that caused cloud data corruption Fix https://github.com/siyuan-note/siyuan/issues/9144 --- kernel/go.mod | 2 +- kernel/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/go.mod b/kernel/go.mod index 943476933..dc1653dcf 100644 --- a/kernel/go.mod +++ b/kernel/go.mod @@ -48,7 +48,7 @@ require ( github.com/radovskyb/watcher v1.0.7 github.com/sashabaranov/go-openai v1.14.2 github.com/shirou/gopsutil/v3 v3.23.7 - github.com/siyuan-note/dejavu v0.0.0-20230909040243-5978b16de1b8 + github.com/siyuan-note/dejavu v0.0.0-20230909144037-4b41832c5a15 github.com/siyuan-note/encryption v0.0.0-20220713091850-5ecd92177b75 github.com/siyuan-note/eventbus v0.0.0-20230804030110-cf250f838c80 github.com/siyuan-note/filelock v0.0.0-20230615140405-d05a21d49524 diff --git a/kernel/go.sum b/kernel/go.sum index 81499a488..3e3f11d5f 100644 --- a/kernel/go.sum +++ b/kernel/go.sum @@ -517,8 +517,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-20230909040243-5978b16de1b8 h1:aet+CLBc8xsvjBnLq+fipQZm3xQuN+ASojgsjo6W6Iw= -github.com/siyuan-note/dejavu v0.0.0-20230909040243-5978b16de1b8/go.mod h1:8081f/CTXwGipQQW72rsnjSnPKVvdEqtpySe0tTlpWg= +github.com/siyuan-note/dejavu v0.0.0-20230909144037-4b41832c5a15 h1:TtKOZisHHE5h7/wOdBBMBmEt6FAoKzGAVJIyvr/jKy8= +github.com/siyuan-note/dejavu v0.0.0-20230909144037-4b41832c5a15/go.mod h1:8081f/CTXwGipQQW72rsnjSnPKVvdEqtpySe0tTlpWg= github.com/siyuan-note/encryption v0.0.0-20220713091850-5ecd92177b75 h1:Bi7/7f29LW+Fm0cHc0J1NO1cZqyJwljSWVmfOqVZgaE= github.com/siyuan-note/encryption v0.0.0-20220713091850-5ecd92177b75/go.mod h1:H8fyqqAbp9XreANjeSbc72zEdFfKTXYN34tc1TjZwtw= github.com/siyuan-note/eventbus v0.0.0-20230804030110-cf250f838c80 h1:XghjHKJd+SiL0DkGYFVC+UGUDFtnR4v9gkAbPeh9Eq8=