diff --git a/kernel/go.mod b/kernel/go.mod index 749872635..2c31bf970 100644 --- a/kernel/go.mod +++ b/kernel/go.mod @@ -58,7 +58,7 @@ require ( github.com/sashabaranov/go-openai v1.41.2 github.com/shirou/gopsutil/v4 v4.25.10 github.com/siyuan-note/dataparser v0.0.0-20250804100744-b41253b236f3 - github.com/siyuan-note/dejavu v0.0.0-20251107024246-160d3a33e254 + github.com/siyuan-note/dejavu v0.0.0-20251107094421-5d0a1cc69ef0 github.com/siyuan-note/encryption v0.0.0-20250326023622-24a67e6956ec github.com/siyuan-note/eventbus v0.0.0-20240627125516-396fdb0f0f97 github.com/siyuan-note/filelock v0.0.0-20251107023958-207cad31f0dd diff --git a/kernel/go.sum b/kernel/go.sum index f23ff1ef2..c9f70245e 100644 --- a/kernel/go.sum +++ b/kernel/go.sum @@ -374,8 +374,8 @@ github.com/shurcooL/gofontwoff v0.0.0-20181114050219-180f79e6909d/go.mod h1:05Ut github.com/simplereach/timeutils v1.2.0/go.mod h1:VVbQDfN/FHRZa1LSqcwo4kNZ62OOyqLLGQKYB3pB0Q8= github.com/siyuan-note/dataparser v0.0.0-20250804100744-b41253b236f3 h1:EH063L0HD1f82DvddurUmEXS0obXypv8pQrcaC/zNgI= github.com/siyuan-note/dataparser v0.0.0-20250804100744-b41253b236f3/go.mod h1:8lb+SsWAPQblGbjmwEBsBdJszMCcLeECtB95fv6mReg= -github.com/siyuan-note/dejavu v0.0.0-20251107024246-160d3a33e254 h1:7I7T5SxFs4w6fsSLL+M/9Hk8/5yp4j16Ux/dcVgmKF0= -github.com/siyuan-note/dejavu v0.0.0-20251107024246-160d3a33e254/go.mod h1:5tQBaP9Nu9D4LapyB6qOm7UBTl1gf5GX1qryk2ha9s8= +github.com/siyuan-note/dejavu v0.0.0-20251107094421-5d0a1cc69ef0 h1:fgmT2zauJ/bkgP5BUwpgJK3V6bwbuY3nSwACiVDgaBE= +github.com/siyuan-note/dejavu v0.0.0-20251107094421-5d0a1cc69ef0/go.mod h1:5tQBaP9Nu9D4LapyB6qOm7UBTl1gf5GX1qryk2ha9s8= github.com/siyuan-note/encryption v0.0.0-20250326023622-24a67e6956ec h1:D8Sjwa+7WxP3XrIBscT4PxBZZddZ83/O+5nX1sq6g6g= github.com/siyuan-note/encryption v0.0.0-20250326023622-24a67e6956ec/go.mod h1:6iAxXPOOAG3+M4bCiKQZTQ+n4gSUx/OyHhsP57dJlS8= github.com/siyuan-note/eventbus v0.0.0-20240627125516-396fdb0f0f97 h1:lM5v8BfNtbOL5jYwhCdMYBcYtr06IYBKjjSLAPMKTM8=