mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-05-25 18:46:26 +00:00
- Update github.com/sirupsen/logrus v1.9.0 -> v1.9.3 in test/go.mod to fix GHSA-4f99-4q7p-p3gh (High) - Update github.com/prometheus/prometheus v0.35.0 -> v0.311.3 to fix GHSA-vffh-x6r8-xx99 (Medium) - Run go mod tidy and go mod vendor to update vendor directory
Google Auth Library for Go
Install
go get cloud.google.com/go/auth@latest
Usage
The most common way this library is used is transitively, by default, from any of our Go client libraries.
Notable use-cases
- To create a credential directly please see examples in the credentials package.
- To create a authenticated HTTP client please see examples in the httptransport package.
- To create a authenticated gRPC connection please see examples in the grpctransport package.
- To create an ID token please see examples in the idtoken package.
Contributing
Contributions are welcome. Please, see the CONTRIBUTING document for details.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See Contributor Code of Conduct for more information.