commit | 989acb1bfed17be45134185bd228d89675a68f19 | [log] [tgz] |
---|---|---|
author | Bryan C. Mills <bcmills@google.com> | Mon Jun 26 14:30:04 2023 -0400 |
committer | Gopher Robot <gobot@golang.org> | Mon Jun 26 19:20:11 2023 +0000 |
tree | 199c182d0b91c8565c374e38714e16a27ddd80ff | |
parent | 2323c81c8dba82e8650ed3a24a1a5667e293af38 [diff] |
all: update dependencies to their latest versions This change was prepared by running: go1.21rc2 get -u -t ./... go1.21rc2 mod tidy -compat=1.17 Change-Id: I533c4361aae073b7a5280aad2c2e5eea752df62a Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/506296 Reviewed-by: Cody Oss <codyoss@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> 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.
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://golang.org/doc/contribute.html. In particular: