mirror of
https://github.com/golang/oauth2.git
synced 2025-07-21 00:00:09 +08:00
Notably, this updates the transitive dependency providing the package "cloud.google.com/go/compute" from module cloud.google.com/go to module cloud.google.com/go/compute. In combination with module graph pruning, this may help modules that depend on this one avoid unnecessary dependencies on (and via) the cloud.google.com/go module. Change-Id: Ie74d0b2bf34e071ecf316ddb1ed567a05789fdf2 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/415395 Auto-Submit: Bryan Mills <bcmills@google.com> Reviewed-by: Cody Oss <codyoss@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
16 lines
315 B
Modula-2
16 lines
315 B
Modula-2
module golang.org/x/oauth2
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
cloud.google.com/go/compute v1.7.0
|
|
github.com/google/go-cmp v0.5.8
|
|
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
|
|
google.golang.org/appengine v1.6.7
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
)
|