build(deps): bump cloud.google.com/go/storage from 1.18.2 to 1.22.0

Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.18.2 to 1.22.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/storage/v1.18.2...spanner/v1.22.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-04-20 04:26:25 +00:00 committed by Ondřej Budai
parent 2ad93b28db
commit 9336d66c32
809 changed files with 84313 additions and 268932 deletions

12
go.mod
View file

@ -3,9 +3,9 @@ module github.com/osbuild/osbuild-composer
go 1.16
require (
cloud.google.com/go v0.100.0
cloud.google.com/go/cloudbuild v1.0.0
cloud.google.com/go/storage v1.18.2
cloud.google.com/go/compute v1.5.0
cloud.google.com/go/storage v1.22.0
github.com/Azure/azure-pipeline-go v0.2.3
github.com/Azure/azure-sdk-for-go v63.1.0+incompatible
github.com/Azure/azure-storage-blob-go v0.14.0
@ -43,10 +43,10 @@ require (
github.com/stretchr/testify v1.7.1
github.com/ubccr/kerby v0.0.0-20170626144437-201a958fc453
github.com/vmware/govmomi v0.27.4
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
google.golang.org/api v0.63.0
google.golang.org/genproto v0.0.0-20211221195035-429b39de9b1c
golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886
google.golang.org/api v0.74.0
google.golang.org/genproto v0.0.0-20220405205423-9d709892a2bf
gopkg.in/ini.v1 v1.66.4
)