From b0d57254655243af7c8b0a41dc8835ca1d755010 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Thu, 10 Oct 2024 10:27:03 +0800 Subject: [PATCH] :arrow_up: Upgrade dejavu --- kernel/go.mod | 2 +- kernel/go.sum | 4 ++-- kernel/util/working.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/go.mod b/kernel/go.mod index e0118a5af..fae0f8bb1 100644 --- a/kernel/go.mod +++ b/kernel/go.mod @@ -54,7 +54,7 @@ require ( github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 github.com/sashabaranov/go-openai v1.29.1 github.com/shirou/gopsutil/v3 v3.24.5 - github.com/siyuan-note/dejavu v0.0.0-20240929032323-50348278c214 + github.com/siyuan-note/dejavu v0.0.0-20241010021452-49bd3316e587 github.com/siyuan-note/encryption v0.0.0-20231219001248-1e028a4d13b4 github.com/siyuan-note/eventbus v0.0.0-20240627125516-396fdb0f0f97 github.com/siyuan-note/filelock v0.0.0-20240724034355-d1ed7bf21d04 diff --git a/kernel/go.sum b/kernel/go.sum index 16d44d07a..18517b4e1 100644 --- a/kernel/go.sum +++ b/kernel/go.sum @@ -332,8 +332,8 @@ github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+D github.com/shurcooL/gofontwoff v0.0.0-20181114050219-180f79e6909d h1:lvCTyBbr36+tqMccdGMwuEU+hjux/zL6xSmf5S9ITaA= github.com/shurcooL/gofontwoff v0.0.0-20181114050219-180f79e6909d/go.mod h1:05UtEgK5zq39gLST6uB0cf3NEHjETfB4Fgr3Gx5R9Vw= github.com/simplereach/timeutils v1.2.0/go.mod h1:VVbQDfN/FHRZa1LSqcwo4kNZ62OOyqLLGQKYB3pB0Q8= -github.com/siyuan-note/dejavu v0.0.0-20240929032323-50348278c214 h1:nNhU9Ph1rzFNrPHtCUyyGRvX8finFJEszA2d1UcZels= -github.com/siyuan-note/dejavu v0.0.0-20240929032323-50348278c214/go.mod h1:2Rq0s+d5QT8BjWh7bPaADXJo1IeeN5L7s4UuAGf3QVc= +github.com/siyuan-note/dejavu v0.0.0-20241010021452-49bd3316e587 h1:bmHC6n8801ZDK65794dmfs2aYwI7bM6/FeNG+atBsBo= +github.com/siyuan-note/dejavu v0.0.0-20241010021452-49bd3316e587/go.mod h1:2Rq0s+d5QT8BjWh7bPaADXJo1IeeN5L7s4UuAGf3QVc= github.com/siyuan-note/encryption v0.0.0-20231219001248-1e028a4d13b4 h1:kJaw5L/evyW6LcB9IQT8PR4ppx8JVqOFP9Ix3rfwSrc= github.com/siyuan-note/encryption v0.0.0-20231219001248-1e028a4d13b4/go.mod h1:UYcCCY+0wh+GmUoDOaO63j1sV5lgy7laLAk1XhEiUis= github.com/siyuan-note/eventbus v0.0.0-20240627125516-396fdb0f0f97 h1:lM5v8BfNtbOL5jYwhCdMYBcYtr06IYBKjjSLAPMKTM8= diff --git a/kernel/util/working.go b/kernel/util/working.go index c0d6b1069..b2fff6af8 100644 --- a/kernel/util/working.go +++ b/kernel/util/working.go @@ -80,7 +80,7 @@ func Boot() { readOnly := flag.String("readonly", "false", "read-only mode") accessAuthCode := flag.String("accessAuthCode", "", "access auth code") ssl := flag.Bool("ssl", false, "for https and wss") - lang := flag.String("lang", "", "zh_CN/zh_CHT/en_US/fr_FR/es_ES/ja_JP/it_IT/de_DE/he_IL/ru_RU/pl_PL") + lang := flag.String("lang", "", "zh_CN/zh_CHT/en_US/fr_FR/es_ES/ja_JP/it_IT/de_DE/he_IL/ru_RU/pl_PL") mode := flag.String("mode", "prod", "dev/prod") flag.Parse()