From 03092d011bac11f0526ff2627e28f90787b08504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 05:40:37 +0000 Subject: [PATCH] chore(deps): bump github.com/samber/slog-common from 0.21.0 to 0.22.0 Bumps [github.com/samber/slog-common](https://github.com/samber/slog-common) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/samber/slog-common/releases) - [Commits](https://github.com/samber/slog-common/compare/v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: github.com/samber/slog-common dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 421ccdc..9faddef 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/samber/go-quickwit v0.1.2 - github.com/samber/slog-common v0.21.0 + github.com/samber/slog-common v0.22.0 go.uber.org/goleak v1.3.0 ) diff --git a/go.sum b/go.sum index 1d68b0c..7f62d00 100644 --- a/go.sum +++ b/go.sum @@ -6,8 +6,8 @@ github.com/samber/go-quickwit v0.1.2 h1:d8Fh3e0bK3eGdWtzb4xSR170jYAkyOkwq6m2ks59 github.com/samber/go-quickwit v0.1.2/go.mod h1:3j2vo/85XO8JYPIAGMJwz4CDTKaQc2Ozn/i948cIgz8= github.com/samber/lo v1.53.0 h1:t975lj2py4kJPQ6haz1QMgtId2gtmfktACxIXArw3HM= github.com/samber/lo v1.53.0/go.mod h1:4+MXEGsJzbKGaUEQFKBq2xtfuznW9oz/WrgyzMzRoM0= -github.com/samber/slog-common v0.21.0 h1:Wo2hTly1Br5RjYqX/BTWJJeDnTE85oWk/7vqlpZuAUc= -github.com/samber/slog-common v0.21.0/go.mod h1:d/6OaSlzdkl9PFpfRLgn8FwY1OW6EFmPtBpsHX4MrU0= +github.com/samber/slog-common v0.22.0 h1:WyPxYRg/c5xUmxZJbtd0QgysHlLBhRA+MngKdJieHxE= +github.com/samber/slog-common v0.22.0/go.mod h1:d/6OaSlzdkl9PFpfRLgn8FwY1OW6EFmPtBpsHX4MrU0= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=