go.mod: update golang.org/x dependencies

Update golang.org/x dependencies to their latest tagged versions.
Once this CL is submitted, and post-submit testing succeeds on all
first-class ports across all supported Go versions, this repository
will be tagged with its next minor version.

Change-Id: Ib3b54f9298e19a100fe350d299731738197cabcc
Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/443997
Reviewed-by: Cody Oss <codyoss@google.com>
Run-TryBot: Gopher Robot <gobot@golang.org>
Reviewed-by: Jenny Rakoczy <jenny@golang.org>
Auto-Submit: Gopher Robot <gobot@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
Gopher Robot
2022-10-19 15:40:49 +00:00
parent 6fdb5e3db7
commit e48dfd961a
2 changed files with 13 additions and 3 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.17
require (
cloud.google.com/go/compute v1.7.0
github.com/google/go-cmp v0.5.8
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
golang.org/x/net v0.1.0
google.golang.org/appengine v1.6.7
)