Skip to content

🧹 Update deps for mql and providers 20260810 - #9751

Merged
tas50 merged 2 commits into
mainfrom
version/deps_update_20260810_0854
Aug 12, 2026
Merged

🧹 Update deps for mql and providers 20260810#9751
tas50 merged 2 commits into
mainfrom
version/deps_update_20260810_0854

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Created by Mondoo Tools via GitHub Actions

Workflow:
https://github.com/mondoohq/mql/actions/workflows/update-deps.yaml

@github-actions github-actions Bot added dependencies Pull requests that update a dependency file go labels Aug 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor Author

Test Results

2 397 tests   2 395 ✅  2m 20s ⏱️
  109 suites      2 💤
    1 files        0 ❌

Results for commit 8a2baec.

The weekly dependency update bumped the gcp provider's
google.golang.org/genproto to v0.0.0-20260807164820-c8921c73eeea, which broke
the provider build:

    cloud.google.com/go/accesscontextmanager@v1.15.0/apiv1/accesscontextmanagerpb/
    access_level.pb.go:29:2: no required module provides package
    google.golang.org/genproto/googleapis/identity/accesscontextmanager/type

go-genproto is progressively pruning packages from its root module, and that
pseudo-version deleted the whole googleapis/identity subtree. The package is
real protoc-gen-go output rather than an alias shim, it is baked into
accesscontextmanager's generated code, and the subtree was not split into its
own module, so there is nothing to repoint at. v1.15.0 is still the latest
accesscontextmanager release, so the pin is still the only option.

Restore the pin at v0.0.0-20260803160001-6ac0973c030d, the same version main
carries, and add a comment recording why it is held back and what unblocks it.
googleapis/api and googleapis/rpc are separate modules and keep updating.

This also restores the `go.mondoo.com/mql/v13 v13.32.2` require the update had
dropped. That was not a second problem: mod-tidy bails when it hits the
unresolvable import and leaves go.mod without the require, which produced the
wall of "module go.mondoo.com/mql/v13 ... is replaced but not required" errors
across every gcp package.

`make providers/build/gcp` and `make providers/test/gcp` (524 tests) both pass.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@tas50
tas50 merged commit 78799f9 into main Aug 12, 2026
23 checks passed
@tas50
tas50 deleted the version/deps_update_20260810_0854 branch August 12, 2026 07:05
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file go

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants