debian-forge-composer/vendor/golang.org/x/oauth2
Ondřej Budai 19edaca01a go.mod: update images to 0.11
Mainly to include:

- distro/rhel9: Make /boot 600 MiB big on RHEL 9.3+
- fedora: exclude sdubby
- Minimal image builds

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
2023-10-10 08:17:49 +02:00
..
authhandler go.mod: update github.com/containers/image/v5 2022-08-29 10:25:38 +02:00
google go.mod: update images to 0.11 2023-10-10 08:17:49 +02:00
internal vendor: Update osbuild/images to commit dd48a38be218 2023-09-21 16:56:54 +02:00
jws build(deps): bump cloud.google.com/go/compute from 1.9.0 to 1.10.0 2022-09-22 16:26:27 +02:00
jwt internal/upload: Add support for upload to GCP and CLI tool using it 2021-02-25 18:44:21 +00:00
.travis.yml internal/upload: Add support for upload to GCP and CLI tool using it 2021-02-25 18:44:21 +00:00
CONTRIBUTING.md internal/upload: Add support for upload to GCP and CLI tool using it 2021-02-25 18:44:21 +00:00
deviceauth.go go.mod: update images to 0.11 2023-10-10 08:17:49 +02:00
LICENSE internal/upload: Add support for upload to GCP and CLI tool using it 2021-02-25 18:44:21 +00:00
oauth2.go go.mod: update images to 0.11 2023-10-10 08:17:49 +02:00
pkce.go go.mod: update images to 0.11 2023-10-10 08:17:49 +02:00
README.md build(deps): bump cloud.google.com/go/compute from 1.10.0 to 1.19.3 2023-05-22 11:51:42 +02:00
token.go vendor: Update osbuild/images to commit dd48a38be218 2023-09-21 16:56:54 +02:00
transport.go internal/upload: Add support for upload to GCP and CLI tool using it 2021-02-25 18:44:21 +00:00

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.