mirror of
https://github.com/golang/oauth2.git
synced 2025-07-21 00:00:09 +08:00
This newly carved out module has 0 external dependencies which should help simiplify many peoples dep trees. Change-Id: I59fcc8517b92fea0142fdee1be12076c4ece3e61 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/446075 Auto-Submit: Cody Oss <codyoss@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Russ Cox <rsc@golang.org> Run-TryBot: Cody Oss <codyoss@google.com>
16 lines
296 B
Modula-2
16 lines
296 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
|
|
golang.org/x/net v0.1.0
|
|
google.golang.org/appengine v1.6.7
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
)
|