build(deps): bump github.com/gophercloud/gophercloud
Bumps [github.com/gophercloud/gophercloud](https://github.com/gophercloud/gophercloud) from 0.22.0 to 0.24.0. - [Release notes](https://github.com/gophercloud/gophercloud/releases) - [Changelog](https://github.com/gophercloud/gophercloud/blob/master/CHANGELOG.md) - [Commits](https://github.com/gophercloud/gophercloud/compare/v0.22.0...v0.24.0) --- updated-dependencies: - dependency-name: github.com/gophercloud/gophercloud dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f21e5fd1c9
commit
8ca8dd5616
11 changed files with 485 additions and 68 deletions
1
vendor/github.com/gophercloud/gophercloud/provider_client.go
generated
vendored
1
vendor/github.com/gophercloud/gophercloud/provider_client.go
generated
vendored
|
|
@ -475,6 +475,7 @@ func (client *ProviderClient) doRequest(method, url string, options *RequestOpts
|
|||
if err != nil {
|
||||
e := &ErrUnableToReauthenticate{}
|
||||
e.ErrOriginal = respErr
|
||||
e.ErrReauth = err
|
||||
return nil, e
|
||||
}
|
||||
if options.RawBody != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue