mirror of
https://github.com/restic/restic.git
synced 2025-12-23 12:06:15 +00:00
Update dependenciess
Exclude minio-go for now (pin to 3.x.y).
This commit is contained in:
4
vendor/github.com/Azure/azure-sdk-for-go/arm/postgresql/operations.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/postgresql/operations.go
generated
vendored
@@ -80,7 +80,9 @@ func (client OperationsClient) ListPreparer() (*http.Request, error) {
|
||||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// ListResponder handles the response to the List request. The method always
|
||||
|
||||
Reference in New Issue
Block a user