|
@@ -1,13 +1,14 @@
|
|
|
module github.com/siyuan-note/siyuan/kernel
|
|
|
|
|
|
-go 1.21
|
|
|
+go 1.22
|
|
|
|
|
|
-toolchain go1.21.3
|
|
|
+toolchain go1.22.2
|
|
|
|
|
|
require (
|
|
|
code.sajari.com/docconv v1.3.8
|
|
|
github.com/88250/clipboard v0.1.5
|
|
|
github.com/88250/epub v0.0.0-20230830085737-c19055cd1f48
|
|
|
+ github.com/88250/go-humanize v0.0.0-20240424102817-4f78fac47ea7
|
|
|
github.com/88250/gulu v1.2.3-0.20240324024901-3c1bb82cba30
|
|
|
github.com/88250/lute v1.7.7-0.20240417130943-8e943102e99b
|
|
|
github.com/88250/pdfcpu v0.3.14-0.20230401044135-c7369a99720c
|
|
@@ -22,7 +23,6 @@ require (
|
|
|
github.com/denisbrodbeck/machineid v1.0.1
|
|
|
github.com/dgraph-io/ristretto v0.1.1
|
|
|
github.com/djherbis/times v1.6.0
|
|
|
- github.com/dustin/go-humanize v1.0.1
|
|
|
github.com/emirpasic/gods v1.18.1
|
|
|
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
|
|
|
github.com/flopp/go-findfont v0.1.0
|
|
@@ -52,7 +52,7 @@ require (
|
|
|
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
|
|
|
github.com/sashabaranov/go-openai v1.22.0
|
|
|
github.com/shirou/gopsutil/v3 v3.24.3
|
|
|
- github.com/siyuan-note/dejavu v0.0.0-20240419132957-4353a98ca162
|
|
|
+ github.com/siyuan-note/dejavu v0.0.0-20240424103714-37ed611dc7e8
|
|
|
github.com/siyuan-note/encryption v0.0.0-20231219001248-1e028a4d13b4
|
|
|
github.com/siyuan-note/eventbus v0.0.0-20240318125243-801c98e8f025
|
|
|
github.com/siyuan-note/filelock v0.0.0-20240419132904-2fbfe64f1939
|
|
@@ -82,7 +82,7 @@ require (
|
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
|
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef // indirect
|
|
|
- github.com/aws/aws-sdk-go v1.51.24 // indirect
|
|
|
+ github.com/aws/aws-sdk-go v1.51.27 // indirect
|
|
|
github.com/bytedance/sonic v1.11.5-alpha3 // indirect
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
|
github.com/cloudflare/circl v1.3.7 // indirect
|
|
@@ -90,6 +90,7 @@ require (
|
|
|
github.com/cloudwego/iasm v0.2.0 // indirect
|
|
|
github.com/dlclark/regexp2 v1.11.0 // indirect
|
|
|
github.com/dsnet/compress v0.0.1 // indirect
|
|
|
+ github.com/dustin/go-humanize v1.0.1 // indirect
|
|
|
github.com/fatih/set v0.2.1 // indirect
|
|
|
github.com/gigawattio/window v0.0.0-20180317192513-0f5467e35573 // indirect
|
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
@@ -100,7 +101,7 @@ require (
|
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
|
github.com/golang/glog v1.2.1 // indirect
|
|
|
- github.com/google/pprof v0.0.0-20240416155748-26353dc0451f // indirect
|
|
|
+ github.com/google/pprof v0.0.0-20240422182052-72c8669ad3e7 // indirect
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
|
github.com/gopherjs/gopherjs v1.17.2 // indirect
|
|
|
github.com/gorilla/context v1.1.2 // indirect
|