fix(115): update 115 driver lib to fix some bugs (#2275)

* fix duplicate cookies in client.List func
* rm useless cookie when init
This commit is contained in:
sheltonzhu
2022-11-09 18:15:06 +08:00
committed by GitHub
parent c3ab378ac5
commit 44f5cf40ef
3 changed files with 6 additions and 4 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module github.com/alist-org/alist/v3
go 1.19
require (
github.com/SheltonZhu/115driver v1.0.11
github.com/SheltonZhu/115driver v1.0.12
github.com/Xhofe/go-cache v0.0.0-20220723083548-714439c8af9a
github.com/aws/aws-sdk-go v1.44.88
github.com/caarlos0/env/v6 v6.9.3