fix(deps): update go dependencies (non-major) - #16
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/go-dependencies-(non-major)
branch
2 times, most recently
from
May 12, 2026 01:52
fa6ea24 to
5b2f537
Compare
renovate
Bot
force-pushed
the
renovate/go-dependencies-(non-major)
branch
2 times, most recently
from
May 21, 2026 01:38
5b2f537 to
51a5e9e
Compare
renovate
Bot
force-pushed
the
renovate/go-dependencies-(non-major)
branch
3 times, most recently
from
June 4, 2026 17:57
3161bb8 to
7f995bd
Compare
renovate
Bot
force-pushed
the
renovate/go-dependencies-(non-major)
branch
from
June 4, 2026 20:47
7f995bd to
1e58547
Compare
renovate
Bot
force-pushed
the
renovate/go-dependencies-(non-major)
branch
from
June 9, 2026 05:05
1e58547 to
1fc0424
Compare
renovate
Bot
force-pushed
the
renovate/go-dependencies-(non-major)
branch
from
June 19, 2026 19:40
1fc0424 to
6033c89
Compare
renovate
Bot
force-pushed
the
renovate/go-dependencies-(non-major)
branch
3 times, most recently
from
July 14, 2026 21:56
47e7445 to
4a1a762
Compare
renovate
Bot
force-pushed
the
renovate/go-dependencies-(non-major)
branch
from
August 13, 2026 16:39
4a1a762 to
8a9e3d7
Compare
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.
This PR contains the following updates:
v3.4.0→v3.5.0v3.1.0→v3.1.1v1.16.0→v1.17.0v1.9.4→v1.10.0v4.0.0-rc.4→v4.0.0-rc.6Release Notes
Masterminds/semver (github.com/Masterminds/semver/v3)
v3.5.0Compare Source
What's Changed
New Contributors
Full Changelog: Masterminds/semver@v3.4.0...v3.5.0
elliotchance/orderedmap (github.com/elliotchance/orderedmap/v3)
v3.1.1Compare Source
samber/mo (github.com/samber/mo)
v1.17.0Compare Source
What's Changed
CI
Dependencies
New Contributors
Full Changelog: samber/mo@v1.16.0...v1.17.0
sirupsen/logrus (github.com/sirupsen/logrus)
v1.10.0Compare Source
Logrus v1.10.0
This release focuses on substantial performance improvements, concurrency correctness, and better interoperability with modern Go logging APIs.
🚀 Performance
Major improvements across
TextFormatter, entry handling, and common logger paths:WithErroris ~40% fasterTextFormatterpaths are up to ~40% fasterTextFormattercases, with the largest reductions in colored outputThe improvements also show up in complete logger paths:
TextFormatteris ~31% faster, with ~24% fewer allocationsJSONFormatteris ~21% faster, with ~10% fewer allocationsJSONFormatteritself remains largely unchanged in runtime performance, with small allocation reductions.🔄
log/sloginteroperabilityv1.10 adds bidirectional interoperability between Logrus and Go's
log/slog:sloghook can forward existing Logrus entries to ansloglogger.hooks/slog.NewHandlerimplementsslog.Handler, allowinglog/slogrecords to use an existing Logrus logger and its hooks, formatter, and output.ReportCalleroption.sloglevels can be mapped to Logrus levels.log/slogwithout requiring an all-at-once transition.This allows applications to migrate their logging API and logging backend independently: existing Logrus call sites can start using an
slogbackend, while newslogcode can continue using an established Logrus setup.🔒 Concurrency & Correctness
MarshalJSONor formatter code.Log,Logf,Logln, andLogFnmethods unexpectedly panicking when called withPanicLevel, contrary to their documented behavior.➕ Added
TextFormatternow automatically enables colors on Windows terminals with ANSI support, matching behavior on other platforms.Entry.Callercan now be set explicitly and is preserved across derived entries. When caller reporting is enabled, Logrus only detects and populates caller information when none was provided, allowing custom caller detection and wrapper-aware logging without adding additional caller configuration APIs.TextFormatternow renders[]byteas raw/quoted strings instead of numeric slices.If you relied on the previous slice-of-ints output, convert explicitly before logging.
TextFormatternow uses dim cyan for debug output and dim white for trace output in colorized TTY output.Entry.HasCalleris now deprecated in favor of checkingEntry.Callerdirectly. A//go:fix inlinedirective was added so existing uses can be updated automatically.MutexWrap, which was unintentionally exposed as public API, is deprecated. It remains available as an alias for compatibility but should not be used directly.v1.10 is primarily a performance, correctness, and interoperability release with no intentional breaking public API changes.
Benchmarks (sampled at 457e372460c7a80ca7c800b51ebeee5362aaa180)
Full Changelog: sirupsen/logrus@v1.9.4...v1.10.0
yaml/go-yaml (go.yaml.in/yaml/v4)
v4.0.0-rc.6Compare Source
v4.0.0-rc.5Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.