build(deps): bump cloud.google.com/go/compute from 1.6.0 to 1.6.1

Bumps [cloud.google.com/go/compute](https://github.com/googleapis/google-cloud-go) from 1.6.0 to 1.6.1.
- [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/pubsub/v1.6.0...pubsub/v1.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-25 14:07:49 +00:00 committed by Tomáš Hozza
parent 9840ef750b
commit a040467de5
90 changed files with 6052 additions and 1173 deletions

4
go.mod
View file

@ -4,7 +4,7 @@ go 1.16
require (
cloud.google.com/go/cloudbuild v1.2.0
cloud.google.com/go/compute v1.6.0
cloud.google.com/go/compute v1.6.1
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
@ -47,6 +47,6 @@ require (
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
google.golang.org/api v0.75.0
google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4
google.golang.org/genproto v0.0.0-20220421151946-72621c1f0bd3
gopkg.in/ini.v1 v1.66.4
)