From 9eac61de9b5a4df24972d3a7794e02c68ba32746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 03:38:04 +0000 Subject: [PATCH] build(deps): bump github.com/psyb0t/slogging from 1.7.0 to 1.7.1 Bumps [github.com/psyb0t/slogging](https://github.com/psyb0t/slogging) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/psyb0t/slogging/releases) - [Changelog](https://github.com/psyb0t/slogging/blob/main/CHANGELOG.md) - [Commits](https://github.com/psyb0t/slogging/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: github.com/psyb0t/slogging dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index e9ae3a8..26f665d 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ tool github.com/golangci/golangci-lint/v2/cmd/golangci-lint require github.com/sirupsen/logrus v1.9.4 // indirect require ( - github.com/psyb0t/slogging v1.7.0 + github.com/psyb0t/slogging v1.7.1 github.com/stretchr/testify v1.11.1 ) diff --git a/go.sum b/go.sum index 8fd3628..d9dbd44 100644 --- a/go.sum +++ b/go.sum @@ -496,8 +496,8 @@ github.com/prometheus/procfs v0.7.3 h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0 github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= github.com/psyb0t/ctxerrors v0.4.0 h1:pyZ4J2WQBYycuq8V1xhllSCo0qQgw2p3rVu4SxDqm6c= github.com/psyb0t/ctxerrors v0.4.0/go.mod h1:h1V0vJtlXGn4H7RuHBtxdrdevBx3CmBTEyJXtFIIrk4= -github.com/psyb0t/slogging v1.7.0 h1:olVVNjS1XKSJZRcG8CKwTjlANk9QMJkGJWt8+zavaAE= -github.com/psyb0t/slogging v1.7.0/go.mod h1:BK9o9QDN+o107vwsw16YYR+/hw1vEl4+zxYczPwvo00= +github.com/psyb0t/slogging v1.7.1 h1:xWG9YLuz7KZ81dX78nUiO/SEBFXCgYWc1oORqN6Qj5Y= +github.com/psyb0t/slogging v1.7.1/go.mod h1:BK9o9QDN+o107vwsw16YYR+/hw1vEl4+zxYczPwvo00= 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=