Skip to content

Commit d1f7cf1

Browse files
Bump google.golang.org/api from 0.98.0 to 0.99.0 (#1673)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.98.0 to 0.99.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.98.0...v0.99.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d35259 commit d1f7cf1

File tree

2 files changed

+22
-528
lines changed

2 files changed

+22
-528
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ require (
1818
github.com/stretchr/testify v1.8.0
1919
github.com/zclconf/go-cty v1.11.0
2020
golang.org/x/mod v0.5.1
21-
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
21+
golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1
2222
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
23-
google.golang.org/api v0.98.0
23+
google.golang.org/api v0.99.0
2424
gopkg.in/ini.v1 v1.67.0
2525
)
2626

2727
require (
28-
cloud.google.com/go/compute v1.7.0 // indirect
28+
cloud.google.com/go/compute v1.10.0 // indirect
2929
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
3030
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
3131
github.com/Azure/go-autorest/logger v0.2.1 // indirect
@@ -39,7 +39,7 @@ require (
3939
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
4040
github.com/golang/protobuf v1.5.2 // indirect
4141
github.com/google/go-cmp v0.5.9 // indirect
42-
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
42+
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
4343
github.com/hashicorp/errwrap v1.0.0 // indirect
4444
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
4545
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -71,12 +71,12 @@ require (
7171
github.com/vmihailenco/tagparser v0.1.1 // indirect
7272
go.opencensus.io v0.23.0 // indirect
7373
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
74-
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
74+
golang.org/x/net v0.0.0-20221012135044-0b7e1fb9d458 // indirect
7575
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
7676
golang.org/x/text v0.3.7 // indirect
7777
google.golang.org/appengine v1.6.7 // indirect
78-
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect
79-
google.golang.org/grpc v1.48.0 // indirect
78+
google.golang.org/genproto v0.0.0-20221010155953-15ba04fc1c0e // indirect
79+
google.golang.org/grpc v1.50.0 // indirect
8080
google.golang.org/protobuf v1.28.1 // indirect
8181
gopkg.in/yaml.v3 v3.0.1 // indirect
8282
)

0 commit comments

Comments
 (0)