fix(deps): update module github.com/tjhop/slog-gokit to v0.1.5 (main) #13460
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:
v0.1.4->v0.1.5Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
tjhop/slog-gokit (github.com/tjhop/slog-gokit)
v0.1.5Compare Source
Changelog
Other Changes
c502663Add race condition tests and enable race detector in CI783f729Fix race condition in WithAttrs methodc357aebRemove separate definitionaac4e5bUpdate handler.goa49bde9build(deps): Bump actions/checkout from 4 to 5e7f93d8build(deps): Bump actions/setup-go from 5 to 6f3b1c7fbuild(deps): Bump github.com/go-logfmt/logfmt from 0.6.0 to 0.6.174d9380build(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.17573addbuild(deps): Bump golangci/golangci-lint-action from 6 to 775b89adbuild(deps): Bump golangci/golangci-lint-action from 7 to 8Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
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.
Note
Bumps
github.com/tjhop/slog-gokitto v0.1.5 and updates vendoredWithAttrsto defensively copy preformatted attrs for thread-safe usage.github.com/tjhop/slog-gokitfromv0.1.4tov0.1.5ingo.mod,go.sum, andvendor/modules.txt.vendor/github.com/tjhop/slog-gokit/handler.go, modifyGoKitHandler.WithAttrsto copypreformattedattrs into a new slice before appending new attrs, avoiding concurrent mutation; simplify by removing previous conditional append logic.Written by Cursor Bugbot for commit 706f3ca. This will update automatically on new commits. Configure here.