From 5939be2e5c96ae91c8396d8cd490be141b76d7e0 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Thu, 28 Nov 2024 23:19:44 +0800 Subject: [PATCH] :recycle: Upgrade pdfcpu to v0.9.1 https://github.com/siyuan-note/siyuan/issues/13305 --- kernel/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/go.mod b/kernel/go.mod index cc1f8d1c5..3da8c6bd5 100644 --- a/kernel/go.mod +++ b/kernel/go.mod @@ -179,7 +179,7 @@ replace github.com/mattn/go-sqlite3 => github.com/88250/go-sqlite3 v1.14.13-0.20 replace github.com/pdfcpu/pdfcpu => github.com/88250/pdfcpu v0.3.14-0.20241128123312-a688ff960d4f -//replace github.com/88250/lute => F:\golang\gopath\src\github.com\88250\lute +replace github.com/88250/lute => F:\golang\gopath\src\github.com\88250\lute //replace github.com/siyuan-note/dejavu => D:\88250\dejavu //replace github.com/siyuan-note/riff => D:\88250\riff //replace github.com/siyuan-note/httpclient => D:\88250\httpclient