2 Commits

Author SHA1 Message Date
Gopher Robot
ec5679f607 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: I6b389549fe4bc53a62cb383c5fb10156ccfcffba
Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/507840
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Gopher Robot <gobot@golang.org>
Auto-Submit: Gopher Robot <gobot@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
2023-07-05 21:07:49 +00:00
Bryan C. Mills
989acb1bfe all: update dependencies to their latest versions
This change was prepared by running:
	go1.21rc2 get -u -t ./...
	go1.21rc2 mod tidy -compat=1.17

Change-Id: I533c4361aae073b7a5280aad2c2e5eea752df62a
Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/506296
Reviewed-by: Cody Oss <codyoss@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
2023-06-26 19:20:11 +00:00
2 changed files with 1524 additions and 15 deletions

11
go.mod
View File

@@ -3,13 +3,14 @@ module golang.org/x/oauth2
go 1.17 go 1.17
require ( require (
cloud.google.com/go/compute/metadata v0.2.0 cloud.google.com/go/compute/metadata v0.2.3
github.com/google/go-cmp v0.5.8 github.com/google/go-cmp v0.5.9
google.golang.org/appengine v1.6.7 google.golang.org/appengine v1.6.7
) )
require ( require (
github.com/golang/protobuf v1.5.2 // indirect cloud.google.com/go/compute v1.20.1 // indirect
golang.org/x/net v0.11.0 // indirect github.com/golang/protobuf v1.5.3 // indirect
google.golang.org/protobuf v1.28.0 // indirect golang.org/x/net v0.12.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
) )

1528
go.sum

File diff suppressed because it is too large Load Diff