commit | e18db7c236918248868e8f62de2089ef934f0df4 | [log] [tgz] |
---|---|---|
author | Bryan C. Mills <bcmills@google.com> | Thu Jun 30 10:24:53 2022 -0400 |
committer | Gopher Robot <gobot@golang.org> | Thu Jun 30 14:36:54 2022 +0000 |
tree | 35c61807578a06e614e78862c60566add8c7eae9 | |
parent | 02e64fa58f26dad2ce3170616de8731519142388 [diff] |
all: update go version to 1.17 This enables module graph pruning (https://go.dev/ref/mod#graph-pruning) for this module, pruning out unncessary dependencies for other modules at 'go 1.17' or higher that require this one. Notably, this may prune out a great many transitive dependencies of cloud.google.com/go. Change-Id: Ide1030fc0d308dc768447c4e47c371dfdca6387c Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/415394 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Bryan Mills <bcmills@google.com> Reviewed-by: Cody Oss <codyoss@google.com> Auto-Submit: Bryan Mills <bcmills@google.com>
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.