commit | ee480838109b20d468babcb00b7027c82f962065 | [log] [tgz] |
---|---|---|
author | Daniel Marshall <daniel.marshall2@ibm.com> | Wed Feb 23 11:27:23 2022 +0000 |
committer | Cody Oss <codyoss@google.com> | Wed Feb 23 15:52:21 2022 +0000 |
tree | 4cdfef84140dd719d5260fc26709044e4ce13a55 | |
parent | d3ed0bb246c8d3c75b63937d9a5eecff9c74d7fe [diff] |
go.mod: update vulnerable net library Resolves #548 Change-Id: I89f23601c812a8c782ee3155f1212f260ded9fc8 GitHub-Last-Rev: 22800fad6772d02cc7aacd301282292031c0b496 GitHub-Pull-Request: golang/oauth2#549 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/387594 Reviewed-by: Cody Oss <codyoss@google.com> Trust: Cody Oss <codyoss@google.com> Run-TryBot: Cody Oss <codyoss@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Trust: Tyler Bui-Palsulich <tbp@google.com>
oauth2 package contains a client implementation for OAuth 2.0 spec.
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.
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.
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.