Skip to content

Commit c2c32ca

Browse files
committed
⬆️ Upgrade deps
1 parent 0b0daaf commit c2c32ca

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-20251120032857-3ddc3c2cc49f
2323
github.com/siyuan-note/eventbus v0.0.0-20240627125516-396fdb0f0f97
2424
github.com/siyuan-note/filelock v0.0.0-20251212095217-08318833e008
25-
github.com/siyuan-note/httpclient v0.0.0-20251231084218-4438e0847834
25+
github.com/siyuan-note/httpclient v0.0.0-20260114092605-6a628f4cc8e2
2626
github.com/siyuan-note/logging v0.0.0-20251209020516-52f1a2f65ec5
2727
github.com/studio-b12/gowebdav v0.11.0
2828
github.com/vmihailenco/msgpack/v5 v5.4.1
@@ -64,7 +64,7 @@ require (
6464
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
6565
github.com/quic-go/qpack v0.6.0 // indirect
6666
github.com/quic-go/quic-go v0.59.0 // indirect
67-
github.com/refraction-networking/utls v1.8.1 // indirect
67+
github.com/refraction-networking/utls v1.8.2 // indirect
6868
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
6969
github.com/yusufpapurcu/wmi v1.2.4 // indirect
7070
golang.org/x/crypto v0.47.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ github.com/quic-go/qpack v0.6.0 h1:g7W+BMYynC1LbYLSqRt8PBg5Tgwxn214ZZR34VIOjz8=
129129
github.com/quic-go/qpack v0.6.0/go.mod h1:lUpLKChi8njB4ty2bFLX2x4gzDqXwUpaO1DP9qMDZII=
130130
github.com/quic-go/quic-go v0.59.0 h1:OLJkp1Mlm/aS7dpKgTc6cnpynnD2Xg7C1pwL6vy/SAw=
131131
github.com/quic-go/quic-go v0.59.0/go.mod h1:upnsH4Ju1YkqpLXC305eW3yDZ4NfnNbmQRCMWS58IKU=
132-
github.com/refraction-networking/utls v1.8.1 h1:yNY1kapmQU8JeM1sSw2H2asfTIwWxIkrMJI0pRUOCAo=
133-
github.com/refraction-networking/utls v1.8.1/go.mod h1:jkSOEkLqn+S/jtpEHPOsVv/4V4EVnelwbMQl4vCWXAM=
132+
github.com/refraction-networking/utls v1.8.2 h1:j4Q1gJj0xngdeH+Ox/qND11aEfhpgoEvV+S9iJ2IdQo=
133+
github.com/refraction-networking/utls v1.8.2/go.mod h1:jkSOEkLqn+S/jtpEHPOsVv/4V4EVnelwbMQl4vCWXAM=
134134
github.com/restic/chunker v0.4.0 h1:YUPYCUn70MYP7VO4yllypp2SjmsRhRJaad3xKu1QFRw=
135135
github.com/restic/chunker v0.4.0/go.mod h1:z0cH2BejpW636LXw0R/BGyv+Ey8+m9QGiOanDHItzyw=
136136
github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc=
@@ -147,8 +147,8 @@ github.com/siyuan-note/eventbus v0.0.0-20240627125516-396fdb0f0f97 h1:lM5v8BfNtb
147147
github.com/siyuan-note/eventbus v0.0.0-20240627125516-396fdb0f0f97/go.mod h1:1/nGgthl89FPA7GzAcEWKl6zRRnfgyTjzLZj9bW7kuw=
148148
github.com/siyuan-note/filelock v0.0.0-20251212095217-08318833e008 h1:3wEmNS4eZkxwm1rhXDhVK5Y0o/GKAZtfe1VV584BF+A=
149149
github.com/siyuan-note/filelock v0.0.0-20251212095217-08318833e008/go.mod h1:9OhXAyOkSXwuLvNCZk2aFMo0nOldyO3f2hMJEnkuT30=
150-
github.com/siyuan-note/httpclient v0.0.0-20251231084218-4438e0847834 h1:TAOKWTRvB4HY+T4zO8r5NROxRcywsH5UNFx6SVDb+lE=
151-
github.com/siyuan-note/httpclient v0.0.0-20251231084218-4438e0847834/go.mod h1:ToPVbZ3O7+ZNko5A51EtB6boNPwnZ7UdgEqlgH0Tx5c=
150+
github.com/siyuan-note/httpclient v0.0.0-20260114092605-6a628f4cc8e2 h1:bqEuCDupP57VtPUXccCmM24zjYhU20cNgISvmpe7Vu4=
151+
github.com/siyuan-note/httpclient v0.0.0-20260114092605-6a628f4cc8e2/go.mod h1:7096uBj6IsEljQhl1y3MdWhd47DSfZzs67aO6h1bTs4=
152152
github.com/siyuan-note/logging v0.0.0-20251209020516-52f1a2f65ec5 h1:bIMoJAAf3tV0xYcN+N2Vw7Ot/LbVxuz715o1rn1GDto=
153153
github.com/siyuan-note/logging v0.0.0-20251209020516-52f1a2f65ec5/go.mod h1:U6DyWKvtIPW9WrUoUikPCwFUzUoHGtEJjjeLNYae1nc=
154154
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)