kaniko/vendor/cloud.google.com/go/auth
Michael Plump 3e56c7fd0f
chore: upgrade all the dependencies to their latest versions (#3454)
* chore: go get -u ./...

* chore: go mod tidy

* chore: go mod vendor

* chore: fix compilation for buildkit >= 0.15.0

* chore: upgrade to Go 1.24

* chore: upgrade the Debian container used in an integration test
2025-05-21 09:31:10 -04:00
..
credentials chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
grpctransport chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
httptransport chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
internal chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
oauth2adapt chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
CHANGES.md chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
LICENSE chore(deps): bump google.golang.org/api from 0.172.0 to 0.175.0 (#3128) 2024-04-22 00:05:47 -07:00
README.md chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
auth.go chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
threelegged.go chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00

README.md

Google Auth Library for Go

Go Reference

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.