commit | 2104d58473e0869996f17ef05fb7e0cc9bd19312 | [log] [tgz] |
---|---|---|
author | Bryan C. Mills <bcmills@google.com> | Thu Jun 30 10:28:18 2022 -0400 |
committer | Gopher Robot <gobot@golang.org> | Thu Jun 30 14:38:37 2022 +0000 |
tree | d8da0b944e25d6da5823cad968fb45ae33d034c3 | |
parent | e18db7c236918248868e8f62de2089ef934f0df4 [diff] |
all: update transitive dependencies 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>
oauth2 package contains a client implementation for OAuth 2.0 spec.
go get golang.org/x/oauth2
Or you can manually git clone the repository to $(go env GOPATH)/src/golang.org/x/oauth2
.
See pkg.go.dev for further documentation and examples.
We no longer accept new provider-specific packages in this repo if all they do is add a single endpoint variable. If you just want to add a single endpoint, add it to the pkg.go.dev/golang.org/x/oauth2/endpoints package.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the oauth2 repository is located at https://github.com/golang/oauth2/issues.