This commit is contained in:
Liang Ding 2023-02-09 23:27:34 +08:00
parent 9680294d39
commit fe2eaa9ec2
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 18 additions and 17 deletions

View file

@ -40,7 +40,7 @@ require (
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/radovskyb/watcher v1.0.7
github.com/shirou/gopsutil/v3 v3.23.1
github.com/siyuan-note/dejavu v0.0.0-20230208103832-6f9e93416d9d
github.com/siyuan-note/dejavu v0.0.0-20230209152349-4c833183cb3c
github.com/siyuan-note/encryption v0.0.0-20220713091850-5ecd92177b75
github.com/siyuan-note/eventbus v0.0.0-20230203085647-fb624740be03
github.com/siyuan-note/filelock v0.0.0-20221117095924-e1947438a35e
@ -53,7 +53,7 @@ require (
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
golang.org/x/image v0.3.0
golang.org/x/mobile v0.0.0-20220722155234-aaac322e2105
golang.org/x/text v0.6.0
golang.org/x/text v0.7.0
)
require (
@ -63,7 +63,7 @@ require (
github.com/alecthomas/chroma v0.10.0 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef // indirect
github.com/aws/aws-sdk-go v1.44.196 // indirect
github.com/aws/aws-sdk-go v1.44.197 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dlclark/regexp2 v1.8.0 // indirect
github.com/dsnet/compress v0.0.1 // indirect
@ -119,10 +119,10 @@ require (
github.com/yusufpapurcu/wmi v1.2.2 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/exp v0.0.0-20230206171751-46f607a40771 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.6.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/tools v0.5.0 // indirect