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. Change-Id: Id1413f67816220ef8039fb933088f4b7f50d70e5 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/540817 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com>
17 lines
358 B
Modula-2
17 lines
358 B
Modula-2
module golang.org/x/oauth2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
cloud.google.com/go/compute/metadata v0.2.3
|
|
github.com/google/go-cmp v0.5.9
|
|
google.golang.org/appengine v1.6.7
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/compute v1.20.1 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
golang.org/x/net v0.18.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|