Skip to content

Commit 7db140d

Browse files
dependabot[bot]Frostman
authored andcommitted
build(deps): bump github.com/samber/slog-multi from 1.6.0 to 1.7.0
Bumps [github.com/samber/slog-multi](https://github.com/samber/slog-multi) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/samber/slog-multi/releases) - [Commits](samber/slog-multi@v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: github.com/samber/slog-multi dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 56554cb commit 7db140d

File tree

7 files changed

+302
-23
lines changed

7 files changed

+302
-23
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
3333
github.com/prometheus/client_golang v1.23.2
3434
github.com/samber/lo v1.52.0
35-
github.com/samber/slog-multi v1.6.0
35+
github.com/samber/slog-multi v1.7.0
3636
github.com/samber/slog-webhook/v2 v2.8.2
3737
github.com/sirupsen/logrus v1.9.3
3838
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -892,8 +892,8 @@ github.com/samber/lo v1.52.0 h1:Rvi+3BFHES3A8meP33VPAxiBZX/Aws5RxrschYGjomw=
892892
github.com/samber/lo v1.52.0/go.mod h1:4+MXEGsJzbKGaUEQFKBq2xtfuznW9oz/WrgyzMzRoM0=
893893
github.com/samber/slog-common v0.19.0 h1:fNcZb8B2uOLooeYwFpAlKjkQTUafdjfqKcwcC89G9YI=
894894
github.com/samber/slog-common v0.19.0/go.mod h1:dTz+YOU76aH007YUU0DffsXNsGFQRQllPQh9XyNoA3M=
895-
github.com/samber/slog-multi v1.6.0 h1:i1uBY+aaln6ljwdf7Nrt4Sys8Kk6htuYuXDHWJsHtZg=
896-
github.com/samber/slog-multi v1.6.0/go.mod h1:qTqzmKdPpT0h4PFsTN5rYRgLwom1v+fNGuIrl1Xnnts=
895+
github.com/samber/slog-multi v1.7.0 h1:GKhbkxU3ujkyMsefkuz4qvE6EcgtSuqjFisPnfdzVLI=
896+
github.com/samber/slog-multi v1.7.0/go.mod h1:qTqzmKdPpT0h4PFsTN5rYRgLwom1v+fNGuIrl1Xnnts=
897897
github.com/samber/slog-webhook/v2 v2.8.2 h1:L472t2Xz9O3FPxDQqEb04yM6wy0QibFc42a+rfNslvg=
898898
github.com/samber/slog-webhook/v2 v2.8.2/go.mod h1:sw6qnGIGAkEja7aIpdAlyyduROn8Z2VQzOf05Furt2E=
899899
github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0=

vendor/github.com/samber/slog-multi/README.md

Lines changed: 55 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/samber/slog-multi/firstmatch.go

Lines changed: 96 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/samber/slog-multi/router.go

Lines changed: 58 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)