fix(deps): update go-libraries and vulnfeeds-go - #6007
Open
another-rex wants to merge 1 commit into
Open
Conversation
another-rex
force-pushed
the
fix-weekly-go-deps
branch
from
September 10, 2026 00:09
b3ce72e to
f693fc0
Compare
michaelkedar
previously approved these changes
Sep 10, 2026
another-rex
force-pushed
the
fix-weekly-go-deps
branch
from
September 11, 2026 00:55
f693fc0 to
e99199e
Compare
Merge dependency updates from google#5998 (go-libraries) and google#5999 (vulnfeeds-go): - Update google.golang.org/api to v0.297.0 - Update golang.org/x/sync to v0.23.0 - Update golang.org/x/oauth2 to v0.37.0 - Update mvdan.cc/sh/v3 to v3.14.0 - Update Go compiler directive to 1.27.1 - Run go mod tidy on go/cmd/tools/reimport-tui - Address linter SA1019 deprecation in sharding.go using expand.BracesSeq - Update apitester query snapshots for updated test records
another-rex
force-pushed
the
fix-weekly-go-deps
branch
from
September 11, 2026 01:29
e99199e to
135236f
Compare
michaelkedar
approved these changes
Sep 11, 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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR combines and supersedes two weekly Renovate dependency update PRs:
fix(deps): update go-libraries)fix(deps): update vulnfeeds-go)It also resolves the associated linting and module issues:
go/internal/sharding/sharding.go: Replaced deprecatedexpand.Braceswithexpand.BracesSeq(nil, w)introduced inmvdan.cc/sh/v3v3.14.0.go/cmd/tools/reimport-tui: Rango mod tidyto update module metadata and resolvecontext loading failederror.master, incorporating the recent OTLP trace exporter migration (feat(observability): migrate Cloud Trace exporter to standard OTLP #6008).tools/apitester: Updated query test snapshots for changed records in the test dataset.All
tools/lint_and_format.shchecks and unit tests pass.Closes #5998
Closes #5999
agy