mirror of
https://github.com/golang/oauth2.git
synced 2025-07-21 00:00:09 +08:00
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: If7957dff90ca75fa8fd84ace90ed15066bfd3e48 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/473438 Reviewed-by: Heschi Kreinick <heschi@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Gopher Robot <gobot@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
16 lines
308 B
Modula-2
16 lines
308 B
Modula-2
module golang.org/x/oauth2
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
cloud.google.com/go/compute/metadata v0.2.0
|
|
github.com/google/go-cmp v0.5.8
|
|
google.golang.org/appengine v1.6.7
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
golang.org/x/net v0.8.0 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
)
|