woodpecker/vendor/golang.org/x/oauth2
6543 56a854fe14
Update deps (#789)
* update github.com/docker/cli

* update github.com/docker/distribution

* update github.com/docker/docker

* update github.com/gin-gonic/gin

* update github.com/golang-jwt/jwt/v4

* update github.com/golangci/golangci-lint

* update github.com/gorilla/securecookie

* update github.com/mattn/go-sqlite3

* update github.com/moby/moby

* update github.com/prometheus/client_golang

* update github.com/xanzy/go-gitlab
2022-02-24 17:33:24 +01:00
..
bitbucket Use go's vendoring (#284) 2021-08-30 19:14:04 +02:00
internal Update Dependencies (#486) 2021-10-28 12:11:52 +02:00
.travis.yml Use go's vendoring (#284) 2021-08-30 19:14:04 +02:00
AUTHORS Use go's vendoring (#284) 2021-08-30 19:14:04 +02:00
CONTRIBUTING.md Use go's vendoring (#284) 2021-08-30 19:14:04 +02:00
CONTRIBUTORS Use go's vendoring (#284) 2021-08-30 19:14:04 +02:00
go.mod Update deps (#789) 2022-02-24 17:33:24 +01:00
go.sum Update deps (#789) 2022-02-24 17:33:24 +01:00
LICENSE Use go's vendoring (#284) 2021-08-30 19:14:04 +02:00
oauth2.go Use go's vendoring (#284) 2021-08-30 19:14:04 +02:00
README.md Update Dependencies (#486) 2021-10-28 12:11:52 +02:00
token.go Use go's vendoring (#284) 2021-08-30 19:14:04 +02:00
transport.go Use go's vendoring (#284) 2021-08-30 19:14:04 +02: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 packages

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

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.