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: Icf68cb33585a13df206afacdb79832ea76f82346 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/554676 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Than McIntosh <thanm@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@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.20.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|