Skip to content

Commit

Permalink
🔖 Release v3.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuoqiu-Yingyi committed Nov 20, 2024
1 parent 33267a7 commit a165ba6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
1 change: 0 additions & 1 deletion kernel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ require (
github.com/siyuan-note/httpclient v0.0.0-20241113084556-839baaab03f6
github.com/siyuan-note/logging v0.0.0-20240505035402-6430d57006a2
github.com/siyuan-note/riff v0.0.0-20240912073907-1e89a5f8e7dc
github.com/siyuan-note/siyuan/kernel v0.0.0-20241119154831-928c1d476a4b
github.com/spf13/cast v1.7.0
github.com/steambap/captcha v1.4.1
github.com/studio-b12/gowebdav v0.9.0
Expand Down
2 changes: 0 additions & 2 deletions kernel/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,6 @@ github.com/siyuan-note/logging v0.0.0-20240505035402-6430d57006a2 h1:/2+tlOThVB8
github.com/siyuan-note/logging v0.0.0-20240505035402-6430d57006a2/go.mod h1:3Osd2/nwzXZFl6ZcDE4hA0HD83Wyv1fds47nVuapyOM=
github.com/siyuan-note/riff v0.0.0-20240912073907-1e89a5f8e7dc h1:5AFQ9sx+baB6nBHdabWwGsGf4QWrarIyocsn/DUc+Tc=
github.com/siyuan-note/riff v0.0.0-20240912073907-1e89a5f8e7dc/go.mod h1:tS939PAGtZQNvwWf/6pC5mzFUYuo7onl9rjKUuXanCI=
github.com/siyuan-note/siyuan/kernel v0.0.0-20241119154831-928c1d476a4b h1:aoOlIIbpb1WJgTLSLW2/k23QmgiwxOB9pmrYBEQkcsc=
github.com/siyuan-note/siyuan/kernel v0.0.0-20241119154831-928c1d476a4b/go.mod h1:wKwfQzVjg1rxewhbIbCuY8ZT02lcaJirNxCf4LltiuA=
github.com/spf13/cast v1.7.0 h1:ntdiHjuueXFgm5nzDRdOS4yfT43P5Fnud6DH50rz/7w=
github.com/spf13/cast v1.7.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf h1:pvbZ0lM0XWPBqUKqFU8cmavspvIl9nulOYwdy6IFRRo=
Expand Down
12 changes: 6 additions & 6 deletions kernel/harmony/kernel.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ import (

"github.com/siyuan-note/filelock"
"github.com/siyuan-note/logging"
"github.com/siyuan-note/siyuan/kernel/cache"
"github.com/siyuan-note/siyuan/kernel/job"
"github.com/siyuan-note/siyuan/kernel/model"
"github.com/siyuan-note/siyuan/kernel/server"
"github.com/siyuan-note/siyuan/kernel/sql"
"github.com/siyuan-note/siyuan/kernel/util"
"github.com/siyuan-community/siyuan/kernel/cache"
"github.com/siyuan-community/siyuan/kernel/job"
"github.com/siyuan-community/siyuan/kernel/model"
"github.com/siyuan-community/siyuan/kernel/server"
"github.com/siyuan-community/siyuan/kernel/sql"
"github.com/siyuan-community/siyuan/kernel/util"
)

//export StartKernelFast
Expand Down
2 changes: 1 addition & 1 deletion kernel/model/carddav.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ import (
"github.com/88250/gulu"
"github.com/emersion/go-vcard"
"github.com/emersion/go-webdav/carddav"
"github.com/siyuan-community/siyuan/kernel/util"
"github.com/siyuan-note/logging"
"github.com/siyuan-note/siyuan/kernel/util"
)

const (
Expand Down

0 comments on commit a165ba6

Please sign in to comment.