kaniko/vendor/golang.org/x/oauth2
dependabot[bot] 05179d7270
chore(deps): bump google.golang.org/api from 0.182.0 to 0.183.0 (#3192)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.182.0 to 0.183.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.182.0...v0.183.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 10:57:28 -07:00
..
authhandler fix(executor): make pax tar builds reproducible again (#2384) 2023-03-21 18:08:29 -04:00
google chore(deps): bump google.golang.org/api from 0.182.0 to 0.183.0 (#3192) 2024-06-10 10:57:28 -07:00
internal chore(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (#3107) 2024-04-08 12:07:16 -07:00
jws fix(executor): make pax tar builds reproducible again (#2384) 2023-03-21 18:08:29 -04:00
jwt upgrade go container registry to latest master 2020-03-18 15:00:49 -07:00
.travis.yml fix highwayhash 2019-12-21 12:18:09 -08:00
CONTRIBUTING.md fix highwayhash 2019-12-21 12:18:09 -08:00
LICENSE Updated vendor 2018-03-26 14:44:07 -07:00
README.md chore(deps): bump google.golang.org/api from 0.110.0 to 0.120.0 (#2484) 2023-05-05 15:52:07 -07:00
deviceauth.go chore(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 (#2781) 2023-10-09 07:14:31 -07:00
oauth2.go chore(deps): bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 (#3150) 2024-05-06 16:22:48 -07:00
pkce.go chore(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 (#2781) 2023-10-09 07:14:31 -07:00
token.go chore(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 (#2732) 2023-09-06 11:28:11 -07:00
transport.go bump go-containerregistry dep 2020-08-04 19:41:26 -07:00

README.md

OAuth2 for Go

Go Reference Build Status

oauth2 package contains a client implementation for OAuth 2.0 spec.

Installation

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.

Policy for new endpoints

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.

Report Issues / Send Patches

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:

  • Excluding trivial changes, all contributions should be connected to an existing issue.
  • API changes must go through the change proposal process before they can be accepted.
  • The code owners are listed at dev.golang.org/owners.