🧹 Update deps for mql and providers 20260810 - #9751
Merged
Merged
Conversation
Contributor
Author
Test Results2 397 tests 2 395 ✅ 2m 20s ⏱️ 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
approved these changes
Aug 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by Mondoo Tools via GitHub Actions
Workflow:
https://github.com/mondoohq/mql/actions/workflows/update-deps.yaml