debian-forge-composer/internal
Tomas Hozza 07a5745875 internal/cloud/gcp: use pkg.go.dev/cloud.google.com/go for Compute Engine
The internal GCP package used `pkg.go.dev/google.golang.org/api` [1] to
interact with Compute Engine API. Modify the package to use the new and
idiomatic `pkg.go.dev/cloud.google.com/go` [2] library for interacting
with the Compute Engine API. The new library have been already used to
interact with the Cloudbuild and Storage APIs. The new library was not
used for Compute Engine since the beginning, because at that time, it
didn't support Compute Engine.

Update go.mod and vendored packages.

[1] https://github.com/googleapis/google-api-go-client
[2] https://github.com/googleapis/google-cloud-go

Signed-off-by: Tomas Hozza <thozza@redhat.com>
2022-02-03 15:35:28 +01:00
..
auth jwt: support multiple key providers 2022-01-31 20:40:22 +00:00
blueprint internal: mandate installation device for the simplified installer 2021-11-18 18:10:09 +01:00
boot gosec: G204 - Subproccess launched as function arg 2021-12-13 12:17:30 +02:00
client Weldr API: introduce Image Type denylist for filtering exposed images 2021-08-02 18:51:03 +02:00
cloud internal/cloud/gcp: use pkg.go.dev/cloud.google.com/go for Compute Engine 2022-02-03 15:35:28 +01:00
cloudapi worker/api: align & improve error handlers 2022-02-02 11:15:20 +01:00
common internal/common: introduce function to convert data sizes 2021-11-02 18:32:47 +01:00
crypt crypt: add automatic darwin support 2020-07-17 07:48:22 +02:00
disk gosec: G404 - Use of weak rng 2021-12-13 12:17:30 +02:00
distro distro/rhel90: disable pw auth for EC2 images 2022-02-03 14:57:16 +01:00
distroregistry distro/fedora: implementation cleanups for newer releases 2022-02-03 14:51:07 +01:00
jobqueue worker/server: typesafe Job and JobStatus 2022-02-01 20:28:40 +00:00
jsondb gosec: G306-WriteFile permissions higher than 0600 2021-12-13 12:17:30 +02:00
kojiapi worker/server: typesafe Job and JobStatus 2022-02-01 20:28:40 +00:00
mocks worker: Configurable timeout for RequestJob 2021-10-19 00:12:18 +01:00
osbuild1 osbuild: test Write() on nil Result receivers 2021-11-17 15:21:40 +01:00
osbuild2 osbuild2: fix typo in tar stage option value 2021-12-22 10:41:22 +01:00
ostree ostree: add test for VerifyRef() 2021-06-18 14:02:09 +01:00
prometheus metrics: add additional buckets 2021-12-15 19:53:11 +00:00
reporegistry reporegistry: Add a DistroHasRepos helper function 2021-07-12 08:58:42 +02:00
rhsm internal/rhsm: implement fallback to the previous mechanism 2021-08-09 12:40:23 +02:00
rpmmd dnf-json: Change dnf-json to be a daemon 2021-12-15 09:41:32 +01:00
store distro/fedora: implementation cleanups for newer releases 2022-02-03 14:51:07 +01:00
target Add support for OCI upload provider 2022-01-28 15:16:47 +01:00
test gosec: G204 - Subproccess launched as function arg 2021-12-13 12:17:30 +02:00
upload Add support for OCI upload provider 2022-01-28 15:16:47 +01:00
weldr worker/server: typesafe Job and JobStatus 2022-02-01 20:28:40 +00:00
worker worker/api: align & improve error handlers 2022-02-02 11:15:20 +01:00
tools.go go: vendor the oapi-codegen cmd 2021-02-01 15:32:58 +01:00