build(deps): bump cloud.google.com/go/cloudbuild from 1.0.0 to 1.2.0

Bumps [cloud.google.com/go/cloudbuild](https://github.com/googleapis/google-cloud-go) from 1.0.0 to 1.2.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/dlp/v1.0.0...dlp/v1.2.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/cloudbuild
  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 12:30:37 +00:00 committed by Ondřej Budai
parent e8a87572a7
commit ed96faf9e0
4 changed files with 5 additions and 6 deletions

2
go.mod
View file

@ -3,7 +3,7 @@ module github.com/osbuild/osbuild-composer
go 1.16
require (
cloud.google.com/go/cloudbuild v1.0.0
cloud.google.com/go/cloudbuild v1.2.0
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