build(deps): bump cloud.google.com/go/storage from 1.26.0 to 1.27.0

Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.26.0...spanner/v1.27.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-23 04:21:13 +00:00 committed by Ondřej Budai
parent 9670918d21
commit 49cf427e6a
51 changed files with 1311 additions and 479 deletions

4
go.mod
View file

@ -7,7 +7,7 @@ exclude github.com/mattn/go-sqlite3 v2.0.3+incompatible
require (
cloud.google.com/go/cloudbuild v1.2.0
cloud.google.com/go/compute v1.10.0
cloud.google.com/go/storage v1.26.0
cloud.google.com/go/storage v1.27.0
github.com/Azure/azure-pipeline-go v0.2.3
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible
github.com/Azure/azure-storage-blob-go v0.13.0
@ -49,6 +49,6 @@ require (
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10
google.golang.org/api v0.97.0
google.golang.org/genproto v0.0.0-20220915135415-7fd63a7952de
google.golang.org/genproto v0.0.0-20220920201722-2b89144ce006
gopkg.in/ini.v1 v1.67.0
)