mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-03 22:21:48 +01:00
🎨 改进意外情况下同步点损坏导致无法同步的问题 Fix https://github.com/siyuan-note/siyuan/issues/5603
This commit is contained in:
parent
effb602c62
commit
fccd8830b2
2 changed files with 6 additions and 441 deletions
|
|
@ -29,7 +29,7 @@ require (
|
|||
github.com/gin-contrib/gzip v0.0.6
|
||||
github.com/gin-contrib/sessions v0.0.5
|
||||
github.com/gin-gonic/gin v1.8.1
|
||||
github.com/imroc/req/v3 v3.16.0
|
||||
github.com/imroc/req/v3 v3.17.0
|
||||
github.com/jinzhu/copier v0.3.5
|
||||
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
||||
github.com/mitchellh/go-ps v1.0.0
|
||||
|
|
@ -38,7 +38,7 @@ require (
|
|||
github.com/patrickmn/go-cache v2.1.0+incompatible
|
||||
github.com/qiniu/go-sdk/v7 v7.13.0
|
||||
github.com/radovskyb/watcher v1.0.7
|
||||
github.com/siyuan-note/dejavu v0.0.0-20220808020015-61c248368f96
|
||||
github.com/siyuan-note/dejavu v0.0.0-20220808062540-4570cc7e4f10
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue