Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(all): update all #1707

Merged
merged 3 commits into from Oct 13, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 11 additions & 11 deletions go.mod
@@ -1,20 +1,20 @@
module google.golang.org/api

go 1.15
go 1.19

require (
cloud.google.com/go/compute v1.7.0
github.com/google/go-cmp v0.5.8
cloud.google.com/go/compute v1.10.0
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0
github.com/googleapis/enterprise-certificate-proxy v0.2.0
github.com/googleapis/gax-go/v2 v2.4.0
github.com/googleapis/gax-go/v2 v2.5.1
go.opencensus.io v0.23.0
golang.org/x/net v0.0.0-20220909164309-bea034e7d591
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
golang.org/x/net 0b7e1fb9d458
golang.org/x/oauth2 b44042a4b9c1
golang.org/x/sync 8fcdb60fdcc0
golang.org/x/sys 090e33056c14
golang.org/x/xerrors 04be3eba64a2
google.golang.org/appengine v1.6.7
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f
google.golang.org/grpc v1.47.0
google.golang.org/genproto 15ba04fc1c0e
google.golang.org/grpc v1.50.0
)
4 changes: 2 additions & 2 deletions internal/kokoro/discogen/go.mod
@@ -1,10 +1,10 @@
module google.golang.org/api/internal/kokoro/discogen

go 1.17
go 1.19

require (
github.com/google/go-github/v42 v42.0.0
golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2
golang.org/x/oauth2 b44042a4b9c1
)

require (
Expand Down