From af2be5a532cced27d8e5d5d79634539f7095c7bf Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 17 Feb 2023 15:26:09 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E4=BD=BF=E7=94=A8=20AC=20=E7=AE=97?= =?UTF-8?q?=E6=B3=95=E4=BC=98=E5=8C=96=E8=99=9A=E6=8B=9F=E5=BC=95=E7=94=A8?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/model/virutalref.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/model/virutalref.go b/kernel/model/virutalref.go index 71b0eeec9..f16defad2 100644 --- a/kernel/model/virutalref.go +++ b/kernel/model/virutalref.go @@ -27,7 +27,7 @@ import ( "github.com/88250/lute" "github.com/88250/lute/ast" "github.com/88250/lute/parse" - ahocorasick "github.com/ClarkThan/ahocorasick" + "github.com/ClarkThan/ahocorasick" "github.com/dgraph-io/ristretto" "github.com/siyuan-note/siyuan/kernel/search" "github.com/siyuan-note/siyuan/kernel/sql"