terraform/vendor/golang.org/x/oauth2
Chris Marchesi 92c46c55f4
modules: update Azure deps to latest
The dependencies here are dated and are causing conflicts with the
ACME provider, namely the version of the top-level autorest package.

This explicitly updates the Azure SDK and autorest packages, with the
separately versioned sub-packages being added automatically.
2019-07-30 09:12:14 -07:00
..
google modules: update Azure deps to latest 2019-07-30 09:12:14 -07:00
internal modules: update Azure deps to latest 2019-07-30 09:12:14 -07:00
jws Update deps in unknown state and rever nomad 2017-01-19 20:10:17 -05:00
jwt vendor: golang.org/x/oauth2@latest 2019-02-20 18:59:25 +00:00
.travis.yml vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
AUTHORS
CONTRIBUTING.md command/format: fix indentation 2018-10-16 19:14:11 -07:00
CONTRIBUTORS
LICENSE vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
README.md vendor: golang.org/x/oauth2@latest 2019-02-20 18:59:25 +00:00
go.mod vendor: golang.org/x/oauth2@latest 2019-02-20 18:59:25 +00:00
go.sum vendor: golang.org/x/oauth2@latest 2019-02-20 18:59:25 +00:00
oauth2.go vendor: golang.org/x/oauth2@latest 2019-02-20 18:59:25 +00:00
token.go vendor: golang.org/x/oauth2@latest 2019-02-20 18:59:25 +00:00
transport.go command/format: fix indentation 2018-10-16 19:14:11 -07:00

README.md

OAuth2 for Go

Build Status GoDoc

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 godoc for further documentation and examples.

Policy for new packages

We no longer accept new provider-specific packages in this repo. For defining provider endpoints and provider-specific OAuth2 behavior, we encourage you to create packages elsewhere. We'll keep the existing packages for compatibility.

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.