debian-forge-composer/vendor/cloud.google.com/go/auth
Michael Vogt 409b4f6048 go.mod: update to images@v0.117.0
This commit updates to images v0.117.0 so that the cross-distro.sh
test works again (images removed fedora-39.json in main but the
uses the previous version of images that includes fedora-39 so
there is a mismatch (we should look into if there is a way to
get github.com/osbuild/images@latest instead of main in the
cross-arch test).

It also updates all the vendor stuff that got pulled via the
new images release (which is giantonormous).

This update requires updating the Go version to 1.22.8
2025-02-19 19:19:42 +01:00
..
credentials go.mod: update to images@v0.117.0 2025-02-19 19:19:42 +01:00
grpctransport build(deps): bump deps specifically CVE-2024-45338 2025-01-09 16:30:20 +01:00
httptransport build(deps): bump deps specifically CVE-2024-45338 2025-01-09 16:30:20 +01:00
internal Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
oauth2adapt Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
auth.go build(deps): bump deps specifically CVE-2024-45338 2025-01-09 16:30:20 +01:00
CHANGES.md go.mod: update to images@v0.117.0 2025-02-19 19:19:42 +01:00
LICENSE Update osbuild/images to v0.56.0 2024-04-24 15:04:54 +02:00
README.md deps: update images to 0.94 2024-10-25 11:23:16 +02:00
threelegged.go build(deps): bump deps specifically CVE-2024-45338 2025-01-09 16:30:20 +01:00

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.