mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
⬆️ Upgrade kernel deps
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
c97b1259aa
commit
de96e3d32d
2 changed files with 3 additions and 5 deletions
|
|
@ -43,7 +43,7 @@ require (
|
|||
github.com/imroc/req/v3 v3.55.0
|
||||
github.com/jinzhu/copier v0.4.0
|
||||
github.com/json-iterator/go v1.1.12
|
||||
github.com/klippa-app/go-pdfium v1.17.1
|
||||
github.com/klippa-app/go-pdfium v1.17.2
|
||||
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
||||
github.com/mitchellh/go-ps v1.0.0
|
||||
github.com/mssola/useragent v1.0.0
|
||||
|
|
@ -157,8 +157,6 @@ require (
|
|||
github.com/modern-go/reflect2 v1.0.2 // indirect
|
||||
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
||||
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
||||
github.com/onsi/ginkgo/v2 v2.25.3 // indirect
|
||||
github.com/onsi/gomega v1.38.2 // indirect
|
||||
github.com/otiai10/gosseract/v2 v2.4.1 // indirect
|
||||
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
|
|
|
|||
|
|
@ -261,8 +261,8 @@ github.com/klauspost/compress v1.18.0/go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYW
|
|||
github.com/klauspost/cpuid v1.2.0/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek=
|
||||
github.com/klauspost/cpuid/v2 v2.3.0 h1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzhA9Y=
|
||||
github.com/klauspost/cpuid/v2 v2.3.0/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0=
|
||||
github.com/klippa-app/go-pdfium v1.17.1 h1:MHwLKO79WSBmucuTSIXoU4Q/a1Dt1N7CfGsICO8a2Ss=
|
||||
github.com/klippa-app/go-pdfium v1.17.1/go.mod h1:CmBY7jK42ibAwMh50aSCWQYId7LEzTuQcqFXfPd/oFQ=
|
||||
github.com/klippa-app/go-pdfium v1.17.2 h1:vlaF4b+4Uw7GtpkVzysgfEy00/1v1nFgb7uO3HgaS60=
|
||||
github.com/klippa-app/go-pdfium v1.17.2/go.mod h1:Esq2YX5JCdA+UHzMNPEmV62rqbgvIiNUj8s+EZfgHpM=
|
||||
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
|
||||
github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
|
||||
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue