-
Notifications
You must be signed in to change notification settings - Fork 6
fix(deps): update go dependencies #482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
d317e28 to
aaab910
Compare
aaab910 to
0026d32
Compare
| datasource | package | from | to | | ---------- | -------------------------------------- | ---------------------------------- | ---------------------------------- | | go | github.com/bmatcuk/doublestar/v4 | v4.9.1 | v4.9.2 | | go | github.com/google/osv-scanner/v2 | v2.3.0 | v2.3.1 | | go | github.com/ossf/osv-schema/bindings/go | v0.0.0-20251112210320-9fb6c8870ac1 | v0.0.0-20251230224438-88c48750ddae | | go | golang.org/x/crypto | v0.45.0 | v0.46.0 | | go | golang.org/x/mod | v0.30.0 | v0.31.0 | | go | google.golang.org/api | v0.257.0 | v0.258.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
0026d32 to
cf33a00
Compare
xnyo
approved these changes
Jan 12, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
This PR contains the following updates:
v4.9.1→v4.9.2v2.3.0→v2.3.19fb6c88→88c4875v0.45.0→v0.46.0v0.30.0→v0.31.0v0.32.0v0.257.0→v0.258.0v0.259.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
bmatcuk/doublestar (github.com/bmatcuk/doublestar/v4)
v4.9.2: Fixed Handling of Paths With Meta Chars Using AltsCompare Source
@toga4 submitted a PR that fixed a small bug with the way paths were handled when the pattern used
{alts}: if some part of the on-disk path that came before the{alt}included meta characters (say, a directory name that included the character?), these meta characters were not escaped when they were passed back through the globbing routines. This caused doublestar to interpret them as actual meta characters, rather than a fixed-string path as it should have. Nice find, @toga4 !What's Changed
New Contributors
Full Changelog: bmatcuk/doublestar@v4.9.1...v4.9.2
google/osv-scanner (github.com/google/osv-scanner/v2)
v2.3.1Compare Source
Features:
packagedeprecationplugin via the new--experimental-flag-deprecated-packagesflag. The result is available in all output formats except SPDX.Fixes:
deps.devpackage names.Misc:
googleapis/google-api-go-client (google.golang.org/api)
v0.258.0Compare Source
Features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.