From cfe465f8db4921a29857f013a609706264425aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 03:36:00 +0000 Subject: [PATCH] build(deps): bump github.com/psyb0t/slog-configurator Bumps [github.com/psyb0t/slog-configurator](https://github.com/psyb0t/slog-configurator) from 1.0.0 to 1.1.2. - [Release notes](https://github.com/psyb0t/slog-configurator/releases) - [Changelog](https://github.com/psyb0t/slog-configurator/blob/main/CHANGELOG.md) - [Commits](https://github.com/psyb0t/slog-configurator/compare/v1.0.0...v1.1.2) --- updated-dependencies: - dependency-name: github.com/psyb0t/slog-configurator dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 5 +++-- go.sum | 10 ++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 707ae0c..0475c99 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.26 tool github.com/golangci/golangci-lint/v2/cmd/golangci-lint require ( - github.com/psyb0t/slog-configurator v1.0.0 + github.com/psyb0t/slog-configurator v1.1.2 github.com/sirupsen/logrus v1.9.4 // indirect ) @@ -154,7 +154,8 @@ require ( github.com/prometheus/client_model v0.2.0 // indirect github.com/prometheus/common v0.32.1 // indirect github.com/prometheus/procfs v0.7.3 // indirect - github.com/psyb0t/gonfiguration v1.5.0 // indirect + github.com/psyb0t/ctxerrors v0.4.0 // indirect + github.com/psyb0t/gonfiguration v1.6.0 // indirect github.com/quasilyte/go-ruleguard v0.4.5 // indirect github.com/quasilyte/go-ruleguard/dsl v0.3.23 // indirect github.com/quasilyte/gogrep v0.5.0 // indirect diff --git a/go.sum b/go.sum index a756a6f..c86c55a 100644 --- a/go.sum +++ b/go.sum @@ -494,10 +494,12 @@ github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4O github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= github.com/prometheus/procfs v0.7.3 h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0VU= github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= -github.com/psyb0t/gonfiguration v1.5.0 h1:B+OrSE060/vgonFI8HKzchradwnEAGvgrNT5KKVXhdU= -github.com/psyb0t/gonfiguration v1.5.0/go.mod h1:Do7kyHmiD/zQeHzZfriLaRfN4QYSgVTjc2oQsZgysY8= -github.com/psyb0t/slog-configurator v1.0.0 h1:l4pVQq8LbBEcV4/qIuA+D9JuezuYZnr+74CthNl+Mgg= -github.com/psyb0t/slog-configurator v1.0.0/go.mod h1:VVvUUF6ivG8nDXUOgpARLRFgrY2B6bq6P5GxbHGnI1I= +github.com/psyb0t/ctxerrors v0.4.0 h1:pyZ4J2WQBYycuq8V1xhllSCo0qQgw2p3rVu4SxDqm6c= +github.com/psyb0t/ctxerrors v0.4.0/go.mod h1:h1V0vJtlXGn4H7RuHBtxdrdevBx3CmBTEyJXtFIIrk4= +github.com/psyb0t/gonfiguration v1.6.0 h1:WSQ1GxktiWXf0SwCaJbXNQn7zYk0bQwLGldH2aHbI9E= +github.com/psyb0t/gonfiguration v1.6.0/go.mod h1:t6+6TiTyQjFy901xr5abnTEHxdsGTuHhlQpPIcx7pyk= +github.com/psyb0t/slog-configurator v1.1.2 h1:MvOQT0CvOlnHvgCnL3Fck5ot6kXR6sRTdwGcGIkF6AI= +github.com/psyb0t/slog-configurator v1.1.2/go.mod h1:3p/D8H6NAueuwbSb9v0bcywYdCd6jJmovf9HoCCQBiU= github.com/quasilyte/go-ruleguard v0.4.5 h1:AGY0tiOT5hJX9BTdx/xBdoCubQUAE2grkqY2lSwvZcA= github.com/quasilyte/go-ruleguard v0.4.5/go.mod h1:Vl05zJ538vcEEwu16V/Hdu7IYZWyKSwIy4c88Ro1kRE= github.com/quasilyte/go-ruleguard/dsl v0.3.23 h1:lxjt5B6ZCiBeeNO8/oQsegE6fLeCzuMRoVWSkXC4uvY=