Skip to content

Commit 268e132

Browse files
committed
⬆️ Upgrade deps
1 parent a19395f commit 268e132

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/siyuan-note/encryption v0.0.0-20250326023622-24a67e6956ec
2323
github.com/siyuan-note/eventbus v0.0.0-20240627125516-396fdb0f0f97
2424
github.com/siyuan-note/filelock v0.0.0-20251107023958-207cad31f0dd
25-
github.com/siyuan-note/httpclient v0.0.0-20251119141814-fb19e5aa22a0
25+
github.com/siyuan-note/httpclient v0.0.0-20251119144307-63b815d7d198
2626
github.com/siyuan-note/logging v0.0.0-20251107023700-cd4339891032
2727
github.com/studio-b12/gowebdav v0.11.0
2828
github.com/vmihailenco/msgpack/v5 v5.4.1
@@ -61,7 +61,7 @@ require (
6161
github.com/imroc/req/v3 v3.56.0 // indirect
6262
github.com/pkg/errors v0.9.1 // indirect
6363
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
64-
github.com/quic-go/qpack v0.6.0 // indirect
64+
github.com/quic-go/qpack v0.5.1 // indirect
6565
github.com/quic-go/quic-go v0.56.0 // indirect
6666
github.com/refraction-networking/utls v1.8.1 // indirect
6767
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ github.com/qiniu/dyn v1.3.0/go.mod h1:E8oERcm8TtwJiZvkQPbcAh0RL8jO1G0VXJMW3FAWdk
123123
github.com/qiniu/go-sdk/v7 v7.25.4 h1:ulCKlTEyrZzmNytXweOrnva49+Q4+ASjYBCSXhkRWTo=
124124
github.com/qiniu/go-sdk/v7 v7.25.4/go.mod h1:dmKtJ2ahhPWFVi9o1D5GemmWoh/ctuB9peqTowyTO8o=
125125
github.com/qiniu/x v1.10.5/go.mod h1:03Ni9tj+N2h2aKnAz+6N0Xfl8FwMEDRC2PAlxekASDs=
126-
github.com/quic-go/qpack v0.6.0 h1:g7W+BMYynC1LbYLSqRt8PBg5Tgwxn214ZZR34VIOjz8=
127-
github.com/quic-go/qpack v0.6.0/go.mod h1:lUpLKChi8njB4ty2bFLX2x4gzDqXwUpaO1DP9qMDZII=
126+
github.com/quic-go/qpack v0.5.1 h1:giqksBPnT/HDtZ6VhtFKgoLOWmlyo9Ei6u9PqzIMbhI=
127+
github.com/quic-go/qpack v0.5.1/go.mod h1:+PC4XFrEskIVkcLzpEkbLqq1uCoxPhQuvK5rH1ZgaEg=
128128
github.com/quic-go/quic-go v0.56.0 h1:q/TW+OLismmXAehgFLczhCDTYB3bFmua4D9lsNBWxvY=
129129
github.com/quic-go/quic-go v0.56.0/go.mod h1:9gx5KsFQtw2oZ6GZTyh+7YEvOxWCL9WZAepnHxgAo6c=
130130
github.com/refraction-networking/utls v1.8.1 h1:yNY1kapmQU8JeM1sSw2H2asfTIwWxIkrMJI0pRUOCAo=
@@ -145,8 +145,8 @@ github.com/siyuan-note/eventbus v0.0.0-20240627125516-396fdb0f0f97 h1:lM5v8BfNtb
145145
github.com/siyuan-note/eventbus v0.0.0-20240627125516-396fdb0f0f97/go.mod h1:1/nGgthl89FPA7GzAcEWKl6zRRnfgyTjzLZj9bW7kuw=
146146
github.com/siyuan-note/filelock v0.0.0-20251107023958-207cad31f0dd h1:7Rr+wH2hy/goTMe5EAZHjpfEudZZXVVaZOkhs/xzX+I=
147147
github.com/siyuan-note/filelock v0.0.0-20251107023958-207cad31f0dd/go.mod h1:jFSEENJoE+SRZ7xtSpiflL3RMfnxE6CAJFUfBuuGs1A=
148-
github.com/siyuan-note/httpclient v0.0.0-20251119141814-fb19e5aa22a0 h1:1BViAJbYicX+bv2AJs5p88+NEK33W022rDyGLG5VY8U=
149-
github.com/siyuan-note/httpclient v0.0.0-20251119141814-fb19e5aa22a0/go.mod h1:1FHEzOBQnCafBGEjOzumLWgiQOFvGNH0WxQFgRC8sPc=
148+
github.com/siyuan-note/httpclient v0.0.0-20251119144307-63b815d7d198 h1:NCFtk65n+a6oo+nIXnYPx3jCgs3O2uvvihnD7aRy/ZE=
149+
github.com/siyuan-note/httpclient v0.0.0-20251119144307-63b815d7d198/go.mod h1:w8ZKhKvcOr6lXsfxGmXQQTcIlVYWKhesB5IaXC+3OkA=
150150
github.com/siyuan-note/logging v0.0.0-20251107023700-cd4339891032 h1:z1r9ZhSTISDom1lvqKuiykfI7YtPCIELABj8onc0n3A=
151151
github.com/siyuan-note/logging v0.0.0-20251107023700-cd4339891032/go.mod h1:UVFePdmdasN+fLDEYFr2X734G2AIJb6nYS9WcWK5740=
152152
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)