mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Fix: handle none-utf8 encoding in decompression
This commit is contained in:
1
go.mod
1
go.mod
@@ -33,6 +33,7 @@ require (
|
||||
github.com/upyun/go-sdk v2.1.0+incompatible
|
||||
github.com/zyxar/argo v0.0.0-20190709183644-6096bc0e6414
|
||||
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
|
||||
golang.org/x/text v0.3.2
|
||||
gopkg.in/go-playground/validator.v8 v8.18.2
|
||||
gopkg.in/ini.v1 v1.51.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user