From 7a212b93c13de2daacd24bc70743011c4357eda7 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 16 Jun 2022 18:35:01 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E4=B9=A6=E7=AD=BE=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20`=E5=88=A0=E9=99=A4`=20=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E7=94=A8=E4=BA=8E=E5=88=A0=E9=99=A4=E4=B9=A6=E7=AD=BE=E7=BB=84?= =?UTF-8?q?=20https://github.com/siyuan-note/siyuan/issues/5155?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/go.mod | 3 +-- kernel/go.sum | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/go.mod b/kernel/go.mod index 5f92d25e8..e2dd5dfed 100644 --- a/kernel/go.mod +++ b/kernel/go.mod @@ -109,8 +109,7 @@ require ( replace github.com/mattn/go-sqlite3 => github.com/88250/go-sqlite3 v1.14.13-0.20220412041952-88c3aaa8595e -replace github.com/siyuan-note/dejavu => D:\88250\dejavu - +//replace github.com/siyuan-note/dejavu => D:\88250\dejavu //replace github.com/88250/lute => D:\gogogo\src\github.com\88250\lute //replace github.com/88250/enumfonts => D:\88250\enumfonts //replace github.com/88250/pdfcpu => D:\88250\pdfcpu diff --git a/kernel/go.sum b/kernel/go.sum index beeca0a6a..3d13000ac 100644 --- a/kernel/go.sum +++ b/kernel/go.sum @@ -419,6 +419,8 @@ github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749/go.mod h1:ZY1cvUeJ github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546/go.mod h1:TrYk7fJVaAttu97ZZKrO9UbRa8izdowaMIZcxYMbVaw= github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= +github.com/siyuan-note/dejavu v0.0.0-20220616063348-51925ac64e13 h1:bmiOyGZR4w6dvIU13oYqwMFrrnFuiG38Mc3UWpVrVu0= +github.com/siyuan-note/dejavu v0.0.0-20220616063348-51925ac64e13/go.mod h1:nCckhUVoaofwwlBOglCui+Mr7Hhyd059vMXzs7jdne0= github.com/siyuan-note/encryption v0.0.0-20220612074546-f1dd94fe8676 h1:QB9TjJQFhXhZ6dAtPpY02DlzHAQm1C+WqZq6OadG8mI= github.com/siyuan-note/encryption v0.0.0-20220612074546-f1dd94fe8676/go.mod h1:H8fyqqAbp9XreANjeSbc72zEdFfKTXYN34tc1TjZwtw= github.com/siyuan-note/filelock v0.0.0-20220616063212-74cfba0754ee h1:8nBBJKHbXuMF2dWKUKsrnnFblgeNBfPjLgVm0aDas/s=