commit | 014cf778b444f29c82ececa4f3ec1f6fe3db3eaf | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Wed Aug 13 14:21:43 2025 |
committer | Gopher Robot <gobot@golang.org> | Wed Aug 13 14:52:40 2025 |
tree | 9059fa6cb6d5dbbf33e86a28e3edc2510fd39333 | |
parent | 3c76ce5d23d0d48721316e7631625ce32afaa14b [diff] |
all: upgrade go directive to at least 1.24.0 [generated] By now Go 1.25.0 has been released, and Go 1.23 is no longer supported per the Go Release Policy (see https://go.dev/doc/devel/release#policy). For golang/go#69095. [git-generate] (cd . && go get go@1.24.0 && go mod tidy && go fix ./... && go mod edit -toolchain=none) Change-Id: I9f54f22bd309b9f22524355294e844c9615a6281 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/695755 Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Gopher Robot <gobot@golang.org>
oauth2 package contains a client implementation for OAuth 2.0 spec.
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.
The main issue tracker for the oauth2 repository is located at https://github.com/golang/oauth2/issues.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/oauth2.
Note: