Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 585944,
"has_wiki": true,
"homepage": "https://cloud.google.com/go/docs/reference",
"languages": {
"Go": 13941419,
"Shell": 46402,
"Python": 718,
"Makefile": 1455,
"Dockerfile": 1549
},
"pushed_at": "2026-07-19T20:21:49Z",
"created_at": "2026-07-19T20:20:23Z",
"owner_type": "User",
"updated_at": "2026-07-19T20:22:14Z",
"description": "Google Cloud Client Libraries for Go.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://trakhimenok.com/",
"name": "Alexander Trakhimenok",
"type": "User",
"login": "trakhimenok",
"company": null,
"location": "Limerick, Ireland",
"followers": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/533159?v=4",
"created_at": "2010-12-22T10:57:24Z",
"is_verified": null,
"public_repos": 23,
"account_age_days": 5696
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "0bcc7edb3b602965239c84e4617c88a24c810152",
"body": null,
"is_bot": false,
"headline": "fix(firestore): support defined string map keys in transforms",
"author_name": "Alexander Trakhimenok",
"author_login": "trakhimenok",
"committed_at": "2026-07-19T20:21:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c38706633aa13da88e8c54b0b6340b9ce7209007",
"body": "…acer (#20158)\n\n## Summary\n\n- Hoists per-attempt cluster/zone/transport/server-latency extraction\nout of `HandleRPC`'s `stats.End` branch and into a new `ingestMetadata`\nhelper that runs on the `InHeader`/`InTrailer` dispatches. `End` now\nreads only already-parsed primitives — never the raw `metadat\n[…]\ne passes under race.\n- [x] `go vet ./...` clean.\n- [x] `go build ./...` clean.\n- [ ] Follow-up: rerun the nightly integration suite to close out the\nsibling FlakyBot issues if the fix eliminates them.",
"is_bot": false,
"headline": "fix(bigtable): eliminate stats-handler MD race in internal/metrics tr…",
"author_name": "Sushan Bhattarai",
"author_login": "sushanb",
"committed_at": "2026-07-17T17:57:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b29b08a3e037f08a5806e0cb7e75b54e55673f0e",
"body": null,
"is_bot": false,
"headline": "feat(commerceproducer): onboard v1beta API version (#20172)",
"author_name": "Noah Dietz",
"author_login": "noahdietz",
"committed_at": "2026-07-17T16:23:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcfca476ae6d02baedd5b9a9071fb2db50777070",
"body": null,
"is_bot": false,
"headline": "feat(agentidentity): onboard v1 and v1beta APIs (#20171)",
"author_name": "Noah Dietz",
"author_login": "noahdietz",
"committed_at": "2026-07-16T17:46:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9044a0a5f3e3287990ddf8b67f2a546b2683807",
"body": null,
"is_bot": false,
"headline": "chore(spanner): resolve regen diff (#20170)",
"author_name": "Noah Dietz",
"author_login": "noahdietz",
"committed_at": "2026-07-16T17:21:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b2f5afa0fe0f159edbc7184467928ebbd8720e2",
"body": null,
"is_bot": false,
"headline": "feat(storage): Accept CRC32C for appendable objects (#20104)",
"author_name": "krishnamd-jkp",
"author_login": "krishnamd-jkp",
"committed_at": "2026-07-16T08:49:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c073b89998e4cd73e479a8f1c33eb4c5625d944",
"body": "… (#20085)\n\n### ⚠️ Note to Reviewers:\n\n> Of the ~3k lines changed in this PR, approximately ~1.3k lines are\nauto-generated protobuf classes. Specifically, the files\n`spanner/omni/authentication.pb.go` and `spanner/omni/login.pb.go`\naccount for the vast majority of the diff.\n> The actual hand-written\n[…]\nsh\ngo test -v -parallel 1 -run ^TestIntegration_ . -args \\\n -it.omni-endpoint=\"localhost:15000\" \\ \n -it.omni-ca-cert=\"/path/to/ca.crt\" \\\n -it.omni-username=\"admin\" \\\n -it.omni-password=\"admin\"\n```",
"is_bot": false,
"headline": "feat(spanner): implement OPAQUE login authentication for Spanner Omni…",
"author_name": "Sagnik Ghosh",
"author_login": "sagnghos",
"committed_at": "2026-07-16T08:12:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a3a9bab50a13031b907ba92b047bef8eaf49cf4e",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[1.93.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.92.0...spanner/v1.93.0)\n(2026-07-15)\n\n\n### Features\n\n* **o11y:** Regenerate clients for LRO tracing\n([#20107](https://github.com/googleapis/google-cloud-go/issues/20107))\n[…]\nhttps://github.com/googleapis/release-please#release-please).\n\nCo-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>\nCo-authored-by: rahul2393 <irahul@google.com>",
"is_bot": true,
"headline": "chore(main): release spanner 1.93.0 (#20031)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-07-16T04:43:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "465b1594b7b476b517fcc1b991b1534abc2c0283",
"body": "…166)",
"is_bot": false,
"headline": "chore: expand CODEOWNERS to default allow platform modifications (#20…",
"author_name": "shollyman",
"author_login": "shollyman",
"committed_at": "2026-07-15T20:50:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c4d45e47f553874943c322fa5f1a186fd2524e3",
"body": "This should prevent renovate attempting to modify the go version.\n\n\nhttps://docs.renovatebot.com/modules/manager/gomod/#only-suggesting-updates-that-match-your-go-directive",
"is_bot": false,
"headline": "chore: use strict constraints filtering for renovate (#20165)",
"author_name": "shollyman",
"author_login": "shollyman",
"committed_at": "2026-07-15T20:49:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24439fa02d8e7de737c9adc7cc6971c114bbea09",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n## [1.51.0](https://togithub.com/googleapis/google-cloud-go/compare/pubsub/v1.50.4...pubsub/v1.51.0) (2026-07-15)\n\n\n### Features\n\n* **o11y:** Regenerate clients for LRO tracing ([#20107](https://togithub.com/googleapis/google-cloud-go/issues/20107\n[…]\n307660953129eb07))\n\n---\nThis PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).",
"is_bot": true,
"headline": "chore(main): release pubsub 1.51.0 (#20162)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-07-15T16:12:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "baca5e1723540b78dd93bc66a59c68be73792c8c",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n## [1.10.0](https://togithub.com/googleapis/google-cloud-go/compare/pubsublite/v1.9.0...pubsublite/v1.10.0) (2026-07-15)\n\n\n### Features\n\n* **o11y:** Regenerate clients for LRO tracing ([#20107](https://togithub.com/googleapis/google-cloud-go/issue\n[…]\n307660953129eb07))\n\n---\nThis PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).",
"is_bot": true,
"headline": "chore(main): release pubsublite 1.10.0 (#20135)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-07-15T15:53:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "07020a7a456b54915d06059f6dcffb4ca02f4265",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[1.24.0](https://github.com/googleapis/google-cloud-go/compare/firestore/v1.23.0...firestore/v1.24.0)\n(2026-07-15)\n\n\n### Features\n\n* **o11y:** Regenerate clients for LRO tracing\n([#20107](https://github.com/googleapis/google-cloud-go/issues/201\n[…]\nogleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).\n\nCo-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release firestore 1.24.0 (#20132)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-07-15T15:44:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6395ba5d059d7e0d6ccfbf57b15d8d5ffcd70d0e",
"body": null,
"is_bot": false,
"headline": "feat: update API sources and regenerate (#20159)",
"author_name": "Noah Dietz",
"author_login": "noahdietz",
"committed_at": "2026-07-15T15:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "198e9fb076d0c03efefabfd9de9e67fb59263fff",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n## [1.25.0](https://togithub.com/googleapis/google-cloud-go/compare/datastore/v1.24.0...datastore/v1.25.0) (2026-07-14)\n\n\n### Features\n\n* **o11y:** Regenerate clients for LRO tracing ([#20107](https://togithub.com/googleapis/google-cloud-go/issues\n[…]\n07519f8081b2277d))\n\n---\nThis PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).",
"is_bot": true,
"headline": "chore(main): release datastore 1.25.0 (#20143)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-07-14T23:16:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "994535e654f70895ede40dd3fbf7dd36e89a6b68",
"body": "…platform (#20144)\n\nBumps [golang.org/x/crypto](https://togithub.com/golang/crypto) from 0.51.0 to 0.52.0.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://togithub.com/golang/crypto/commit/a1c0d9929856c8aba2b31f079340f00578eda803\"><code>a1c0d99</code></a> go.mod: update golang.org/x d\n[…]\n the PR or upgrade to it yourself)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://togithub.com/googleapis/google-cloud-go/network/alerts).\n\n</details>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 in /agent…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-14T22:02:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "900dd46c2799815132205bb247698898aa15030b",
"body": null,
"is_bot": false,
"headline": "feat: new productregistry v1 (#20156)",
"author_name": "Noah Dietz",
"author_login": "noahdietz",
"committed_at": "2026-07-14T19:28:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "100358a5d9e58e6fe4d73d6e70ea6297f4275739",
"body": null,
"is_bot": false,
"headline": "feat(maps): onboard isochrones v1 api (#20155)",
"author_name": "Noah Dietz",
"author_login": "noahdietz",
"committed_at": "2026-07-14T18:57:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83772f5980e8a11a679d04b3d3fce717f3a6f707",
"body": "…-returned Aborted errors (#20131)\n\nFixes: b/519914289\n\nReturning a fabricated `codes.Aborted` error from a\n`ReadWriteTransaction` body (one the server never sent) makes the client\nretry the function without rolling back the current attempt. The\nserver-side transaction stays alive holding its locks,\n[…]\nhat none is sent for genuine\nserver aborts, plus regression tests for explicit-begin transactions and\na concurrent streaming-abort race. `go test ./...` in `spanner/` is\ngreen, including with `-race`.",
"is_bot": false,
"headline": "fix(spanner): roll back read-write transaction before retrying caller…",
"author_name": "rahul2393",
"author_login": "rahul2393",
"committed_at": "2026-07-14T14:27:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1eb96d0915c3ffbc040b48325e523e1a9f0dc337",
"body": "…m_model_deploy_options support\n\nPiperOrigin-RevId: 947487114",
"is_bot": false,
"headline": "feat: Onboard Vertex Model Garden to GenAI Python SDK: Add list_custo…",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-07-14T07:14:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30b1dfa0db7fabab0296933c8a021169884e2c0b",
"body": "…s (#20071)",
"is_bot": false,
"headline": "chore(storage): add standard metrics for logical operations and error…",
"author_name": "Priti Chattopadhyay",
"author_login": "cpriti-os",
"committed_at": "2026-07-14T05:29:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d322f65c69a899b9cbfbdbbbdaba64b35ffa4d0",
"body": "…(#20142)\n\nPreviously, our tracing test imported the `texttospeech` client to test\na real-world scenario. However, because the test depended on\n`texttospeech`, we had to use `replace` directives to force Go to use\nour local code. If we didn't use `replace`, Go would download the\npublished version of\n[…]\nl `texttospeech` package, we've added\na fake client to validate our tracing logic independently. This allows\nus to delete the `internal/integration` folder and move the test safely\ninto `longrunning`.",
"is_bot": false,
"headline": "refactor(o11y): simplify tracing tests and remove integration module …",
"author_name": "haphungw",
"author_login": "haphungw",
"committed_at": "2026-07-14T04:09:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "542bb81064fbbb02a6c51f40400c1ad89408999c",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[1.79.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.78.0...bigquery/v1.79.0)\n(2026-07-13)\n\n\n### Features\n\n* **o11y:** Regenerate clients for LRO tracing\n([#20107](https://github.com/googleapis/google-cloud-go/issues/20107\n[…]\nps://github.com/googleapis/release-please#release-please).\n\nCo-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>\nCo-authored-by: shollyman <shollyman@google.com>",
"is_bot": true,
"headline": "chore(main): release bigquery 1.79.0 (#20134)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-07-14T00:16:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a7ef5d1a7d1d8f0bba498709bf4464efed4797d4",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n## [0.22.0](https://togithub.com/googleapis/google-cloud-go/compare/auth/v0.21.0...auth/v0.22.0) (2026-07-13)\n\n\n### Features\n\n* **auth:** Populate http.response.status_code in http transport ([#20053](https://togithub.com/googleapis/google-cloud-g\n[…]\n8e2d4294ba92c5bc))\n\n---\nThis PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).",
"is_bot": true,
"headline": "chore(main): release auth 0.22.0 (#20120)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-07-13T21:28:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6f529cd8997bb61cbffa8b9fe921b0f14d17a069",
"body": "When an LRO is resumed from a raw name (e.g.,\n`client.SynthesizeLongAudioOperation(name)`), the original trace context\nused to create the LRO is lost. This test verifies that this edge case\nis handled without generating invalid span links.\n\n---------\n\nCo-authored-by: Alex Hong <9397363+hongalex@users.noreply.github.com>",
"is_bot": false,
"headline": "test(o11y): add mock test for resumed LRO polling (#20140)",
"author_name": "haphungw",
"author_login": "haphungw",
"committed_at": "2026-07-13T21:19:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ee97974cedd9df05fd9b48bf0363f2e04eb029b",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n<details><summary>accesscontextmanager: 1.15.0</summary>\n\n##\n[1.15.0](https://github.com/googleapis/google-cloud-go/compare/accesscontextmanager/v1.14.0...accesscontextmanager/v1.15.0)\n(2026-07-13)\n\n\n### Features\n\n* **o11y:** Regenerate clients fo\n[…]\n/release-please#release-please).\n\n---------\n\nCo-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>\nCo-authored-by: Noah Dietz <noahdietz@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release main (#20122)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-07-13T21:14:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e006306585be318b0c12a3d336b40b27f8ab25b0",
"body": null,
"is_bot": false,
"headline": "chore: update librarian to v0.26.0 (#20141)",
"author_name": "Noah Dietz",
"author_login": "noahdietz",
"committed_at": "2026-07-13T20:13:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2d89dcd8f43da101e76b02e43db63f0afc296bf",
"body": "Add an integration test to verify the tracing hierarchy emitted by the\ngenerated `gapic` clients and the underlying `longrunning` polling.\n\nBecause the OTel context extraction is generated directly into the\nclients, we use `texttospeech.SynthesizeLongAudio` and a local mock gRPC\nserver as the representative.\n \nThis tests the immediate polling path, where the LRO is created and\nawaited within the same execution context.",
"is_bot": false,
"headline": "test(o11y): add mock test for immediate LRO polling (#20137)",
"author_name": "haphungw",
"author_login": "haphungw",
"committed_at": "2026-07-13T17:41:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f875bf054222fba8d9af1a3fda8b4cc8aa8e8de5",
"body": "…nal/gapicgen (#20096)\n\nBumps [golang.org/x/crypto](https://github.com/golang/crypto) from\n0.51.0 to 0.52.0.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a\nhref=\"https://github.com/golang/crypto/commit/a1c0d9929856c8aba2b31f079340f00578eda803\"><code>a1c0d99</code></a>\ngo.mod: update golang.org/x d\n[…]\nhub.com/googleapis/google-cloud-go/network/alerts).\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 in /inter…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T17:07:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ad1a4bff8775b71bd212fc9e97ab954d86202b00",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[1.63.1](https://github.com/googleapis/google-cloud-go/compare/storage/v1.63.0...storage/v1.63.1)\n(2026-07-13)\n\n\n### Features\n\n* **o11y:** Regenerate clients for LRO tracing\n([#20107](https://github.com/googleapis/google-cloud-go/issues/20107))\n[…]\nogleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).\n\nCo-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release storage 1.63.1 (#20130)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-07-13T04:30:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "37f17453d73ad7abbc424f51b51ff82f8004c5b2",
"body": "Release-As: 1.63.1",
"is_bot": false,
"headline": "fix(storage): Minor documentation fix (#20139)",
"author_name": "krishnamd-jkp",
"author_login": "krishnamd-jkp",
"committed_at": "2026-07-13T03:57:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "779074edd267a26520bae459307660953129eb07",
"body": "Regenerate the GAPIC clients across all services to include the latest\nLRO tracing updates from the generator.\n\nSpecifically, this update replaces `longrunning.InternalNewOperation`\nwith `longrunning.InternalNewOperationWithMetadata`, allowing the\nbackground polling `.Wait()` loop to inherit the parent span context\nfrom the initial method call.",
"is_bot": false,
"headline": "feat(o11y): regenerate clients for LRO tracing (#20107)",
"author_name": "haphungw",
"author_login": "haphungw",
"committed_at": "2026-07-10T19:21:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1011e2d2c43a838abe080ad9d3f614f8c92e55a",
"body": "…type) (#20116)\n\n## Summary\n\nAdds the standalone types that the Session struct and its lifecycle /\nvRPC / debug halves all depend on. Each file is self-contained (no\ncross-references) so this PR compiles and passes tests on its own.\n\n- **`attempt_outcome.go`** — `AttemptState` (`StateUncommitted` /\n\n[…]\n\n\n## Test plan\n\n- [x] `go build ./bigtable/...`\n- [x] `go test ./bigtable/internal/transport/ -count=1 -short` — passes\n(4.0s)\n- [x] `gofmt -l bigtable/internal/transport/` — clean\n- [ ] CI: presubmit",
"is_bot": false,
"headline": "feat(bigtable): add Session primitives (AttemptOutcome, vRPC ctx, msg…",
"author_name": "Sushan Bhattarai",
"author_login": "sushanb",
"committed_at": "2026-07-10T18:58:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a50338e36874536293858b70463fdad4817714bd",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[1.78.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.77.0...bigquery/v1.78.0)\n(2026-07-09)\n\n\n### Features\n\n* **bigquery:** Augment external data config\n([#14397](https://github.com/googleapis/google-cloud-go/issues/14397))\n[…]\nogleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).\n\nCo-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release bigquery 1.78.0 (#20127)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-07-09T21:58:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b9d638d0f7ebeabbdbe99ab0764e63c4d108f528",
"body": null,
"is_bot": false,
"headline": "chore(librarian): align Go toolchain to 1.25.0 (#20129)",
"author_name": "Noah Dietz",
"author_login": "noahdietz",
"committed_at": "2026-07-09T21:51:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e67d752238880037a1c622c938730e8a233d0b0c",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[1.23.0](https://github.com/googleapis/google-cloud-go/compare/firestore/v1.22.0...firestore/v1.23.0)\n(2026-07-09)\n\n\n### Features\n\n* **firestore:** Add Data and DataTo methods to AggregationResult\n([#14592](https://github.com/googleapis/google-\n[…]\nogleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).\n\nCo-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release firestore 1.23.0 (#19997)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-07-09T21:03:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fec9388c26ab4c4b71c4c24abf0e0674c395e4fa",
"body": "There is currently a bug in how releaseplease is updating the bq\nrelease. Since we are not currently releasing v2 lets remove the config\nfor now until things stabilize.",
"is_bot": false,
"headline": "chore: remove bq v2 from release-please config (#20128)",
"author_name": "Cody Oss",
"author_login": "codyoss",
"committed_at": "2026-07-09T21:02:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75a5d59b99251a947fd7627ec036ccbf5f6b6b7e",
"body": null,
"is_bot": false,
"headline": "fix(agentregistry): correct go min version (#20108)",
"author_name": "shollyman",
"author_login": "shollyman",
"committed_at": "2026-07-09T20:24:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8eb3be67ba18722e93545f3b32f6540012e3e7cd",
"body": "Following up on PR#20106, this change invokes the new validator that\nruns on all pull requests that touch go.mod files.",
"is_bot": false,
"headline": "chore: wire up mod validation action (#20125)",
"author_name": "shollyman",
"author_login": "shollyman",
"committed_at": "2026-07-09T20:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c97590192a19306612389e9d55b93b538e8584b",
"body": "…g) (#20114)\n\n## Summary\n\nAdds the transport-package debug-tag counter used at \"this branch\nshouldn't reach\" sites in the Session, session pool, and configuration\nmanager. Every emission is one atomic add plus one OTel `Int64Counter`\nincrement; safe to sprinkle freely on cold paths. Metric name\n(`de\n[…]\n plan\n\n- [x] `go build ./bigtable/...`\n- [x] `go vet ./bigtable/internal/transport/...`\n- [ ] CI: presubmit (dedicated `debug_tracer_test.go` lands in a\nfollow-up along with a broader test-only split)",
"is_bot": false,
"headline": "feat(bigtable): add debug tag counter (recordDebugTag / assertDebugTa…",
"author_name": "Sushan Bhattarai",
"author_login": "sushanb",
"committed_at": "2026-07-09T20:11:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4314d305008d9a4b2d9f464d07519f8081b2277d",
"body": null,
"is_bot": false,
"headline": "feat: update API sources and regenerate (#20109)",
"author_name": "Cody Oss",
"author_login": "codyoss",
"committed_at": "2026-07-09T16:50:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee8d3e122a0bc4efed3859d891bb536500db1e9e",
"body": "This moves from math/rand to crypto/rand for the random value producer.\nIt also removes some cruft. Hat tip to jba@ for forwarding this one on.\n\nRelated: internal b/532634700\n\n---------\n\nCo-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(bigquery): improve random ID generation in bigquery (#20111)",
"author_name": "shollyman",
"author_login": "shollyman",
"committed_at": "2026-07-09T16:35:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bff5d7c9bc7f8ea8c0059f7d8e2d4294ba92c5bc",
"body": "…053)\n\nThe client-side metric gcp.client.request.duration was missing the\nhttp.response.status_code attribute when using the REST/HTTP transport.\n\nThis change updates the otelAttributeTransport.RoundTrip method in the\nauth package to extract the HTTP status code from the response and set\nit on the T\n[…]\neapis/gax-go/pull/513 in the gax-go package,\nwhich adds support for the httpStatusCode field in\nTransportTelemetryData.\n\n\n\nFixes b/499375444\n\n---------\n\nCo-authored-by: Wes Tarle <westarle@google.com>",
"is_bot": false,
"headline": "feat(auth): populate http.response.status_code in http transport (#20…",
"author_name": "Baha Aiman",
"author_login": "bhshkh",
"committed_at": "2026-07-09T15:04:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6c2f40f617ed91ec335a17b60783350f500cba2f",
"body": null,
"is_bot": false,
"headline": "chore(storage): Move checksumming to streams in MRD (#20084)",
"author_name": "krishnamd-jkp",
"author_login": "krishnamd-jkp",
"committed_at": "2026-07-09T11:49:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39ab8d3ffff3e793f8b1ba1c97c814c1acaa2e42",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[1.50.4](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.50.3...pubsub/v1.50.4)\n(2026-07-08)\n\n\n### Bug Fixes\n\n* **pubsub:** Fix concurrent map write\n([8fa634a](https://github.com/googleapis/google-cloud-go/commit/8fa634ae2975377\n[…]\nogleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).\n\nCo-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release pubsub 1.50.4 (#20110)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-07-08T23:03:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8fa634ae2975377077b84fe965e5c290d5584515",
"body": "This was originally fixed in the pubsub/v2 in #13530 but we are\nback-porting this to the v1",
"is_bot": false,
"headline": "feat(pubsub): fix concurrent map write (#20103)",
"author_name": "Alex Hong",
"author_login": "hongalex",
"committed_at": "2026-07-08T21:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b621805910cd647acf8df935cfc3da7029809e1",
"body": "…classic+session reuse (#20099)\n\nSummary \n\n1. Decouple the metrics Tracer from gax invoker\n2. Move metrics into internal package\n3. Keep NoopMetricsTracer for aliasing.",
"is_bot": false,
"headline": "refactor(bigtable): extract metrics tracer into internal/metrics for …",
"author_name": "Sushan Bhattarai",
"author_login": "sushanb",
"committed_at": "2026-07-08T21:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24c59c112dcec154b326d2a036e5c3a95127dece",
"body": null,
"is_bot": false,
"headline": "chore: bulk version correction (#20098)",
"author_name": "shollyman",
"author_login": "shollyman",
"committed_at": "2026-07-08T20:09:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a1b586e16ae3dacc40758ed07ae8ab71238b3e9",
"body": "This PR creates a very simple go module validation tool to help us\nmaintain the property of all packages should support some minimum go\nversion.\n\nThere's a couple of followup items of work here:\n* wiring this up into a github action so we can see when the invariant\nis violated\n* defining an exception mechanism if/when we decide one is warranted\n\nI'm deferring these items while I clean up the rest of the violations.",
"is_bot": false,
"headline": "feat: add a basic go module validator tool (#20106)",
"author_name": "shollyman",
"author_login": "shollyman",
"committed_at": "2026-07-08T18:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca4c48c5f2729a9650ce08b06ef487c8038e69c7",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n<details><summary>longrunning: 1.2.0</summary>\n\n##\n[1.2.0](https://github.com/googleapis/google-cloud-go/compare/longrunning/v1.1.0...longrunning/v1.2.0)\n(2026-07-08)\n\n\n### Features\n\n* **o11y:** Instrument LRO loop with poll attempt and sleep chil\n[…]\nogleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).\n\nCo-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release main (#20087)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-07-08T18:05:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eeef1194edce4c3ea1c4605a8bfe3545643a78fb",
"body": null,
"is_bot": false,
"headline": "chore: remove apigeeregistry from librarian.yaml (#20105)",
"author_name": "Cody Oss",
"author_login": "codyoss",
"committed_at": "2026-07-08T17:43:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f424b10bb0b0d3aa5e84dda8252b0d7a7875fbbf",
"body": null,
"is_bot": false,
"headline": "chore: correct root min go version (#20102)",
"author_name": "shollyman",
"author_login": "shollyman",
"committed_at": "2026-07-08T15:11:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3db178e433f30634b0ff5fb4656fe20b57497403",
"body": null,
"is_bot": false,
"headline": "chore: update librarian to v0.25.0 (#20095)",
"author_name": "Cody Oss",
"author_login": "codyoss",
"committed_at": "2026-07-08T14:39:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3666568e7d16aacb1a3acacac735719fd259b2ee",
"body": "…sed codepaths. (#20061)\n\n## Summary\nEnriches internal SDK retry execution wrappers (`run`, `runWithRetry`)\nwith missing `withOperation`, `withBucket`, and `withObject` options\nacross gRPC and HTTP streaming read and object listing code paths.\n## Motivation & Background\nWhen applications (such as GC\n[…]\ncket)`, and `withObject(params.object)`.\n## Test Plan\n- [x] Verified unit and integration test compilation via `go test -c\n./storage/...`.\n- [x] Verified clean execution of storage package unit tests.",
"is_bot": false,
"headline": "feat: enrich retry operations with bucket and object metadata for mis…",
"author_name": "Mohit Kumar Yadav",
"author_login": "meet2mky",
"committed_at": "2026-07-08T06:46:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1c513decf2bdadf29dacf2049934500aae4165c5",
"body": "…ns (#20089)\n\nComplete the tracing instrumentation of the LRO polling loop.\nIt adds two new trace spans to the inner polling cycle:\n- T3 Poll Span: tracks individual `GetOperation` poll attempts and\nrecords the gRPC status code, poll attempt count, and whether the LRO is\ndone.\n- T5 Sleep Span: captu\n[…]\nempts\n(`LRO Sleep`), ensuring wait times are visualized in the trace.\n\nAdditionally, it marks the parent `Wait` span and the active poll span\nwith an `ERROR` status if the LRO returns a logical error.",
"is_bot": false,
"headline": "feat(o11y): instrument LRO loop with poll attempt and sleep child spa…",
"author_name": "haphungw",
"author_login": "haphungw",
"committed_at": "2026-07-07T23:34:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e897085c67ca5d137f9950b476d083928d3ddc8a",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[2.6.1](https://github.com/googleapis/google-cloud-go/compare/pubsub/v2.6.0...pubsub/v2.6.1)\n(2026-07-07)\n\n\n### Bug Fixes\n\n* **pubsub/v2/pstest:** Make ackIDs unique per delivery\n([#14554](https://github.com/googleapis/google-cloud-go/issues/14\n[…]\nogleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).\n\nCo-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release pubsub 2.6.1 (#20097)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-07-07T22:41:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7e21cfb2d91eb425a7d7a3f39ab706b4e8363bad",
"body": null,
"is_bot": false,
"headline": "fix(longrunning): correct go min version (#20101)",
"author_name": "shollyman",
"author_login": "shollyman",
"committed_at": "2026-07-07T22:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d6000a9063bed74466f437dfce249a79d948250",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[1.50.3](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.50.2...pubsub/v1.50.3)\n(2026-07-07)\n\n\n### Bug Fixes\n\n* **pubsub/v2:** Release flow control credit on scheduler.Add error\n([#20079](https://github.com/googleapis/google-clo\n[…]\nogleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).\n\nCo-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release pubsub 1.50.3 (#20088)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-07-07T20:39:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "455ad34baaab7f5608827a4fc1b1092fe623dde7",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[0.21.0](https://github.com/googleapis/google-cloud-go/compare/auth/v0.20.0...auth/v0.21.0)\n(2026-07-07)\n\n\n### Features\n\n* **auth:** Implement updated design for regional access boundary\n([#13417](https://github.com/googleapis/google-cloud-go/i\n[…]\nogleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).\n\nCo-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release auth 0.21.0 (#19999)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-07-07T20:38:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6bb4358dca69b803e52eb2af882fa5afc24d54e2",
"body": null,
"is_bot": false,
"headline": "fix(auth): correct go min version (#20094)",
"author_name": "shollyman",
"author_login": "shollyman",
"committed_at": "2026-07-07T20:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05f3d6498b3564141bdeb3f54c0d068f1291243a",
"body": "…20055)\n\nImplement the outer LRO Wait span (T2) inside the `WaitWithInterval`\nmethod. This span acts as the parent context for all subsequent poll\nattempts and links the polling lifecycle back to the client span that\ninitiated the operation.",
"is_bot": false,
"headline": "feat(o11y): wrap wait loop in T2 LRO Wait span with feature gating (#…",
"author_name": "haphungw",
"author_login": "haphungw",
"committed_at": "2026-07-07T07:27:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a564f769fc80271f1ef07d9fc76b47bd82d7b81a",
"body": "…/examples/mock (#20076)\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.52.0 to\n0.55.0.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a\nhref=\"https://github.com/golang/net/commit/7770ec48d03fec35e378665337b4faca93c38423\"><code>7770ec4</code></a>\ngo.mod: update golang.org/x dependen\n[…]\nhub.com/googleapis/google-cloud-go/network/alerts).\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/net from 0.52.0 to 0.55.0 in /internal…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-06T22:42:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "67acb2da8086c1d87af5a83f228db5530f1f6ae8",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[1.9.0](https://github.com/googleapis/google-cloud-go/compare/pubsublite/v1.8.2...pubsublite/v1.9.0)\n(2026-07-06)\n\n\n### Features\n\n* Enable open telemetry attrs\n([#14426](https://github.com/googleapis/google-cloud-go/issues/14426))\n([74eab64](ht\n[…]\nogleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).\n\nCo-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release pubsublite 1.9.0 (#20003)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-07-06T21:18:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "18d7b77ad527cb28e98f7b670e9926e781b2535d",
"body": "…20079)\n\nWhen publishing a message, flow control credits are acquired before\nadding the message to the scheduler. If scheduler.Add fails (e.g. due to\noversized message), the value was never released.\n\nAlso added regression tests in v1 and v2.\n\nFixes #20078",
"is_bot": false,
"headline": "fix(pubsub/v2): release flow control credit on scheduler.Add error (#…",
"author_name": "Alex Hong",
"author_login": "hongalex",
"committed_at": "2026-07-06T20:52:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08ecbb82a9ec64a0062fc38229fc038faa0fa3b6",
"body": "This PR is an auto-generated attempt to address zizmor findings. It may\nnot catch everything, and should be reviewed by repository owners.\n\nThese changes were generated by running `zizmor --fix=all\n--gh-token=$(gh auth token) ./.github/workflows`, and then applying some\nfixes for any remaining issue\n[…]\nking check for new changes to github workflows on\n2026-07-13 within the `googleapis` org.\n\nThere may be some ignored findings (with the comment `# zizmor:\nignore[...]`), which you may fix if feasible.",
"is_bot": false,
"headline": "chore(actions): address zizmor findings (#20069)",
"author_name": "g-husam",
"author_login": "g-husam",
"committed_at": "2026-07-06T17:55:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "493a06a6e87f9e48ec2cc07ca182fbf6017c3680",
"body": "…/gapicgen (#20081)\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.53.0 to\n0.55.0.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a\nhref=\"https://github.com/golang/net/commit/7770ec48d03fec35e378665337b4faca93c38423\"><code>7770ec4</code></a>\ngo.mod: update golang.org/x dependencies<\n[…]\nhub.com/googleapis/google-cloud-go/network/alerts).\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/net from 0.53.0 to 0.55.0 in /internal…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-06T17:41:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8f00149ec3637ff588d1051097130097dbe1701e",
"body": "…tform (#20082)\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.54.0 to\n0.55.0.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a\nhref=\"https://github.com/golang/net/commit/7770ec48d03fec35e378665337b4faca93c38423\"><code>7770ec4</code></a>\ngo.mod: update golang.org/x dependencies</li>\n[…]\nhub.com/googleapis/google-cloud-go/network/alerts).\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/net from 0.54.0 to 0.55.0 in /agentpla…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-06T17:41:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "308659cc6991ae846fa0d5e3de1e194b9ffd0efe",
"body": "Set DCP defaults to DCPMaxRPCPerChannel=25, DCPMinRPCPerChannel=15, DCPScaleDownCheckInterval=3m, DCPInitialChannels=4, DCPMaxChannels=10, DCPMinChannels=2.\r\n\r\nInternal Ref: go/dynamic-channel-pooling-non-sab",
"is_bot": false,
"headline": "fix(spanner): update dynamic channel pool default configuration (#20080)",
"author_name": "rahul2393",
"author_login": "rahul2393",
"committed_at": "2026-07-03T10:10:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "875f97e5a460e7e597e7187952782f5ba6d566a7",
"body": "…ds (#20057)\n\nThe Firestore client now retries transient connection errors during\ndocument reads (GetAll).\n\nPreviously, if the BatchGetDocuments stream failed mid-stream due to a\ntransient network issue (such as ECONNRESET, ECONNREFUSED, or unexpected\nEOF), the error was immediately returned to the \n[…]\nesumption is significantly more complex (requiring tracking\ncursors, limits, and ordering) and is out of scope for the reported\nissue which specifically affects document gets (`GetAll`).\n\nFixes #10350",
"is_bot": false,
"headline": "fix(firestore): retry transient connection errors during document rea…",
"author_name": "Baha Aiman",
"author_login": "bhshkh",
"committed_at": "2026-07-02T18:01:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6f4e42b8f8f28c602c81f424c824c8e328485fed",
"body": "…e_memory_revisions, metadata, metadata_merge_strategy and overlap_event_count to Memory Bank IngestEvents API\n\nPiperOrigin-RevId: 941371961",
"is_bot": false,
"headline": "feat: Add revision_labels, revision_expire_time, revision_ttl, disabl…",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-07-02T00:18:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad72e9e46158494e0043f1a29dd322c66ad06086",
"body": null,
"is_bot": false,
"headline": "test(firestore): fix another readtime clamping expectation (#20074)",
"author_name": "shollyman",
"author_login": "shollyman",
"committed_at": "2026-07-01T18:14:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7843ebfe0c5bb68fd01502580a68906e89a5d64d",
"body": "Turns out precision for read snapshots is clamped to usec precision, so\nthis updates the parse code to truncate precision accordingly.",
"is_bot": false,
"headline": "fix(firestore): more precision fixes (#20073)",
"author_name": "shollyman",
"author_login": "shollyman",
"committed_at": "2026-07-01T17:14:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24a976e8805e716c8d01ffe9dd7045aefdb8ee69",
"body": "…sher_model_deploy_options support\n\nPiperOrigin-RevId: 940717452",
"is_bot": false,
"headline": "feat: Onboard Vertex Model Garden to GenAI Python SDK: Add list_publi…",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-06-30T23:25:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61471b865fc511f4e2ab9fc2642dece04c13725f",
"body": "The implementation for snapshot reads snapped precision to the nearest second. This change switches the conversion code so that full precision is maintained.\r\n\r\nRelated: internal b/528409928",
"is_bot": false,
"headline": "fix(firestore): use higher precision for read times (#20068)",
"author_name": "shollyman",
"author_login": "shollyman",
"committed_at": "2026-06-30T17:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e83ba0d835265b71a84bd4f2a5780547532f6c8",
"body": "This repository now uses release-please for releases so this code is no\nlonger referenced as it was only used by legacylibrarian.\n\nInternal Bug: b/524618595",
"is_bot": false,
"headline": "chore: remove librariangen (#20064)",
"author_name": "Cody Oss",
"author_login": "codyoss",
"committed_at": "2026-06-30T16:40:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9968adfbea5b6bba137101ac446132fac8616734",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n<details><summary>analytics: 0.36.0</summary>\n\n##\n[0.36.0](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.35.0...analytics/v0.36.0)\n(2026-06-26)\n\n\n### Features\n\n* Update API sources and regenerate\n([#20047](https://github.com/g\n[…]\nlease#release-please).\n\n---------\n\nCo-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>\nCo-authored-by: Joe Wang <106995533+JoeWang1127@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release main (#20048)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-06-26T14:49:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d86e8341c037c142acfb97ae3625c901677beefe",
"body": "…cs (#20032)",
"is_bot": false,
"headline": "chore(storage): add experimental flag for metrics and emit OTel metri…",
"author_name": "Priti Chattopadhyay",
"author_login": "cpriti-os",
"committed_at": "2026-06-26T06:43:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ac8697372961f5eadf128b3b3dbc422d8bfb7ce",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[1.63.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.62.2...storage/v1.63.0)\n(2026-06-25)\n\n\n### Features\n\n* **go:** Add full object checksum for negative offsets > size\n([#20026](https://github.com/googleapis/google-clou\n[…]\nogleapis/release-please#release-please).\n\n---------\n\nCo-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>\nCo-authored-by: Krishnam Dhanush <krishnamd@google.com>",
"is_bot": true,
"headline": "chore(main): release storage 1.63.0 (#20001)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-06-26T04:25:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f08357fda8885047175779b7e945f7b5bd18947b",
"body": null,
"is_bot": false,
"headline": "chore(longrunning): go mod tidy (#20054)",
"author_name": "Noah Dietz",
"author_login": "noahdietz",
"committed_at": "2026-06-25T17:23:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b92aef75edb48d590c63caf9d1a214721098bde9",
"body": "This PR adds the release please manifest to unowned files to allow partners to release without needing central approval.\r\n\r\nIt also removes the carveout for the old location of generated snippets, which was removed in PR 19917.",
"is_bot": false,
"headline": "chore: update CODEOWNERS management of unowned files (#20052)",
"author_name": "shollyman",
"author_login": "shollyman",
"committed_at": "2026-06-25T15:25:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fac54adbd22018ee94f6e6567825d9282e190a49",
"body": "Design:\n[go/fs-interop-bson-go](http://goto.google.com/fs-interop-bson-go)",
"is_bot": false,
"headline": "feat(firestore): Support BSON types (#14622)",
"author_name": "Baha Aiman",
"author_login": "bhshkh",
"committed_at": "2026-06-25T00:19:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f825b729e1286ab45fba7ec8639a5b4964b2d61d",
"body": "This commit addresses a test coverage gap regarding Thundering Herd\nprotection on synchronous token refreshes.\n\nThe problem: There was no explicit test coverage verifying that multiple\nconcurrent goroutines blocking on an expired token refresh are properly\nsynchronized. Without synchronization, a hi\n[…]\ny exactly one network request is made, while all\nother concurrent callers await and share the new cached result. This\ntest proves that Go's implementation correctly provides this lock\nsynchronization.",
"is_bot": false,
"headline": "test(auth): add TestCachedTokenProvider_TokenSyncRace (#19975)",
"author_name": "Wes Tarle",
"author_login": "westarle",
"committed_at": "2026-06-24T13:19:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c71dd55685bf2437011b580973a7c28d7ade93b0",
"body": "Establish the core data fields (`opName` and `initSpanContext`) needed\ninside the `longrunning.Operation` struct.\nAlso expose two `EXPERIMENTAL` public APIs\n(`InternalNewOperationWithMetadata` and `SetParentSpanContext`) so that\n`gapic-generator-go` can properly establish trace correlation for LRO\nwait spans without altering current legacy behavior.\n\nFor #19969",
"is_bot": false,
"headline": "feat(o11y): add experimental trace fields and construction API (#19968)",
"author_name": "haphungw",
"author_login": "haphungw",
"committed_at": "2026-06-24T11:21:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e10c9bf14d4fc23906d0b369e106420d44915660",
"body": null,
"is_bot": false,
"headline": "feat: update API sources and regenerate (#20047)",
"author_name": "Joe Wang",
"author_login": "JoeWang1127",
"committed_at": "2026-06-24T03:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf7e7d832702486ddf32f891cfac0a55c3a87273",
"body": null,
"is_bot": false,
"headline": "chore: update librarian to v0.22.0 (#20046)",
"author_name": "Joe Wang",
"author_login": "JoeWang1127",
"committed_at": "2026-06-23T21:52:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5214ab7033bd8a5aa672878ae17ce828d5d78c3c",
"body": "…erface (#20027)\n\n## Summary\n\nMirrors the pluggable shape that PR #19987 established for the Direct\nAccess compatibility check. Channel priming had been hard-wired into the\npool via three loose options (`WithInstanceName` / `WithAppProfile` /\n`WithFeatureFlagsMetadata`) that the `connectionFactory` \n[…]\nimer_test.go` covers (a)\n`pingAndWarmChannelPrimer.Prime` issues `PingAndWarm` carrying the\nconfigured feature-flag metadata, and (b) `connectionFactory` skips\npriming entirely when the primer is nil)",
"is_bot": false,
"headline": "feat(bigtable): modularize channel priming behind a ChannelPrimer int…",
"author_name": "Sushan Bhattarai",
"author_login": "sushanb",
"committed_at": "2026-06-23T20:53:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2e6820b7e2e22cbf99842a5a2235944fd5467a77",
"body": "…0045)\n\nDocument the gcloud command required to create the composite search\nindex for TestIntegration_EnterpriseDB (Pipeline Search Index) in\nCONTRIBUTING.md. This ensures developers can correctly configure their\ntest environment for running Firestore integration tests.",
"is_bot": false,
"headline": "docs(firestore): add EnterpriseDB search index setup instructions (#2…",
"author_name": "Baha Aiman",
"author_login": "bhshkh",
"committed_at": "2026-06-23T20:35:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67c52f4b8894e11aa208e112ecfa388bbfb2dece",
"body": null,
"is_bot": false,
"headline": "chore(.github): blunderbuss update (#20044)",
"author_name": "Baha Aiman",
"author_login": "bhshkh",
"committed_at": "2026-06-23T20:08:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07489725b63174375f7faa68b7aad18cc638c27b",
"body": "## Summary\n\nFirst in a series of small PRs that together replace the all-at-once\n#19980. Introduces just the **State** enum used by the upcoming Session\nprimitive, modeled on the [`SessionState` enum in the Java Bigtable\nclient](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable\n[…]\nt plan\n- [x] `gofmt`, `goimports`, `go vet`, `staticcheck`, `revive` clean\n- [x] `go test ./internal/transport/ -run TestState -count=1` passes\n(both `TestState_String` and `TestState_OrdinalsPinned`)",
"is_bot": false,
"headline": "feat(bigtable): add Session state enum (#19981)",
"author_name": "Sushan Bhattarai",
"author_login": "sushanb",
"committed_at": "2026-06-23T19:56:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c3a82286d6017b34e777bb317cb852547ec145ff",
"body": "…g and issue creation (#20033)\n\nImprove the generation check by reporting `git diff` output to the logs\nwhen regeneration produces code changes, making failures easier to\ndebug. And use `create-issue-on-failure` from librarian to create/update\nGitHub issues when the check fails on the `main` branch,\n[…]\nl.\nSimilar steps in use for java:\nhttps://github.com/googleapis/google-cloud-java/blob/main/.github/workflows/librarian_generation_check.yaml\n\nFixes https://github.com/googleapis/librarian/issues/6524",
"is_bot": false,
"headline": "chore(.github/workflows): improve librarian generation check reportin…",
"author_name": "Min Zhu",
"author_login": "zhumin8",
"committed_at": "2026-06-23T16:36:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "42e2090d1567e4d90ea8f4f1b1c205e219490e31",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n<details><summary>agentregistry: 0.1.0</summary>\n\n## 0.1.0 (2026-06-22)\n\n\n### Features\n\n* **google/cloud/agentregistry/v1:** Onboard a new library\n([#20009](https://github.com/googleapis/google-cloud-go/issues/20009))\n([3c78460](https://github.com\n[…]\nogleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).\n\nCo-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release main (#20008)",
"author_name": "release-please[bot]",
"author_login": "release-please[bot]",
"committed_at": "2026-06-22T20:33:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6f2cfdebfded8c2c51a19a82bfa03bb89bde4f95",
"body": "Continue removal of handwritten info.go files",
"is_bot": false,
"headline": "chore: migrate clientinfo for firestore (#20039)",
"author_name": "shollyman",
"author_login": "shollyman",
"committed_at": "2026-06-22T18:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "367ba5b1772415d0739a6c57c70e235c861b84a5",
"body": "…#20038)\n\nThis transition removes handwritten info.go file and exposes the functionality directly via the generated code.",
"is_bot": false,
"headline": "chore: migrate spanner to autogenerate SetGoogleClientInfo directly (…",
"author_name": "shollyman",
"author_login": "shollyman",
"committed_at": "2026-06-22T18:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "933c0f4439df02cd6a40f38c4ea35b01b74bf6d3",
"body": "Related: https://github.com/googleapis/librarian/issues/6523",
"is_bot": false,
"headline": "chore: have release-please update snippet metadata versions (#20034)",
"author_name": "Cody Oss",
"author_login": "codyoss",
"committed_at": "2026-06-22T18:12:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66e041a30ecd2901ca4a56261a645a20228c976f",
"body": "This PR is a continuation of PR #20020 that migrates SetGoogleClientInfo\nexports from handwritten info.go files to generated functions.",
"is_bot": false,
"headline": "chore: transition clientinfo for ai-related APIs (#20037)",
"author_name": "shollyman",
"author_login": "shollyman",
"committed_at": "2026-06-22T18:00:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11c884e775b066d7e517ea008c791dadc139a45a",
"body": "…0022)\n\nThis change restructures the Firestore integration tests to optimize\nexecution times and enables running Enterprise-specific tests in CI.\n\nPreviously, TestMain looped over all configured databases (Default,\nNamed, and Enterprise) and ran the entire package-level test suite for\neach. This res\n[…]\ning\nGCLOUD_TESTS_GOLANG_FIRESTORE_ENTERPRISE_DATABASES in continuous.sh.\n* Clean up CONTRIBUTING.md to document the new\nGCLOUD_TESTS_GOLANG_FIRESTORE_ENTERPRISE_DATABASES variable.\n\nFixes: b/525555958",
"is_bot": false,
"headline": "test(firestore): optimize tests and enable enterprise tests in CI (#2…",
"author_name": "Baha Aiman",
"author_login": "bhshkh",
"committed_at": "2026-06-22T17:57:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bfbbee62966c26ff8036f34d36da93e7773dfa9d",
"body": "This change introduces new SearchOption helpers in the Firestore package\nto support setting limit, offset, and languageCode directly on the\nSearch stage of pipeline queries.\n\nSpecifically, it adds:\n- WithSearchLimit: specifies the maximum number of documents to return\nfrom the search stage.\n- WithSe\n[…]\nthub.com/googleapis/google-cloud-java/blob/825f7dde23ac3d4c8509269e8cd9e8747d8828aa/java-firestore/google-cloud-firestore/src/main/java/com/google/cloud/firestore/pipeline/stages/Search.java#L151-L177",
"is_bot": false,
"headline": "feat(firestore): add limit, offset, and languageCode options (#20029)",
"author_name": "Baha Aiman",
"author_login": "bhshkh",
"committed_at": "2026-06-22T17:49:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "478a9c7e937766788b7738bd84ea7e5e6a1399d3",
"body": "Fixes #19958\nFixes #20011",
"is_bot": false,
"headline": "test(bigtable): fix flaky restoretable and exportbuiltinmetrics (#20023)",
"author_name": "Baha Aiman",
"author_login": "bhshkh",
"committed_at": "2026-06-22T17:49:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d68a51c84183c3019e53788832b5c9ff3ab867a",
"body": "…(#20036)\n\nFixes: https://github.com/googleapis/google-cloud-go/issues/20030",
"is_bot": false,
"headline": "chore(spanner): keep handwritten omni_client files in librarian.yaml …",
"author_name": "rahul2393",
"author_login": "rahul2393",
"committed_at": "2026-06-22T17:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07d1ba54b7d88a8c41a38484b3b13fc44c9287cc",
"body": "…LS/plaintext as foundation of auth login functionality (#14694)\n\nDuring the Preview phase of Spanner Omni, users had to write custom\nboilerplate code to handle TLS, mTLS, and plaintext connections, as\ndocumented at https://docs.cloud.google.com/spanner-omni/go.\n\nThis PR abstracts that connection se\n[…]\nig\nvalidation logic, and fixed existing mock server location router tests\nto specify `UsePlainText: true` when connecting as `OMNI`.\n\n---------\n\nCo-authored-by: Rahul Yadav <rahulyadavsep92@gmail.com>",
"is_bot": false,
"headline": "feat(spanner): abstract Spanner Omni gRPC connection logic for TLS/mT…",
"author_name": "Sagnik Ghosh",
"author_login": "sagnghos",
"committed_at": "2026-06-22T10:30:53Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 1243,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 51,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "cloud.google.com/go",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": null,
"registry_url": "https://pkg.go.dev/cloud.google.com/go",
"is_deprecated": false,
"latest_version": "v0.123.0",
"repository_url": null,
"versions_count": 171,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2025-09-22T16:26:20Z",
"latest_version_yanked": null,
"days_since_latest_publish": 307
},
{
"name": "cloud.google.com/go/ai",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": null,
"registry_url": "https://pkg.go.dev/cloud.google.com/go/ai",
"is_deprecated": false,
"latest_version": "v1.1.0",
"repository_url": null,
"versions_count": 37,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-13T21:14:48Z",
"latest_version_yanked": null,
"days_since_latest_publish": 13
},
{
"name": "cloud.google.com/go/ces",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": null,
"registry_url": "https://pkg.go.dev/cloud.google.com/go/ces",
"is_deprecated": false,
"latest_version": "v1.3.0",
"repository_url": null,
"versions_count": 13,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-13T21:14:48Z",
"latest_version_yanked": null,
"days_since_latest_publish": 13
},
{
"name": "cloud.google.com/go/dlp",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": null,
"registry_url": "https://pkg.go.dev/cloud.google.com/go/dlp",
"is_deprecated": false,
"latest_version": "v1.36.0",
"repository_url": null,
"versions_count": 54,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-11T21:27:33Z",
"latest_version_yanked": null,
"days_since_latest_publish": 45
},
{
"name": "cloud.google.com/go/iam",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": null,
"registry_url": "https://pkg.go.dev/cloud.google.com/go/iam",
"is_deprecated": false,
"latest_version": "v1.12.0",
"repository_url": null,
"versions_count": 49,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-13T21:14:48Z",
"latest_version_yanked": null,
"days_since_latest_publish": 13
},
{
"name": "cloud.google.com/go/iap",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": null,
"registry_url": "https://pkg.go.dev/cloud.google.com/go/iap",
"is_deprecated": false,
"latest_version": "v1.17.0",
"repository_url": null,
"versions_count": 43,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-05-07T21:21:33Z",
"latest_version_yanked": null,
"days_since_latest_publish": 80
},
{
"name": "cloud.google.com/go/ids",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": null,
"registry_url": "https://pkg.go.dev/cloud.google.com/go/ids",
"is_deprecated": false,
"latest_version": "v1.11.0",
"repository_url": null,
"versions_count": 35,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-13T21:14:48Z",
"latest_version_yanked": null,
"days_since_latest_publish": 13
},
{
"name": "cloud.google.com/go/iot",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": null,
"registry_url": "https://pkg.go.dev/cloud.google.com/go/iot",
"is_deprecated": false,
"latest_version": "v1.13.0",
"repository_url": null,
"versions_count": 35,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-05-07T21:21:33Z",
"latest_version_yanked": null,
"days_since_latest_publish": 80
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": true,
"bootstrap_files": [
"firestore/Makefile",
"rpcreplay/Makefile"
],
"api_schema_files": [
"auth/grpctransport/testdata/echo.proto",
"bigquery/storage/managedwriter/testdata/messages_proto2.proto",
"bigquery/storage/managedwriter/testdata/messages_proto3.proto",
"bigquery/storage/managedwriter/testdata/testing.proto",
"bigquery/storage/managedwriter/testdata/validation_proto2.proto",
"bigquery/storage/managedwriter/testdata/validation_proto3.proto",
"bigtable/internal/conformance/tests.proto",
"bigtable/testdata/proto_schema_bundle.proto",
"bigtable/testdata/updated_proto_schema_bundle.proto",
"datastore/internal/gaepb/datastore_ae_v3.proto",
"firestore/internal/conformance/tests.proto",
"pubsub/internal/benchwrapper/proto/pubsub.proto",
"pubsub/loadtest/pb/loadtest.proto",
"pubsub/testdata/schema/us-states.proto",
"pubsub/v2/internal/benchwrapper/proto/pubsub.proto",
"pubsub/v2/testdata/schema/us-states.proto",
"rpcreplay/proto/intstore/intstore.proto",
"rpcreplay/proto/rpcreplay/rpcreplay.proto",
"spanner/internal/benchwrapper/proto/spanner.proto",
"spanner/testdata/protos/location/finder_test.proto",
"spanner/testdata/protos/location/range_cache_test.proto",
"spanner/testdata/protos/location/recipe_test.proto",
"spanner/testdata/protos/singer.proto",
"storage/internal/test/conformance/test.proto",
"vertexai/internal/sentencepiece/internal/model/sentencepiece_model.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"accessapproval/go.mod",
"accesscontextmanager/go.mod",
"advisorynotifications/go.mod",
"agentidentity/go.mod",
"agentplatform/go.mod",
"agentregistry/go.mod",
"ai/go.mod",
"aiplatform/go.mod",
"alloydb/go.mod",
"analytics/go.mod",
"apigateway/go.mod",
"apigeeconnect/go.mod",
"apigeeregistry/go.mod",
"apihub/go.mod",
"apikeys/go.mod",
"apiregistry/go.mod",
"appengine/go.mod",
"apphub/go.mod",
"appoptimize/go.mod",
"apps/go.mod",
"area120/go.mod",
"artifactregistry/go.mod",
"asset/go.mod",
"assuredworkloads/go.mod",
"auditmanager/go.mod",
"auth/go.mod",
"auth/oauth2adapt/go.mod",
"automl/go.mod",
"backstory/go.mod",
"backupdr/go.mod",
"baremetalsolution/go.mod",
"batch/go.mod",
"beyondcorp/go.mod",
"biglake/go.mod",
"bigquery/go.mod",
"bigquery/v2/go.mod",
"bigtable/go.mod",
"billing/go.mod",
"binaryauthorization/go.mod",
"capacityplanner/go.mod",
"certificatemanager/go.mod",
"ces/go.mod",
"channel/go.mod",
"chat/go.mod",
"chronicle/go.mod",
"cloudbuild/go.mod",
"cloudcontrolspartner/go.mod",
"clouddms/go.mod",
"cloudprofiler/go.mod",
"cloudquotas/go.mod",
"cloudsecuritycompliance/go.mod",
"cloudtasks/go.mod",
"commerce/go.mod",
"commerceproducer/go.mod",
"compute/go.mod",
"compute/metadata/go.mod",
"confidentialcomputing/go.mod",
"config/go.mod",
"configdelivery/go.mod",
"contactcenterinsights/go.mod",
"container/go.mod",
"containeranalysis/go.mod",
"datacatalog/go.mod",
"dataflow/go.mod",
"dataform/go.mod",
"datafusion/go.mod",
"datalabeling/go.mod",
"datamanager/go.mod",
"dataplex/go.mod",
"dataproc/go.mod",
"dataqna/go.mod",
"datastore/go.mod",
"datastream/go.mod",
"deploy/go.mod",
"developerconnect/go.mod",
"devicestreaming/go.mod",
"dialogflow/go.mod",
"discoveryengine/go.mod",
"dlp/go.mod",
"documentai/go.mod",
"domains/go.mod",
"edgecontainer/go.mod",
"edgenetwork/go.mod",
"errorreporting/go.mod",
"essentialcontacts/go.mod",
"eventarc/go.mod",
"filestore/go.mod",
"financialservices/go.mod",
"firestore/go.mod",
"functions/go.mod",
"geminidataanalytics/go.mod",
"gkebackup/go.mod",
"gkeconnect/go.mod",
"gkehub/go.mod",
"gkemulticloud/go.mod",
"gkerecommender/go.mod",
"go.mod",
"grafeas/go.mod",
"gsuiteaddons/go.mod",
"hypercomputecluster/go.mod",
"iam/go.mod",
"iap/go.mod",
"identitytoolkit/go.mod",
"ids/go.mod",
"internal/actions/go.mod",
"internal/aliasfix/go.mod",
"internal/aliasgen/go.mod",
"internal/carver/go.mod",
"internal/examples/fake/go.mod",
"internal/examples/mock/go.mod",
"internal/gapicgen/go.mod",
"internal/godocfx/go.mod",
"internal/protoveneer/go.mod",
"iot/go.mod",
"kms/go.mod",
"language/go.mod",
"licensemanager/go.mod",
"lifesciences/go.mod",
"locationfinder/go.mod",
"logging/go.mod",
"longrunning/go.mod",
"lustre/go.mod",
"maintenance/go.mod",
"managedidentities/go.mod",
"managedkafka/go.mod",
"maps/go.mod",
"mediatranslation/go.mod",
"memcache/go.mod",
"memorystore/go.mod",
"metastore/go.mod",
"migrationcenter/go.mod",
"modelarmor/go.mod",
"monitoring/go.mod",
"netapp/go.mod",
"networkconnectivity/go.mod",
"networkmanagement/go.mod",
"networksecurity/go.mod",
"networkservices/go.mod",
"notebooks/go.mod",
"optimization/go.mod",
"oracledatabase/go.mod",
"orchestration/go.mod",
"orgpolicy/go.mod",
"osconfig/go.mod",
"oslogin/go.mod",
"parallelstore/go.mod",
"parametermanager/go.mod",
"phishingprotection/go.mod",
"policysimulator/go.mod",
"policytroubleshooter/go.mod",
"privatecatalog/go.mod",
"privilegedaccessmanager/go.mod",
"productregistry/go.mod",
"profiler/go.mod",
"pubsub/go.mod",
"pubsub/v2/go.mod",
"pubsublite/go.mod",
"rapidmigrationassessment/go.mod",
"recaptchaenterprise/go.mod",
"recommendationengine/go.mod",
"recommender/go.mod",
"redis/go.mod",
"resourcemanager/go.mod",
"retail/go.mod",
"run/go.mod",
"saasplatform/go.mod",
"scheduler/go.mod",
"secretmanager/go.mod",
"securesourcemanager/go.mod",
"security/go.mod",
"securitycenter/go.mod",
"securitycentermanagement/go.mod",
"securityposture/go.mod",
"servicecontrol/go.mod",
"servicedirectory/go.mod",
"servicehealth/go.mod",
"servicemanagement/go.mod",
"serviceusage/go.mod",
"shell/go.mod",
"shopping/go.mod",
"spanner/benchmarks/go.mod",
"spanner/go.mod",
"spanner/test/opentelemetry/test/go.mod",
"speech/go.mod",
"storage/go.mod",
"storage/internal/benchmarks/go.mod",
"storagebatchoperations/go.mod",
"storageinsights/go.mod",
"storagetransfer/go.mod",
"streetview/go.mod",
"support/go.mod",
"talent/go.mod",
"telcoautomation/go.mod",
"texttospeech/go.mod",
"tpu/go.mod",
"trace/go.mod",
"translate/go.mod",
"vectorsearch/go.mod",
"vertexai/go.mod",
"video/go.mod",
"videointelligence/go.mod",
"vision/go.mod",
"visionai/go.mod",
"vmmigration/go.mod",
"vmwareengine/go.mod",
"vpcaccess/go.mod",
"webrisk/go.mod",
"websecurityscanner/go.mod",
"workflows/go.mod",
"workloadmanager/go.mod",
"workstations/go.mod"
],
"largest_source_bytes": 12373591,
"source_files_sampled": 21850,
"oversized_source_files": 1105,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"accessapproval/go.mod",
"accesscontextmanager/go.mod",
"advisorynotifications/go.mod",
"agentidentity/go.mod",
"agentplatform/go.mod",
"agentregistry/go.mod",
"ai/go.mod",
"aiplatform/go.mod",
"alloydb/go.mod",
"analytics/go.mod",
"apigateway/go.mod",
"apigeeconnect/go.mod",
"apigeeregistry/go.mod",
"apihub/go.mod",
"apikeys/go.mod",
"apiregistry/go.mod",
"appengine/go.mod",
"apphub/go.mod",
"appoptimize/go.mod",
"apps/go.mod",
"area120/go.mod",
"artifactregistry/go.mod",
"asset/go.mod",
"assuredworkloads/go.mod",
"auditmanager/go.mod",
"auth/go.mod",
"automl/go.mod",
"backstory/go.mod",
"backupdr/go.mod",
"baremetalsolution/go.mod",
"batch/go.mod",
"beyondcorp/go.mod",
"biglake/go.mod",
"bigquery/go.mod",
"bigtable/go.mod",
"billing/go.mod",
"binaryauthorization/go.mod",
"capacityplanner/go.mod",
"certificatemanager/go.mod",
"ces/go.mod",
"channel/go.mod",
"chat/go.mod",
"chronicle/go.mod",
"cloudbuild/go.mod",
"cloudcontrolspartner/go.mod",
"clouddms/go.mod",
"cloudprofiler/go.mod",
"cloudquotas/go.mod",
"cloudsecuritycompliance/go.mod",
"cloudtasks/go.mod",
"commerce/go.mod",
"commerceproducer/go.mod",
"compute/go.mod",
"confidentialcomputing/go.mod",
"config/go.mod",
"configdelivery/go.mod",
"contactcenterinsights/go.mod",
"container/go.mod",
"containeranalysis/go.mod",
"datacatalog/go.mod",
"dataflow/go.mod",
"dataform/go.mod",
"datafusion/go.mod",
"datalabeling/go.mod",
"datamanager/go.mod",
"dataplex/go.mod",
"dataproc/go.mod",
"dataqna/go.mod",
"datastore/go.mod",
"datastream/go.mod",
"deploy/go.mod",
"developerconnect/go.mod",
"devicestreaming/go.mod",
"dialogflow/go.mod",
"discoveryengine/go.mod",
"dlp/go.mod",
"documentai/go.mod",
"domains/go.mod",
"edgecontainer/go.mod",
"edgenetwork/go.mod",
"errorreporting/go.mod",
"essentialcontacts/go.mod",
"eventarc/go.mod",
"filestore/go.mod",
"financialservices/go.mod",
"firestore/go.mod",
"functions/go.mod",
"geminidataanalytics/go.mod",
"gkebackup/go.mod",
"gkeconnect/go.mod",
"gkehub/go.mod",
"gkemulticloud/go.mod",
"gkerecommender/go.mod",
"go.mod",
"grafeas/go.mod",
"gsuiteaddons/go.mod",
"hypercomputecluster/go.mod",
"iam/go.mod",
"iap/go.mod",
"identitytoolkit/go.mod",
"ids/go.mod",
"iot/go.mod",
"kms/go.mod",
"language/go.mod",
"licensemanager/go.mod",
"lifesciences/go.mod",
"locationfinder/go.mod",
"logging/go.mod",
"longrunning/go.mod",
"lustre/go.mod",
"maintenance/go.mod",
"managedidentities/go.mod",
"managedkafka/go.mod",
"maps/go.mod",
"mediatranslation/go.mod",
"memcache/go.mod",
"memorystore/go.mod",
"metastore/go.mod",
"migrationcenter/go.mod",
"modelarmor/go.mod",
"monitoring/go.mod",
"netapp/go.mod",
"networkconnectivity/go.mod",
"networkmanagement/go.mod",
"networksecurity/go.mod",
"networkservices/go.mod",
"notebooks/go.mod",
"optimization/go.mod",
"oracledatabase/go.mod",
"orchestration/go.mod",
"orgpolicy/go.mod",
"osconfig/go.mod",
"oslogin/go.mod",
"parallelstore/go.mod",
"parametermanager/go.mod",
"phishingprotection/go.mod",
"policysimulator/go.mod",
"policytroubleshooter/go.mod",
"privatecatalog/go.mod",
"privilegedaccessmanager/go.mod",
"productregistry/go.mod",
"profiler/go.mod",
"pubsub/go.mod",
"pubsublite/go.mod",
"rapidmigrationassessment/go.mod",
"recaptchaenterprise/go.mod",
"recommendationengine/go.mod",
"recommender/go.mod",
"redis/go.mod",
"resourcemanager/go.mod",
"retail/go.mod",
"run/go.mod",
"saasplatform/go.mod",
"scheduler/go.mod",
"secretmanager/go.mod",
"securesourcemanager/go.mod",
"security/go.mod",
"securitycenter/go.mod",
"securitycentermanagement/go.mod",
"securityposture/go.mod",
"servicecontrol/go.mod",
"servicedirectory/go.mod",
"servicehealth/go.mod",
"servicemanagement/go.mod",
"serviceusage/go.mod",
"shell/go.mod",
"shopping/go.mod",
"spanner/go.mod",
"speech/go.mod",
"storage/go.mod",
"storagebatchoperations/go.mod",
"storageinsights/go.mod",
"storagetransfer/go.mod",
"streetview/go.mod",
"support/go.mod",
"talent/go.mod",
"telcoautomation/go.mod",
"texttospeech/go.mod",
"tpu/go.mod",
"trace/go.mod",
"translate/go.mod",
"vectorsearch/go.mod",
"vertexai/go.mod",
"video/go.mod",
"videointelligence/go.mod",
"vision/go.mod",
"visionai/go.mod",
"vmmigration/go.mod",
"vmwareengine/go.mod",
"vpcaccess/go.mod",
"webrisk/go.mod",
"websecurityscanner/go.mod",
"workflows/go.mod",
"workloadmanager/go.mod",
"workstations/go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "accessapproval/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "accessapproval/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "accessapproval/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "accessapproval/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "accessapproval/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "accessapproval/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "accesscontextmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "accesscontextmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "accesscontextmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "accesscontextmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "accesscontextmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "accesscontextmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "accesscontextmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "accesscontextmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "accesscontextmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "advisorynotifications/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "advisorynotifications/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "advisorynotifications/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "advisorynotifications/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "advisorynotifications/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "agentidentity/go.mod",
"ecosystem": "go",
"version_constraint": "v1.12.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "agentidentity/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "agentidentity/go.mod",
"ecosystem": "go",
"version_constraint": "v0.288.0"
},
{
"name": "google.golang.org/genproto",
"manifest": "agentidentity/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260715232425-e75dac1f907d"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "agentidentity/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260715232425-e75dac1f907d"
},
{
"name": "google.golang.org/grpc",
"manifest": "agentidentity/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.1"
},
{
"name": "google.golang.org/protobuf",
"manifest": "agentidentity/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/google/go-cmp",
"manifest": "agentplatform/go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "google.golang.org/genai",
"manifest": "agentplatform/go.mod",
"ecosystem": "go",
"version_constraint": "v1.58.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "agentregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "agentregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "agentregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "agentregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "agentregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "agentregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "agentregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "agentregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "ai/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "ai/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "ai/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "ai/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "ai/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "ai/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "ai/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "ai/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "ai/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "aiplatform/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "aiplatform/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "aiplatform/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "aiplatform/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "aiplatform/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "aiplatform/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "aiplatform/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "aiplatform/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "aiplatform/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "alloydb/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "alloydb/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "alloydb/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "alloydb/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "alloydb/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "alloydb/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "alloydb/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "alloydb/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "alloydb/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "analytics/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "analytics/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "analytics/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "analytics/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "analytics/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "analytics/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "apigateway/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "apigateway/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "apigateway/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "apigateway/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "apigateway/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "apigateway/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "apigateway/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "apigateway/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "apigeeconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "apigeeconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "apigeeconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "apigeeconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "apigeeconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "apigeeconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "apigeeconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "apigeeregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "apigeeregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "apigeeregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "apigeeregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "apigeeregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "apigeeregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "apigeeregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "apigeeregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "apihub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "apihub/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "apihub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "apihub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "apihub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "apihub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "apihub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "apihub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "apikeys/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "apikeys/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "apikeys/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "apikeys/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "apikeys/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "apikeys/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "apikeys/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "apikeys/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "apiregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "apiregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "apiregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "apiregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "apiregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "apiregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "appengine/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "appengine/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "appengine/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "appengine/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "appengine/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "appengine/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "appengine/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "appengine/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "apphub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "apphub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "apphub/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "apphub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "apphub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "apphub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "apphub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "apphub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "apphub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "appoptimize/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "appoptimize/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "appoptimize/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "appoptimize/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "appoptimize/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260406210006-6f92a3bedf2d"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "appoptimize/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "appoptimize/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "appoptimize/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "apps/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "apps/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "apps/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "apps/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "apps/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "apps/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "apps/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "area120/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "area120/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "area120/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "area120/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "area120/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "area120/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "artifactregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "artifactregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "artifactregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "artifactregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "artifactregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "artifactregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "artifactregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "artifactregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "artifactregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "artifactregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/accesscontextmanager",
"manifest": "asset/go.mod",
"ecosystem": "go",
"version_constraint": "v1.14.0"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "asset/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "asset/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "cloud.google.com/go/orgpolicy",
"manifest": "asset/go.mod",
"ecosystem": "go",
"version_constraint": "v1.20.0"
},
{
"name": "cloud.google.com/go/osconfig",
"manifest": "asset/go.mod",
"ecosystem": "go",
"version_constraint": "v1.21.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "asset/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "asset/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "asset/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "asset/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "asset/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "asset/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "asset/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "asset/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "assuredworkloads/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "assuredworkloads/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "assuredworkloads/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "assuredworkloads/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "assuredworkloads/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "assuredworkloads/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "assuredworkloads/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "assuredworkloads/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "auditmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "auditmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "auditmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "auditmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "auditmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "auditmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "auditmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "auditmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/compute/metadata",
"manifest": "auth/go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.0"
},
{
"name": "github.com/google/go-cmp",
"manifest": "auth/go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/google/s2a-go",
"manifest": "auth/go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.9"
},
{
"name": "github.com/googleapis/enterprise-certificate-proxy",
"manifest": "auth/go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.17"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "auth/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc",
"manifest": "auth/go.mod",
"ecosystem": "go",
"version_constraint": "v0.67.0"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
"manifest": "auth/go.mod",
"ecosystem": "go",
"version_constraint": "v0.67.0"
},
{
"name": "go.opentelemetry.io/otel",
"manifest": "auth/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"manifest": "auth/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "auth/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "golang.org/x/net",
"manifest": "auth/go.mod",
"ecosystem": "go",
"version_constraint": "v0.56.0"
},
{
"name": "golang.org/x/time",
"manifest": "auth/go.mod",
"ecosystem": "go",
"version_constraint": "v0.15.0"
},
{
"name": "google.golang.org/api",
"manifest": "auth/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "auth/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "auth/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "auth/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "automl/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "automl/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "automl/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "automl/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "automl/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "automl/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "automl/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "automl/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "automl/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "google.golang.org/genproto",
"manifest": "backstory/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260610202329-623566214e0c"
},
{
"name": "google.golang.org/protobuf",
"manifest": "backstory/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "backupdr/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "backupdr/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "backupdr/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "backupdr/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "backupdr/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "backupdr/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "backupdr/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "backupdr/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "backupdr/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "backupdr/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "baremetalsolution/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "baremetalsolution/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "baremetalsolution/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "baremetalsolution/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "baremetalsolution/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "baremetalsolution/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "baremetalsolution/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "baremetalsolution/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "batch/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "batch/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "batch/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "batch/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "batch/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "batch/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "batch/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "batch/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "batch/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "beyondcorp/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "beyondcorp/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "beyondcorp/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "beyondcorp/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "beyondcorp/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "beyondcorp/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "beyondcorp/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "beyondcorp/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "beyondcorp/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "biglake/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "biglake/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "biglake/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "biglake/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "biglake/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "biglake/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v0.123.0"
},
{
"name": "cloud.google.com/go/datacatalog",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v1.32.0"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "cloud.google.com/go/storage",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v1.62.3"
},
{
"name": "github.com/apache/arrow/go/v15",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v15.0.2"
},
{
"name": "github.com/google/go-cmp",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/google/uuid",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opencensus.io",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v0.24.0"
},
{
"name": "go.opentelemetry.io/otel",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "golang.org/x/sync",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.0"
},
{
"name": "golang.org/x/xerrors",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20240903120638-7835f813f4da"
},
{
"name": "google.golang.org/api",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "bigquery/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v0.123.0"
},
{
"name": "cloud.google.com/go/compute/metadata",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.0"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "cloud.google.com/go/monitoring",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v1.29.0"
},
{
"name": "github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v0.57.0"
},
{
"name": "github.com/envoyproxy/go-control-plane/envoy",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v1.37.0"
},
{
"name": "github.com/google/btree",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.3"
},
{
"name": "github.com/google/go-cmp",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/google/uuid",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/googleapis/cloud-bigtable-clients-test",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.4"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/contrib/detectors/gcp",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v1.43.0"
},
{
"name": "go.opentelemetry.io/otel",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/metric",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/sdk/metric",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "golang.org/x/oauth2",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.0"
},
{
"name": "golang.org/x/sync",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.0"
},
{
"name": "google.golang.org/api",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260519071638-aa98bba5eb94"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "rsc.io/binaryregexp",
"manifest": "bigtable/go.mod",
"ecosystem": "go",
"version_constraint": "v0.2.0"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "billing/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "billing/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "billing/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "billing/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "billing/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "billing/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "billing/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "binaryauthorization/go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.3"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "binaryauthorization/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "binaryauthorization/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "binaryauthorization/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "binaryauthorization/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "binaryauthorization/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "binaryauthorization/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "capacityplanner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "capacityplanner/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "capacityplanner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "capacityplanner/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "capacityplanner/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "capacityplanner/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "capacityplanner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "capacityplanner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "certificatemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "certificatemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "certificatemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "certificatemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "certificatemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "certificatemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "certificatemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "certificatemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "ces/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "ces/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "ces/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "ces/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "ces/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "ces/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "ces/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "ces/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "ces/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "channel/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "channel/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "channel/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "channel/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "channel/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "channel/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "channel/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "channel/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "chat/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "chat/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "chat/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "chat/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "chat/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "chat/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "chat/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "chronicle/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "chronicle/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "chronicle/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "chronicle/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "chronicle/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "chronicle/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "chronicle/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "chronicle/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "chronicle/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "cloudbuild/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "cloudbuild/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "cloudbuild/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "cloudbuild/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "cloudbuild/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "cloudbuild/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "cloudbuild/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "cloudbuild/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "cloudbuild/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "cloudcontrolspartner/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "cloudcontrolspartner/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "cloudcontrolspartner/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "cloudcontrolspartner/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "cloudcontrolspartner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "cloudcontrolspartner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "clouddms/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "clouddms/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "clouddms/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "clouddms/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "clouddms/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "clouddms/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "clouddms/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "clouddms/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "clouddms/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "clouddms/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "cloudprofiler/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "cloudprofiler/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "cloudprofiler/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "cloudprofiler/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "cloudprofiler/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "cloudquotas/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "cloudquotas/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "cloudquotas/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "cloudquotas/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "cloudquotas/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "cloudsecuritycompliance/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "cloudsecuritycompliance/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "cloudsecuritycompliance/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "cloudsecuritycompliance/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "cloudsecuritycompliance/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "cloudsecuritycompliance/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "cloudsecuritycompliance/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "cloudsecuritycompliance/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "cloudtasks/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "cloudtasks/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "cloudtasks/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "cloudtasks/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "cloudtasks/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "cloudtasks/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "cloudtasks/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "cloudtasks/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "commerce/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "commerce/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "commerce/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "commerce/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "commerce/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "commerce/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "commerce/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "commerceproducer/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "commerceproducer/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "commerceproducer/go.mod",
"ecosystem": "go",
"version_constraint": "v0.289.0"
},
{
"name": "google.golang.org/genproto",
"manifest": "commerceproducer/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260715232425-e75dac1f907d"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "commerceproducer/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260715232425-e75dac1f907d"
},
{
"name": "google.golang.org/grpc",
"manifest": "commerceproducer/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.1"
},
{
"name": "google.golang.org/protobuf",
"manifest": "commerceproducer/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go",
"manifest": "compute/go.mod",
"ecosystem": "go",
"version_constraint": "v0.123.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "compute/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "compute/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "compute/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "compute/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "compute/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "compute/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "confidentialcomputing/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "confidentialcomputing/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "confidentialcomputing/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "confidentialcomputing/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "confidentialcomputing/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "confidentialcomputing/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "confidentialcomputing/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "config/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "config/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "config/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "config/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "config/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "config/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "config/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "config/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "config/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "config/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "configdelivery/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "configdelivery/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "configdelivery/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "configdelivery/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "configdelivery/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "configdelivery/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "configdelivery/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "configdelivery/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "contactcenterinsights/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "contactcenterinsights/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "contactcenterinsights/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "contactcenterinsights/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "contactcenterinsights/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "contactcenterinsights/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "contactcenterinsights/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "contactcenterinsights/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "contactcenterinsights/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go",
"manifest": "container/go.mod",
"ecosystem": "go",
"version_constraint": "v0.123.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "container/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "container/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "container/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "container/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "container/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "container/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "container/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go",
"manifest": "containeranalysis/go.mod",
"ecosystem": "go",
"version_constraint": "v0.123.0"
},
{
"name": "cloud.google.com/go/grafeas",
"manifest": "containeranalysis/go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.0"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "containeranalysis/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "containeranalysis/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "containeranalysis/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "containeranalysis/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "containeranalysis/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "containeranalysis/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "containeranalysis/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "datacatalog/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "datacatalog/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/google/uuid",
"manifest": "datacatalog/go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "datacatalog/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "datacatalog/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "datacatalog/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "datacatalog/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "datacatalog/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "datacatalog/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "datacatalog/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "datacatalog/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "dataflow/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "dataflow/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "dataflow/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "dataflow/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "dataflow/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "dataflow/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "dataflow/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "dataform/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "dataform/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "dataform/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "dataform/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "dataform/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "dataform/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "dataform/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "dataform/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "dataform/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "dataform/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "datafusion/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "datafusion/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "datafusion/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "datafusion/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "datafusion/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "datafusion/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "datafusion/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "datafusion/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "datalabeling/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "datalabeling/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "datalabeling/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "datalabeling/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "datalabeling/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "datalabeling/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "datalabeling/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "datalabeling/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "datalabeling/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "datamanager/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "datamanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "datamanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "datamanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "datamanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "dataplex/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "dataplex/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "dataplex/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "dataplex/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "dataplex/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "dataplex/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "dataplex/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "dataplex/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "dataplex/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "dataproc/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "dataproc/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "dataproc/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "dataproc/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "dataproc/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "dataproc/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "dataproc/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "dataproc/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "dataproc/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "dataqna/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "dataqna/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "dataqna/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "dataqna/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "dataqna/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "dataqna/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "dataqna/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go",
"manifest": "datastore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.123.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "datastore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/google/go-cmp",
"manifest": "datastore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "datastore/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"manifest": "datastore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "datastore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "datastore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "datastore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "datastore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "datastore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "datastore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "datastream/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "datastream/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "datastream/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "datastream/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "datastream/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "datastream/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "datastream/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "datastream/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "datastream/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "deploy/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "deploy/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "deploy/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "deploy/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "deploy/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "deploy/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "deploy/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "deploy/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "deploy/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "developerconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "developerconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "developerconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "developerconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "developerconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "developerconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "developerconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "developerconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "developerconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "devicestreaming/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "devicestreaming/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "devicestreaming/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "devicestreaming/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "devicestreaming/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "dialogflow/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "dialogflow/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "dialogflow/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "dialogflow/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "dialogflow/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "dialogflow/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "dialogflow/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "dialogflow/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "dialogflow/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "discoveryengine/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "discoveryengine/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "discoveryengine/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "discoveryengine/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "discoveryengine/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "discoveryengine/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "discoveryengine/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "discoveryengine/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "discoveryengine/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "discoveryengine/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "dlp/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "dlp/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "dlp/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "dlp/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "dlp/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "dlp/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "dlp/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "documentai/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "documentai/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "documentai/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "documentai/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "documentai/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "documentai/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "documentai/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "documentai/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "documentai/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "domains/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "domains/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "domains/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "domains/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "domains/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "domains/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "domains/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "domains/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "edgecontainer/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "edgecontainer/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "edgecontainer/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "edgecontainer/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "edgecontainer/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "edgecontainer/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "edgecontainer/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "edgecontainer/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "edgecontainer/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "edgenetwork/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "edgenetwork/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "edgenetwork/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "edgenetwork/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "edgenetwork/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "edgenetwork/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "edgenetwork/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "edgenetwork/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go",
"manifest": "errorreporting/go.mod",
"ecosystem": "go",
"version_constraint": "v0.123.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "errorreporting/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "errorreporting/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "errorreporting/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "errorreporting/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "errorreporting/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "errorreporting/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "essentialcontacts/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "essentialcontacts/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "essentialcontacts/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "essentialcontacts/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "essentialcontacts/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "essentialcontacts/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "eventarc/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "eventarc/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "eventarc/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "eventarc/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "eventarc/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "eventarc/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "eventarc/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "eventarc/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "eventarc/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "eventarc/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "filestore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "filestore/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "filestore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "filestore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "filestore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "filestore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "filestore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "filestore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "financialservices/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "financialservices/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "financialservices/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "financialservices/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "financialservices/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "financialservices/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "financialservices/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "financialservices/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go",
"manifest": "firestore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.123.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "firestore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/google/go-cmp",
"manifest": "firestore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "firestore/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "firestore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "golang.org/x/time",
"manifest": "firestore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.15.0"
},
{
"name": "google.golang.org/api",
"manifest": "firestore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "firestore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "firestore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "firestore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "firestore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "firestore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "functions/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "functions/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/google/go-cmp",
"manifest": "functions/go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "functions/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "functions/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "functions/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "functions/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "functions/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "functions/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "functions/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "geminidataanalytics/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "geminidataanalytics/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "geminidataanalytics/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "geminidataanalytics/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "geminidataanalytics/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "geminidataanalytics/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "geminidataanalytics/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "geminidataanalytics/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "geminidataanalytics/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "gkebackup/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "gkebackup/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "gkebackup/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "gkebackup/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "gkebackup/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "gkebackup/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "gkebackup/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "gkebackup/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "gkebackup/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "gkeconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "gkeconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "gkeconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "gkeconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "gkeconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "gkeconnect/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "gkehub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "gkehub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "gkehub/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "gkehub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "gkehub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "gkehub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "gkehub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "gkehub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "gkehub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "gkehub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "gkemulticloud/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "gkemulticloud/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "gkemulticloud/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "gkemulticloud/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "gkemulticloud/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "gkemulticloud/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "gkemulticloud/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "gkemulticloud/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "gkerecommender/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "gkerecommender/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "gkerecommender/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "gkerecommender/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "gkerecommender/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/storage",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.62.3"
},
{
"name": "github.com/google/go-cmp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/google/martian/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.3.3"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "golang.org/x/oauth2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.0"
},
{
"name": "google.golang.org/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go",
"manifest": "grafeas/go.mod",
"ecosystem": "go",
"version_constraint": "v0.123.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "grafeas/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "grafeas/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "grafeas/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "grafeas/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "grafeas/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "gsuiteaddons/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "gsuiteaddons/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "gsuiteaddons/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "gsuiteaddons/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "gsuiteaddons/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "gsuiteaddons/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "hypercomputecluster/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "hypercomputecluster/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "hypercomputecluster/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "hypercomputecluster/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "hypercomputecluster/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "hypercomputecluster/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "hypercomputecluster/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "hypercomputecluster/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go",
"manifest": "iam/go.mod",
"ecosystem": "go",
"version_constraint": "v0.123.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "iam/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "iam/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "iam/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "iam/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "iam/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "iam/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "iam/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "iam/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "iap/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "iap/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "iap/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "iap/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "iap/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "iap/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "iap/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "identitytoolkit/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "identitytoolkit/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "identitytoolkit/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "identitytoolkit/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "identitytoolkit/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "ids/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "ids/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "ids/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "ids/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "ids/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "ids/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "ids/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "ids/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "iot/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "iot/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "iot/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "iot/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "iot/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "iot/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "iot/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "iot/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "kms/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "kms/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "kms/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "kms/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "kms/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "kms/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "kms/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "kms/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "kms/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "language/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "language/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "language/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "language/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "language/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "language/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "licensemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "licensemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "licensemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "licensemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "licensemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "licensemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "licensemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "licensemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "lifesciences/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "lifesciences/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "lifesciences/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "lifesciences/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "lifesciences/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "lifesciences/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "lifesciences/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "lifesciences/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "lifesciences/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "locationfinder/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "locationfinder/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "locationfinder/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "locationfinder/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "locationfinder/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "locationfinder/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go",
"manifest": "logging/go.mod",
"ecosystem": "go",
"version_constraint": "v0.123.0"
},
{
"name": "cloud.google.com/go/compute/metadata",
"manifest": "logging/go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.0"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "logging/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "logging/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "cloud.google.com/go/storage",
"manifest": "logging/go.mod",
"ecosystem": "go",
"version_constraint": "v1.62.3"
},
{
"name": "github.com/google/go-cmp",
"manifest": "logging/go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "logging/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opencensus.io",
"manifest": "logging/go.mod",
"ecosystem": "go",
"version_constraint": "v0.24.0"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"manifest": "logging/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "logging/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "golang.org/x/oauth2",
"manifest": "logging/go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.0"
},
{
"name": "google.golang.org/api",
"manifest": "logging/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "logging/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "logging/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "logging/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "logging/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "logging/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go",
"manifest": "longrunning/go.mod",
"ecosystem": "go",
"version_constraint": "v0.123.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "longrunning/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel",
"manifest": "longrunning/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"manifest": "longrunning/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "longrunning/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "longrunning/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "longrunning/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "longrunning/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "longrunning/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "longrunning/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "longrunning/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "lustre/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "lustre/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "lustre/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "lustre/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "lustre/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "lustre/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "lustre/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "lustre/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "lustre/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "maintenance/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "maintenance/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "maintenance/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "maintenance/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "maintenance/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "maintenance/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "managedidentities/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "managedidentities/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "managedidentities/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "managedidentities/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "managedidentities/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "managedidentities/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "managedidentities/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "managedidentities/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "managedkafka/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "managedkafka/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "managedkafka/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "managedkafka/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "managedkafka/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "managedkafka/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "managedkafka/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "managedkafka/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "maps/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "maps/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "maps/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "maps/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "maps/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "maps/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "maps/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "maps/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "maps/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "mediatranslation/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "mediatranslation/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "mediatranslation/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "mediatranslation/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "mediatranslation/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "mediatranslation/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "mediatranslation/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "memcache/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "memcache/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "memcache/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "memcache/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "memcache/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "memcache/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "memcache/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "memcache/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "memorystore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "memorystore/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "memorystore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "memorystore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "memorystore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "memorystore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "memorystore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "memorystore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "metastore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "metastore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "metastore/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "metastore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "metastore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "metastore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "metastore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "metastore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "metastore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "migrationcenter/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "migrationcenter/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "migrationcenter/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "migrationcenter/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "migrationcenter/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "migrationcenter/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "migrationcenter/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "migrationcenter/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "modelarmor/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "modelarmor/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "modelarmor/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "modelarmor/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "modelarmor/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "modelarmor/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "monitoring/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "monitoring/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "monitoring/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "monitoring/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "monitoring/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "monitoring/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "monitoring/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "monitoring/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "monitoring/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "netapp/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "netapp/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "netapp/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "netapp/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "netapp/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "netapp/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "netapp/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "netapp/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "networkconnectivity/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "networkconnectivity/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "networkconnectivity/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "networkconnectivity/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "networkconnectivity/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "networkconnectivity/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "networkconnectivity/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "networkconnectivity/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "networkconnectivity/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "networkconnectivity/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "networkmanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "networkmanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "networkmanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "networkmanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "networkmanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "networkmanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "networkmanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "networkmanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "networkmanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "networkmanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "networksecurity/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "networksecurity/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "networksecurity/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "networksecurity/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "networksecurity/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "networksecurity/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "networksecurity/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "networksecurity/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "networksecurity/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "networkservices/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "networkservices/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "networkservices/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "networkservices/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "networkservices/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "networkservices/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "networkservices/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "networkservices/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "networkservices/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "notebooks/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "notebooks/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "notebooks/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "notebooks/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "notebooks/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "notebooks/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "notebooks/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "notebooks/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "notebooks/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "optimization/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "optimization/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "optimization/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "optimization/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "optimization/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "optimization/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "optimization/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "optimization/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "oracledatabase/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "oracledatabase/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "oracledatabase/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "oracledatabase/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "oracledatabase/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "oracledatabase/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "oracledatabase/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "oracledatabase/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "orchestration/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "orchestration/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "orchestration/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "orchestration/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "orchestration/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "orchestration/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "orchestration/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "orchestration/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "orgpolicy/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "orgpolicy/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "orgpolicy/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "orgpolicy/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "orgpolicy/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "orgpolicy/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "osconfig/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "osconfig/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "osconfig/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "osconfig/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "osconfig/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "osconfig/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "osconfig/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "osconfig/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "oslogin/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "oslogin/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "oslogin/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "oslogin/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "oslogin/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "oslogin/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "parallelstore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "parallelstore/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "parallelstore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "parallelstore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "parallelstore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "parallelstore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "parallelstore/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "parallelstore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "parallelstore/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "parametermanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "parametermanager/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "parametermanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "parametermanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "parametermanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "parametermanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "parametermanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "phishingprotection/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "phishingprotection/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "phishingprotection/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "phishingprotection/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "phishingprotection/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "phishingprotection/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "policysimulator/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "policysimulator/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "cloud.google.com/go/orgpolicy",
"manifest": "policysimulator/go.mod",
"ecosystem": "go",
"version_constraint": "v1.20.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "policysimulator/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "policysimulator/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "policysimulator/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "policysimulator/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "policysimulator/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "policysimulator/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "policysimulator/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "policysimulator/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "policytroubleshooter/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "policytroubleshooter/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "policytroubleshooter/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "policytroubleshooter/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "policytroubleshooter/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "policytroubleshooter/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "policytroubleshooter/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "policytroubleshooter/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "privatecatalog/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "privatecatalog/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "privatecatalog/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "privatecatalog/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "privatecatalog/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "privatecatalog/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "privatecatalog/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "privilegedaccessmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "privilegedaccessmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "privilegedaccessmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "privilegedaccessmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "privilegedaccessmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "privilegedaccessmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "privilegedaccessmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "privilegedaccessmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "privilegedaccessmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "productregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "productregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v0.288.0"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "productregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260713224248-f5fc221cf8c4"
},
{
"name": "google.golang.org/grpc",
"manifest": "productregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "productregistry/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go",
"manifest": "profiler/go.mod",
"ecosystem": "go",
"version_constraint": "v0.123.0"
},
{
"name": "cloud.google.com/go/compute/metadata",
"manifest": "profiler/go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.0"
},
{
"name": "cloud.google.com/go/storage",
"manifest": "profiler/go.mod",
"ecosystem": "go",
"version_constraint": "v1.62.3"
},
{
"name": "github.com/golang/mock",
"manifest": "profiler/go.mod",
"ecosystem": "go",
"version_constraint": "v1.7.0-rc.1"
},
{
"name": "github.com/google/pprof",
"manifest": "profiler/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260604005048-7023385849c0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "profiler/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "golang.org/x/oauth2",
"manifest": "profiler/go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.0"
},
{
"name": "google.golang.org/api",
"manifest": "profiler/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "profiler/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "profiler/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "profiler/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "profiler/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.123.0"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/kms",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.31.0"
},
{
"name": "cloud.google.com/go/pubsub/v2",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v2.6.0"
},
{
"name": "github.com/google/go-cmp",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/google/uuid",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.einride.tech/aip",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.83.0"
},
{
"name": "go.opencensus.io",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.24.0"
},
{
"name": "go.opentelemetry.io/otel",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "golang.org/x/oauth2",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.0"
},
{
"name": "golang.org/x/sync",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.0"
},
{
"name": "golang.org/x/time",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.15.0"
},
{
"name": "google.golang.org/api",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "pubsub/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go",
"manifest": "pubsublite/go.mod",
"ecosystem": "go",
"version_constraint": "v0.123.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "pubsublite/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "cloud.google.com/go/pubsub",
"manifest": "pubsublite/go.mod",
"ecosystem": "go",
"version_constraint": "v1.50.2"
},
{
"name": "github.com/IBM/sarama",
"manifest": "pubsublite/go.mod",
"ecosystem": "go",
"version_constraint": "v1.50.3"
},
{
"name": "github.com/google/go-cmp",
"manifest": "pubsublite/go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/google/uuid",
"manifest": "pubsublite/go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "pubsublite/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "pubsublite/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "golang.org/x/oauth2",
"manifest": "pubsublite/go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.0"
},
{
"name": "golang.org/x/sync",
"manifest": "pubsublite/go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.0"
},
{
"name": "google.golang.org/api",
"manifest": "pubsublite/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "pubsublite/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "pubsublite/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "pubsublite/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "pubsublite/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "pubsublite/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "rapidmigrationassessment/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "rapidmigrationassessment/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "rapidmigrationassessment/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "rapidmigrationassessment/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "rapidmigrationassessment/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "rapidmigrationassessment/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "rapidmigrationassessment/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "rapidmigrationassessment/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "recaptchaenterprise/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "recaptchaenterprise/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "recaptchaenterprise/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "recaptchaenterprise/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "recaptchaenterprise/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "recaptchaenterprise/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "recaptchaenterprise/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "recommendationengine/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "recommendationengine/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "recommendationengine/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "recommendationengine/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "recommendationengine/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "recommendationengine/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "recommendationengine/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "recommendationengine/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "recommendationengine/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "recommender/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "recommender/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "recommender/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "recommender/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "recommender/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "recommender/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "redis/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "redis/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "redis/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "redis/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "redis/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "redis/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "redis/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "redis/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "resourcemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "resourcemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "resourcemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "resourcemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "resourcemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "resourcemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "resourcemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "resourcemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "resourcemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "retail/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "retail/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "retail/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "retail/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "retail/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "retail/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "retail/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "retail/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "retail/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "run/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "run/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "run/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "run/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "run/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "run/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "run/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "run/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "run/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "run/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "saasplatform/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "saasplatform/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "saasplatform/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "saasplatform/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "saasplatform/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "saasplatform/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "saasplatform/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "scheduler/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "scheduler/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "scheduler/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "scheduler/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "scheduler/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "scheduler/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "scheduler/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "secretmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "secretmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "secretmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "secretmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "secretmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "secretmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "secretmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "secretmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "securesourcemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "securesourcemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "securesourcemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "securesourcemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "securesourcemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "securesourcemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "securesourcemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "securesourcemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "securesourcemanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "security/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "security/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "security/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "security/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "security/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "security/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "security/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "security/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "security/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "securitycenter/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "securitycenter/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "securitycenter/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "securitycenter/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "securitycenter/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "securitycenter/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "securitycenter/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "securitycenter/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "securitycenter/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "securitycenter/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "securitycentermanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "securitycentermanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "securitycentermanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "securitycentermanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "securitycentermanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "securitycentermanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "securitycentermanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "securitycentermanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "securityposture/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "securityposture/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "securityposture/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "securityposture/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "securityposture/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "securityposture/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "securityposture/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "securityposture/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "servicecontrol/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "servicecontrol/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "servicecontrol/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "servicecontrol/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "servicecontrol/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "servicecontrol/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "servicecontrol/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "servicedirectory/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "servicedirectory/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "servicedirectory/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "servicedirectory/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "servicedirectory/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "servicedirectory/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "servicedirectory/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "servicehealth/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "servicehealth/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "servicehealth/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "servicehealth/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "servicehealth/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "servicehealth/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "servicemanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "servicemanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "servicemanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "servicemanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "servicemanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "servicemanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "servicemanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "servicemanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "servicemanagement/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "serviceusage/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "serviceusage/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "serviceusage/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "serviceusage/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "serviceusage/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "serviceusage/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "serviceusage/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "serviceusage/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "shell/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "shell/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "shell/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "shell/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "shell/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "shell/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "shell/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "shell/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "shopping/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "shopping/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "shopping/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "shopping/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "shopping/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "shopping/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v0.123.0"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "cloud.google.com/go/monitoring",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.29.0"
},
{
"name": "github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/google/go-cmp",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/google/uuid",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opencensus.io",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v0.24.0"
},
{
"name": "go.opentelemetry.io/contrib/detectors/gcp",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.43.0"
},
{
"name": "go.opentelemetry.io/otel",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/metric",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/sdk/metric",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "golang.org/x/crypto",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v0.53.0"
},
{
"name": "golang.org/x/oauth2",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.0"
},
{
"name": "golang.org/x/sync",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.0"
},
{
"name": "google.golang.org/api",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "spanner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "speech/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "speech/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "speech/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "speech/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "speech/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "speech/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "speech/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "speech/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "speech/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v0.123.0"
},
{
"name": "cloud.google.com/go/auth",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v0.20.0"
},
{
"name": "cloud.google.com/go/compute/metadata",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.0"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v0.57.0"
},
{
"name": "github.com/google/go-cmp",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/google/uuid",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/contrib/detectors/gcp",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v1.43.0"
},
{
"name": "go.opentelemetry.io/otel",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/exporters/stdout/stdoutmetric",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/metric",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/sdk/metric",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "golang.org/x/oauth2",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.0"
},
{
"name": "golang.org/x/sync",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.0"
},
{
"name": "google.golang.org/api",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260519071638-aa98bba5eb94"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "storage/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "storagebatchoperations/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "storagebatchoperations/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "storagebatchoperations/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "storagebatchoperations/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "storagebatchoperations/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "storagebatchoperations/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "storagebatchoperations/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "storagebatchoperations/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "storagebatchoperations/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "storageinsights/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "storageinsights/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "storageinsights/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "storageinsights/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "storageinsights/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "storageinsights/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "storageinsights/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "storageinsights/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "storageinsights/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "storagetransfer/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "storagetransfer/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "storagetransfer/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "storagetransfer/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "storagetransfer/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "storagetransfer/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "storagetransfer/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "storagetransfer/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "storagetransfer/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "streetview/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "streetview/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "streetview/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "streetview/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "streetview/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "streetview/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "streetview/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "streetview/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "streetview/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "support/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "support/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "support/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "support/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "support/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "talent/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "talent/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "talent/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "talent/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "talent/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "talent/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "talent/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "talent/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "talent/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "telcoautomation/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "telcoautomation/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "telcoautomation/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "telcoautomation/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "telcoautomation/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "telcoautomation/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "telcoautomation/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "telcoautomation/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "texttospeech/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "texttospeech/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "texttospeech/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "texttospeech/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "texttospeech/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "texttospeech/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "texttospeech/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "texttospeech/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "tpu/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "tpu/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "tpu/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "tpu/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "tpu/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "tpu/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "tpu/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "tpu/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "trace/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "trace/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "trace/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "trace/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "trace/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "trace/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "trace/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go",
"manifest": "translate/go.mod",
"ecosystem": "go",
"version_constraint": "v0.123.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "translate/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "translate/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "translate/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "golang.org/x/text",
"manifest": "translate/go.mod",
"ecosystem": "go",
"version_constraint": "v0.38.0"
},
{
"name": "google.golang.org/api",
"manifest": "translate/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "translate/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "translate/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "translate/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "translate/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "translate/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "vectorsearch/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "vectorsearch/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "vectorsearch/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "vectorsearch/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "vectorsearch/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "vectorsearch/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "vectorsearch/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "vectorsearch/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "vectorsearch/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go",
"manifest": "vertexai/go.mod",
"ecosystem": "go",
"version_constraint": "v0.123.0"
},
{
"name": "cloud.google.com/go/aiplatform",
"manifest": "vertexai/go.mod",
"ecosystem": "go",
"version_constraint": "v1.125.0"
},
{
"name": "github.com/google/go-cmp",
"manifest": "vertexai/go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "golang.org/x/text",
"manifest": "vertexai/go.mod",
"ecosystem": "go",
"version_constraint": "v0.38.0"
},
{
"name": "google.golang.org/api",
"manifest": "vertexai/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genai",
"manifest": "vertexai/go.mod",
"ecosystem": "go",
"version_constraint": "v1.61.0"
},
{
"name": "google.golang.org/genproto",
"manifest": "vertexai/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/protobuf",
"manifest": "vertexai/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "video/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "video/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "video/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "video/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "video/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "video/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "video/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "video/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "video/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "videointelligence/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "videointelligence/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "videointelligence/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "videointelligence/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "videointelligence/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "videointelligence/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "videointelligence/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "videointelligence/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "videointelligence/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "vision/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "vision/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "vision/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "vision/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "vision/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "vision/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "vision/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "vision/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "vision/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "visionai/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "visionai/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "visionai/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "visionai/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "visionai/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "visionai/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "visionai/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "visionai/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "visionai/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "vmmigration/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "vmmigration/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "vmmigration/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "vmmigration/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "vmmigration/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "vmmigration/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "vmmigration/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "vmmigration/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "vmmigration/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "vmmigration/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "vmwareengine/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "vmwareengine/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "vmwareengine/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "vmwareengine/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "vmwareengine/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "vmwareengine/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "vmwareengine/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "vmwareengine/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "vmwareengine/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "vpcaccess/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "vpcaccess/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "vpcaccess/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "vpcaccess/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "vpcaccess/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "vpcaccess/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "vpcaccess/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "vpcaccess/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "webrisk/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "webrisk/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "webrisk/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "webrisk/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "webrisk/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "webrisk/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "webrisk/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "webrisk/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "websecurityscanner/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "google.golang.org/api",
"manifest": "websecurityscanner/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "websecurityscanner/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "websecurityscanner/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "websecurityscanner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "websecurityscanner/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "workflows/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "workflows/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "workflows/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "workflows/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "workflows/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "workflows/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "workflows/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "workflows/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "workloadmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "workloadmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "workloadmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "workloadmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto",
"manifest": "workloadmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260319201613-d00831a3d3e7"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "workloadmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "workloadmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "workloadmanager/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "cloud.google.com/go/iam",
"manifest": "workstations/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "cloud.google.com/go/longrunning",
"manifest": "workstations/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/googleapis/gax-go/v2",
"manifest": "workstations/go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "workstations/go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/api",
"manifest": "workstations/go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "workstations/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"manifest": "workstations/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260630182238-925bb5da69e7"
},
{
"name": "google.golang.org/grpc",
"manifest": "workstations/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "workstations/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 8,
"bot_contributors": 3,
"top_contributors": [
{
"type": "User",
"login": "jba",
"commits": 1037,
"avatar_url": "https://avatars.githubusercontent.com/u/18483045?v=4"
},
{
"type": "User",
"login": "codyoss",
"commits": 847,
"avatar_url": "https://avatars.githubusercontent.com/u/6331106?v=4"
},
{
"type": "User",
"login": "jeanbza",
"commits": 501,
"avatar_url": "https://avatars.githubusercontent.com/u/3584893?v=4"
},
{
"type": "User",
"login": "yoshi-automation",
"commits": 472,
"avatar_url": "https://avatars.githubusercontent.com/u/44816363?v=4"
},
{
"type": "User",
"login": "shollyman",
"commits": 456,
"avatar_url": "https://avatars.githubusercontent.com/u/960486?v=4"
},
{
"type": "User",
"login": "quartzmo",
"commits": 438,
"avatar_url": "https://avatars.githubusercontent.com/u/205445?v=4"
},
{
"type": "User",
"login": "noahdietz",
"commits": 329,
"avatar_url": "https://avatars.githubusercontent.com/u/6644735?v=4"
},
{
"type": "User",
"login": "yoshi-code-bot",
"commits": 289,
"avatar_url": "https://avatars.githubusercontent.com/u/70984784?v=4"
},
{
"type": "User",
"login": "tritone",
"commits": 285,
"avatar_url": "https://avatars.githubusercontent.com/u/4534622?v=4"
},
{
"type": "User",
"login": "bhshkh",
"commits": 274,
"avatar_url": "https://avatars.githubusercontent.com/u/9620117?v=4"
}
],
"contributors_sampled": 97,
"top_contributor_share": 0.123
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"action_syntax.yml",
"apidiff.yml",
"conformance.yaml",
"generation_check.yaml",
"librarian_tidy.yml",
"mod_compatibility.yml",
"third_party_check.yml",
"vet.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 26 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 4,
"reason": "dependency not pinned by hash detected -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "12 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "0bcc7edb3b602965239c84e4617c88a24c810152",
"ran_at": "2026-07-27T13:04:45Z",
"aggregate_score": 4.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-19T20:21:49Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/trakhimenok/google-cloud-go",
"host": "github.com",
"name": "google-cloud-go",
"owner": "trakhimenok"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"security": 41,
"vitality": 54,
"community": 12,
"governance": 62,
"engineering": 46
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 54,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 89,
"inputs": {
"commits_last_year": 1243,
"human_commit_share": 0.75,
"days_since_last_push": 7,
"active_weeks_last_year": 51
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "51/52 weeks with commits",
"points": 35.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 51
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1243 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1243
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 62,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 97,
"inputs": {
"bus_factor": 8,
"contributors_sampled": 97,
"top_contributor_share": 0.123
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "8 contributor(s) cover half of all commits",
"points": 54,
"status": "met",
"details": [
{
"code": "bus_factor",
"params": {
"count": 8
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 12% of commits",
"points": 19.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 12
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "97 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 97
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 26 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"followers": 10,
"owner_type": "User",
"is_verified": null,
"owner_login": "trakhimenok",
"public_repos": 23,
"account_age_days": 5696
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "10 followers of trakhimenok",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 10,
"login": "trakhimenok"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "23 public repos, account ~15 yr old",
"points": 22.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 23
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"cloud.google.com/go",
"cloud.google.com/go/ai",
"cloud.google.com/go/ces",
"cloud.google.com/go/dlp",
"cloud.google.com/go/iam",
"cloud.google.com/go/iap",
"cloud.google.com/go/ids",
"cloud.google.com/go/iot"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 13
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "8 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 8,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 13 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 13
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "171 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 171
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 46,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "8 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 8
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://cloud.google.com/go/docs/reference",
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://cloud.google.com/go/docs/reference",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 41,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 26 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 4",
"points": 2,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "12 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 72,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "75 of 75 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 75,
"sampled": 75
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"firestore/Makefile",
"rpcreplay/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"accessapproval/go.mod",
"accesscontextmanager/go.mod",
"advisorynotifications/go.mod",
"agentidentity/go.mod",
"agentplatform/go.mod",
"agentregistry/go.mod",
"ai/go.mod",
"aiplatform/go.mod",
"alloydb/go.mod",
"analytics/go.mod",
"apigateway/go.mod",
"apigeeconnect/go.mod",
"apigeeregistry/go.mod",
"apihub/go.mod",
"apikeys/go.mod",
"apiregistry/go.mod",
"appengine/go.mod",
"apphub/go.mod",
"appoptimize/go.mod",
"apps/go.mod",
"area120/go.mod",
"artifactregistry/go.mod",
"asset/go.mod",
"assuredworkloads/go.mod",
"auditmanager/go.mod",
"auth/go.mod",
"auth/oauth2adapt/go.mod",
"automl/go.mod",
"backstory/go.mod",
"backupdr/go.mod",
"baremetalsolution/go.mod",
"batch/go.mod",
"beyondcorp/go.mod",
"biglake/go.mod",
"bigquery/go.mod",
"bigquery/v2/go.mod",
"bigtable/go.mod",
"billing/go.mod",
"binaryauthorization/go.mod",
"capacityplanner/go.mod",
"certificatemanager/go.mod",
"ces/go.mod",
"channel/go.mod",
"chat/go.mod",
"chronicle/go.mod",
"cloudbuild/go.mod",
"cloudcontrolspartner/go.mod",
"clouddms/go.mod",
"cloudprofiler/go.mod",
"cloudquotas/go.mod",
"cloudsecuritycompliance/go.mod",
"cloudtasks/go.mod",
"commerce/go.mod",
"commerceproducer/go.mod",
"compute/go.mod",
"compute/metadata/go.mod",
"confidentialcomputing/go.mod",
"config/go.mod",
"configdelivery/go.mod",
"contactcenterinsights/go.mod",
"container/go.mod",
"containeranalysis/go.mod",
"datacatalog/go.mod",
"dataflow/go.mod",
"dataform/go.mod",
"datafusion/go.mod",
"datalabeling/go.mod",
"datamanager/go.mod",
"dataplex/go.mod",
"dataproc/go.mod",
"dataqna/go.mod",
"datastore/go.mod",
"datastream/go.mod",
"deploy/go.mod",
"developerconnect/go.mod",
"devicestreaming/go.mod",
"dialogflow/go.mod",
"discoveryengine/go.mod",
"dlp/go.mod",
"documentai/go.mod",
"domains/go.mod",
"edgecontainer/go.mod",
"edgenetwork/go.mod",
"errorreporting/go.mod",
"essentialcontacts/go.mod",
"eventarc/go.mod",
"filestore/go.mod",
"financialservices/go.mod",
"firestore/go.mod",
"functions/go.mod",
"geminidataanalytics/go.mod",
"gkebackup/go.mod",
"gkeconnect/go.mod",
"gkehub/go.mod",
"gkemulticloud/go.mod",
"gkerecommender/go.mod",
"go.mod",
"grafeas/go.mod",
"gsuiteaddons/go.mod",
"hypercomputecluster/go.mod",
"iam/go.mod",
"iap/go.mod",
"identitytoolkit/go.mod",
"ids/go.mod",
"internal/actions/go.mod",
"internal/aliasfix/go.mod",
"internal/aliasgen/go.mod",
"internal/carver/go.mod",
"internal/examples/fake/go.mod",
"internal/examples/mock/go.mod",
"internal/gapicgen/go.mod",
"internal/godocfx/go.mod",
"internal/protoveneer/go.mod",
"iot/go.mod",
"kms/go.mod",
"language/go.mod",
"licensemanager/go.mod",
"lifesciences/go.mod",
"locationfinder/go.mod",
"logging/go.mod",
"longrunning/go.mod",
"lustre/go.mod",
"maintenance/go.mod",
"managedidentities/go.mod",
"managedkafka/go.mod",
"maps/go.mod",
"mediatranslation/go.mod",
"memcache/go.mod",
"memorystore/go.mod",
"metastore/go.mod",
"migrationcenter/go.mod",
"modelarmor/go.mod",
"monitoring/go.mod",
"netapp/go.mod",
"networkconnectivity/go.mod",
"networkmanagement/go.mod",
"networksecurity/go.mod",
"networkservices/go.mod",
"notebooks/go.mod",
"optimization/go.mod",
"oracledatabase/go.mod",
"orchestration/go.mod",
"orgpolicy/go.mod",
"osconfig/go.mod",
"oslogin/go.mod",
"parallelstore/go.mod",
"parametermanager/go.mod",
"phishingprotection/go.mod",
"policysimulator/go.mod",
"policytroubleshooter/go.mod",
"privatecatalog/go.mod",
"privilegedaccessmanager/go.mod",
"productregistry/go.mod",
"profiler/go.mod",
"pubsub/go.mod",
"pubsub/v2/go.mod",
"pubsublite/go.mod",
"rapidmigrationassessment/go.mod",
"recaptchaenterprise/go.mod",
"recommendationengine/go.mod",
"recommender/go.mod",
"redis/go.mod",
"resourcemanager/go.mod",
"retail/go.mod",
"run/go.mod",
"saasplatform/go.mod",
"scheduler/go.mod",
"secretmanager/go.mod",
"securesourcemanager/go.mod",
"security/go.mod",
"securitycenter/go.mod",
"securitycentermanagement/go.mod",
"securityposture/go.mod",
"servicecontrol/go.mod",
"servicedirectory/go.mod",
"servicehealth/go.mod",
"servicemanagement/go.mod",
"serviceusage/go.mod",
"shell/go.mod",
"shopping/go.mod",
"spanner/benchmarks/go.mod",
"spanner/go.mod",
"spanner/test/opentelemetry/test/go.mod",
"speech/go.mod",
"storage/go.mod",
"storage/internal/benchmarks/go.mod",
"storagebatchoperations/go.mod",
"storageinsights/go.mod",
"storagetransfer/go.mod",
"streetview/go.mod",
"support/go.mod",
"talent/go.mod",
"telcoautomation/go.mod",
"texttospeech/go.mod",
"tpu/go.mod",
"trace/go.mod",
"translate/go.mod",
"vectorsearch/go.mod",
"vertexai/go.mod",
"video/go.mod",
"videointelligence/go.mod",
"vision/go.mod",
"visionai/go.mod",
"vmmigration/go.mod",
"vmwareengine/go.mod",
"vpcaccess/go.mod",
"webrisk/go.mod",
"websecurityscanner/go.mod",
"workflows/go.mod",
"workloadmanager/go.mod",
"workstations/go.mod"
],
"dependency_bot_commit_share": 0.05
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "firestore/Makefile, rpcreplay/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "firestore/Makefile, rpcreplay/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "5 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 5,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 4",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 97,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 12373591,
"source_files_sampled": 21850,
"oversized_source_files": 1105
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1105/21850 source files over 60KB",
"points": 52.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 21850,
"oversized": 1105
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "excellent",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": true,
"api_schema_files": [
"auth/grpctransport/testdata/echo.proto",
"bigquery/storage/managedwriter/testdata/messages_proto2.proto",
"bigquery/storage/managedwriter/testdata/messages_proto3.proto",
"bigquery/storage/managedwriter/testdata/testing.proto",
"bigquery/storage/managedwriter/testdata/validation_proto2.proto",
"bigquery/storage/managedwriter/testdata/validation_proto3.proto",
"bigtable/internal/conformance/tests.proto",
"bigtable/testdata/proto_schema_bundle.proto",
"bigtable/testdata/updated_proto_schema_bundle.proto",
"datastore/internal/gaepb/datastore_ae_v3.proto",
"firestore/internal/conformance/tests.proto",
"pubsub/internal/benchwrapper/proto/pubsub.proto",
"pubsub/loadtest/pb/loadtest.proto",
"pubsub/testdata/schema/us-states.proto",
"pubsub/v2/internal/benchwrapper/proto/pubsub.proto",
"pubsub/v2/testdata/schema/us-states.proto",
"rpcreplay/proto/intstore/intstore.proto",
"rpcreplay/proto/rpcreplay/rpcreplay.proto",
"spanner/internal/benchwrapper/proto/spanner.proto",
"spanner/testdata/protos/location/finder_test.proto",
"spanner/testdata/protos/location/range_cache_test.proto",
"spanner/testdata/protos/location/recipe_test.proto",
"spanner/testdata/protos/singer.proto",
"storage/internal/test/conformance/test.proto",
"vertexai/internal/sentencepiece/internal/model/sentencepiece_model.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "auth/grpctransport/testdata/echo.proto, bigquery/storage/managedwriter/testdata/messages_proto2.proto, bigquery/storage/managedwriter/testdata/messages_proto3.proto, bigquery/storage/managedwriter/testdata/testing.proto, bigquery/storage/managedwriter/testdata/validation_proto2.proto, bigquery/storage/managedwriter/testdata/validation_proto3.proto, bigtable/internal/conformance/tests.proto, bigtable/testdata/proto_schema_bundle.proto, bigtable/testdata/updated_proto_schema_bundle.proto, datastore/internal/gaepb/datastore_ae_v3.proto, firestore/internal/conformance/tests.proto, pubsub/internal/benchwrapper/proto/pubsub.proto, pubsub/loadtest/pb/loadtest.proto, pubsub/testdata/schema/us-states.proto, pubsub/v2/internal/benchwrapper/proto/pubsub.proto, pubsub/v2/testdata/schema/us-states.proto, rpcreplay/proto/intstore/intstore.proto, rpcreplay/proto/rpcreplay/rpcreplay.proto, spanner/internal/benchwrapper/proto/spanner.proto, spanner/testdata/protos/location/finder_test.proto, spanner/testdata/protos/location/range_cache_test.proto, spanner/testdata/protos/location/recipe_test.proto, spanner/testdata/protos/singer.proto, storage/internal/test/conformance/test.proto, vertexai/internal/sentencepiece/internal/model/sentencepiece_model.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "auth/grpctransport/testdata/echo.proto, bigquery/storage/managedwriter/testdata/messages_proto2.proto, bigquery/storage/managedwriter/testdata/messages_proto3.proto, bigquery/storage/managedwriter/testdata/testing.proto, bigquery/storage/managedwriter/testdata/validation_proto2.proto, bigquery/storage/managedwriter/testdata/validation_proto3.proto, bigtable/internal/conformance/tests.proto, bigtable/testdata/proto_schema_bundle.proto, bigtable/testdata/updated_proto_schema_bundle.proto, datastore/internal/gaepb/datastore_ae_v3.proto, firestore/internal/conformance/tests.proto, pubsub/internal/benchwrapper/proto/pubsub.proto, pubsub/loadtest/pb/loadtest.proto, pubsub/testdata/schema/us-states.proto, pubsub/v2/internal/benchwrapper/proto/pubsub.proto, pubsub/v2/testdata/schema/us-states.proto, rpcreplay/proto/intstore/intstore.proto, rpcreplay/proto/rpcreplay/rpcreplay.proto, spanner/internal/benchwrapper/proto/spanner.proto, spanner/testdata/protos/location/finder_test.proto, spanner/testdata/protos/location/range_cache_test.proto, spanner/testdata/protos/location/recipe_test.proto, spanner/testdata/protos/singer.proto, storage/internal/test/conformance/test.proto, vertexai/internal/sentencepiece/internal/model/sentencepiece_model.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T13:05:39.903403Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/trakhimenok/google-cloud-go.svg",
"full_name": "trakhimenok/google-cloud-go",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}