mirror of
https://github.com/rclone/rclone.git
synced 2025-12-18 17:23:20 +00:00
vendor: update all dependencies
This commit is contained in:
2
vendor/github.com/putdotio/go-putio/putio/client.go
generated
vendored
2
vendor/github.com/putdotio/go-putio/putio/client.go
generated
vendored
@@ -173,7 +173,7 @@ func checkResponse(r *http.Response) error {
|
||||
if len(data) > 0 {
|
||||
err = json.Unmarshal(data, errorResponse)
|
||||
if err != nil {
|
||||
return fmt.Errorf("json decod error: %s. status: %v. Details: %v:", err, status, string(data[:250]))
|
||||
return fmt.Errorf("json decode error: %s. status: %v. Details: %v:", err, status, string(data[:250]))
|
||||
}
|
||||
}
|
||||
return errorResponse
|
||||
|
||||
Reference in New Issue
Block a user