mirror of
https://github.com/golang/oauth2.git
synced 2025-07-21 00:00:09 +08:00
This library no longer builds on Go versions prior to Go 1.17, so no longer needs to support compilation specific to AppEngine environments on Go versions prior to Go 1.11 Related to #615 Change-Id: Ia9579ea2091cb86ee96065affb920370c4ba33ea Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/570595 Reviewed-by: Matt Hickford <matt.hickford@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cody Oss <codyoss@google.com> Run-TryBot: Matt Hickford <matt.hickford@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org>
11 lines
184 B
Modula-2
11 lines
184 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
|
|
)
|
|
|
|
require cloud.google.com/go/compute v1.20.1 // indirect
|