client/vendor/golang.org/x/oauth2
knative-automation d07b60092c
upgrade to latest dependencies (#1642)
bumping knative.dev/hack 0e0784b...6ffd841:
  > 6ffd841 Update community files (# 168)
  > 02c525c Update community files (# 167)
bumping knative.dev/serving f4ea3ac...674c1c6:
  > 674c1c6 Update net-istio nightly (# 12833)
  > 807f9c9 Update net-certmanager nightly (# 12826)
  > bdb6511 Update net-kourier nightly (# 12817)
  > 60f0883 Update actions (# 12841)
  > 845878e Update community files (# 12838)
  > e73e83b Update community files (# 12837)
  > e38c4cf Fix tag to digest resolution with K8s secrets (# 12836)
  > a01b639 fix double import (# 12832)
  > b4d1391 upgrade to latest dependencies (# 12831)
bumping knative.dev/networking 7307ffd...f96f8e2:
  > f96f8e2 upgrade to latest dependencies (# 655)
  > 224a816 Update actions (# 656)
  > 57ad9cf Update community files (# 654)
  > 88881dd Update community files (# 653)
  > 0d114b7 upgrade to latest dependencies (# 652)
bumping knative.dev/pkg 4d62e1d...00c122e:
  > 00c122e Add genreconcile for ConfigMap (# 2489)
  > 6bb6518 Update actions (# 2488)
  > 5b0e728 drop deprecated eventing repos (# 2463)
  > 75629c8 Update community files (# 2487)
  > ca82d2b Add `NewProxyAutoTLSTransport` and `DialTLSWithBackOff` to support TLS proxy (# 2479)
  > e2b4d74 Update community files (# 2486)
bumping knative.dev/eventing 58865af...e874b89:
  > e874b89 upgrade to latest dependencies (# 6321)
  > fd10179 Update community files (# 6320)
  > bb76b30 Update community files (# 6310)
  > 5accb7a Update actions (# 6303)
  > 2ff606c upgrade to latest dependencies (# 6307)
bumping gotest.tools/v3 568bc57...dc5149e:
  > dc5149e Merge pull request # 224 from DominicLavery/main
  > 7fe928e Merge pull request # 223 from seriousben/fix-golden-dir-creation
  > 7501e42 switch darwin defaults using runtime.GOOS
  > 10e310b Merge pull request # 222 from gotestyourself/fs-path-existing
  > b0ea9a7 Stop creating directory outside of testdata
  > aca5a3c Fix # 141 comparing symlink permissions
  > 196ee67 Merge pull request # 208 from dnephin/assert-error-is
  > cb4623d fs: add DirFromPath
  > 524f2ce Merge pull request # 221 from dnephin/go1.17
  > bc5434b Remove commented out line
  > 4fbf292 Merge pull request # 218 from thaJeztah/secure_exec
  > 4d8cea6 ci: add go1.17, remove go1.13
  > 567b2a0 lint: ignore line length in tests
  > fd36aec Merge pull request # 219 from dnephin/fix-windows-ci
  > 66ae1b5 icmd: replace all usages of os/exec with golang.org/x/sys/execabs
  > ae5beef assert: Add ErrorIs
  > c280cb4 Merge pull request # 217 from thaJeztah/bump_deps
  > 2dd0fa3 ci: set path for go install
  > cda9c22 go.mod: golang.org/x/tools v0.1.0
  > e419626 poll: small improvement to check functions
  > 3fcbc0e Merge pull request # 216 from thaJeztah/bump_go_16
  > 77bb3d3 go.mod: github.com/google/go-cmp v0.5.5
  > 1df0ee5 Merge pull request # 215 from dnephin/mkdir-in-update
  > d67588d CircleCI: update to GA version of Go 1.16
  > 059fb72 go.mod: github.com/pkg/errors v0.9.1
  > de21663 Merge pull request # 213 from dnephin/ci-go-1.16
  > fbb0800 golden: only create dir if update flag is set
  > 84d691d Merge pull request # 211 from dnephin/add-merge-main-workflow
  > eddfe6c ci: add go1.16
  > 4190a0e Add github action for merging main branch

Signed-off-by: Knative Automation <automation@knative.team>
2022-04-12 08:45:08 +00:00
..
authhandler upgrade to latest dependencies (#1324) 2021-05-26 08:07:28 -07:00
google upgrade to latest dependencies (#1512) 2021-11-04 01:29:01 -07:00
internal Upgrade Eventing API from v1beta1 to v1 (#1284) 2021-04-08 07:42:51 -07:00
jws Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
jwt Update to serving 0.6.0 (#129) 2019-05-20 10:41:27 -07:00
.travis.yml Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
AUTHORS Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
CONTRIBUTING.md Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
CONTRIBUTORS Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
LICENSE Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
README.md upgrade to latest dependencies (#1169) 2020-12-14 22:42:43 -08:00
go.mod upgrade to latest dependencies (#1642) 2022-04-12 08:45:08 +00:00
go.sum upgrade to latest dependencies (#1642) 2022-04-12 08:45:08 +00:00
oauth2.go refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
token.go chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
transport.go Update dependencies, pin k8s deps. (#855) 2020-05-26 00:39:49 -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 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.