diff --git a/kernel/go.mod b/kernel/go.mod index 9a1949ab4..efea6313e 100644 --- a/kernel/go.mod +++ b/kernel/go.mod @@ -39,7 +39,7 @@ require ( github.com/patrickmn/go-cache v2.1.0+incompatible github.com/radovskyb/watcher v1.0.7 github.com/shirou/gopsutil/v3 v3.22.11 - github.com/siyuan-note/dejavu v0.0.0-20221229083812-ad1889a03191 + github.com/siyuan-note/dejavu v0.0.0-20221229113641-896a1a87254c github.com/siyuan-note/encryption v0.0.0-20220713091850-5ecd92177b75 github.com/siyuan-note/eventbus v0.0.0-20220916025349-3ac6e75522da github.com/siyuan-note/filelock v0.0.0-20221117095924-e1947438a35e diff --git a/kernel/go.sum b/kernel/go.sum index edbd7dd05..ac559a54c 100644 --- a/kernel/go.sum +++ b/kernel/go.sum @@ -375,6 +375,8 @@ github.com/shurcooL/users v0.0.0-20180125191416-49c67e49c537/go.mod h1:QJTqeLYED github.com/shurcooL/webdavfs v0.0.0-20170829043945-18c3829fa133/go.mod h1:hKmq5kWdCj2z2KEozexVbfEZIWiTjhE0+UjmZgPqehw= github.com/siyuan-note/dejavu v0.0.0-20221229083812-ad1889a03191 h1:WofLVK8o6+MKkGMmqX7RwPEgafVCXbpt0XjiLuC5rp8= github.com/siyuan-note/dejavu v0.0.0-20221229083812-ad1889a03191/go.mod h1:bemsV89S70xPIoY6CX9SkL3IX6YkCwS8nK09KTKg/S4= +github.com/siyuan-note/dejavu v0.0.0-20221229113641-896a1a87254c h1:S3NF9QCkBNf58MPHyneClR4wOBdm/bVN4q4AX7+biPo= +github.com/siyuan-note/dejavu v0.0.0-20221229113641-896a1a87254c/go.mod h1:bemsV89S70xPIoY6CX9SkL3IX6YkCwS8nK09KTKg/S4= 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-20220916025349-3ac6e75522da h1:/jNhl7LC+9BhkWvNxuJDdsNfA/2wvfuj9mqWx4CbV90=