From aa36d1f06acd8b882242e59723a8b9fa673a963b Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 28 Jul 2022 23:00:20 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=B8=8A=E4=BC=A0=E6=A0=87=E8=AE=B0?= =?UTF-8?q?=E5=BF=AB=E7=85=A7=E6=8A=A5=E9=94=99=20`key=20doesn't=20match?= =?UTF-8?q?=20with=20scope`=20Fix=20https://github.com/siyuan-note/siyuan/?= =?UTF-8?q?issues/5532?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 c0c306457..e8ebdf291 100644 --- a/kernel/go.mod +++ b/kernel/go.mod @@ -39,7 +39,7 @@ require ( github.com/panjf2000/ants/v2 v2.5.0 github.com/patrickmn/go-cache v2.1.0+incompatible github.com/radovskyb/watcher v1.0.7 - github.com/siyuan-note/dejavu v0.0.0-20220728144128-6bd6b1e3a412 + github.com/siyuan-note/dejavu v0.0.0-20220728145537-e18729c0d3fa github.com/siyuan-note/encryption v0.0.0-20220713091850-5ecd92177b75 github.com/siyuan-note/eventbus v0.0.0-20220624162334-ca7c06dc771f github.com/siyuan-note/filelock v0.0.0-20220720144616-011221f7e128 diff --git a/kernel/go.sum b/kernel/go.sum index 07d49b526..be327f7a4 100644 --- a/kernel/go.sum +++ b/kernel/go.sum @@ -516,8 +516,8 @@ github.com/shurcooL/users v0.0.0-20180125191416-49c67e49c537/go.mod h1:QJTqeLYED github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546/go.mod h1:TrYk7fJVaAttu97ZZKrO9UbRa8izdowaMIZcxYMbVaw= github.com/shurcooL/webdavfs v0.0.0-20170829043945-18c3829fa133/go.mod h1:hKmq5kWdCj2z2KEozexVbfEZIWiTjhE0+UjmZgPqehw= github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= -github.com/siyuan-note/dejavu v0.0.0-20220728144128-6bd6b1e3a412 h1:WFLPxNxNvQMhpOq4MbXhX45Gc3wT2pe8g7FG2cEu5WU= -github.com/siyuan-note/dejavu v0.0.0-20220728144128-6bd6b1e3a412/go.mod h1:o+UdjzTM4t7gPFpbNUTPgCEVhEcFAHvonVZm6SeyJJs= +github.com/siyuan-note/dejavu v0.0.0-20220728145537-e18729c0d3fa h1:de1SuRTdRoRnH4lEhJXxxXgAC1oCzl5EVY53M1vyN8A= +github.com/siyuan-note/dejavu v0.0.0-20220728145537-e18729c0d3fa/go.mod h1:7S4rYTOjQ9aGpskyGju4W35sc3zKIJ6M9gNoaiWPV6g= 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-20220624162334-ca7c06dc771f h1:JMobMNZ7AqaKKyEK+WeWFhix/2TDQXgPZDajU00IybU=