Skip to content

Commit a656f01

Browse files
go.mod: bump github.com/samber/slog-multi from 1.7.0 to 1.7.1 (#91)
Bumps [github.com/samber/slog-multi](https://github.com/samber/slog-multi) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/samber/slog-multi/releases) - [Commits](samber/slog-multi@v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: github.com/samber/slog-multi dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9425ba2 commit a656f01

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/prometheus/client_golang v1.23.2
1414
github.com/prometheus/common v0.67.4
1515
github.com/prometheus/prometheus v0.309.1
16-
github.com/samber/slog-multi v1.7.0
16+
github.com/samber/slog-multi v1.7.1
1717
github.com/sourcegraph/conc v0.3.0
1818
gopkg.in/yaml.v3 v3.0.1
1919
)
@@ -103,7 +103,7 @@ require (
103103
github.com/prometheus/sigv4 v0.3.0 // indirect
104104
github.com/rivo/uniseg v0.4.7 // indirect
105105
github.com/samber/lo v1.52.0 // indirect
106-
github.com/samber/slog-common v0.19.0 // indirect
106+
github.com/samber/slog-common v0.20.0 // indirect
107107
github.com/stretchr/testify v1.11.1 // indirect
108108
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
109109
go.opentelemetry.io/auto/sdk v1.2.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,10 @@ github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0t
362362
github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc=
363363
github.com/samber/lo v1.52.0 h1:Rvi+3BFHES3A8meP33VPAxiBZX/Aws5RxrschYGjomw=
364364
github.com/samber/lo v1.52.0/go.mod h1:4+MXEGsJzbKGaUEQFKBq2xtfuznW9oz/WrgyzMzRoM0=
365-
github.com/samber/slog-common v0.19.0 h1:fNcZb8B2uOLooeYwFpAlKjkQTUafdjfqKcwcC89G9YI=
366-
github.com/samber/slog-common v0.19.0/go.mod h1:dTz+YOU76aH007YUU0DffsXNsGFQRQllPQh9XyNoA3M=
367-
github.com/samber/slog-multi v1.7.0 h1:GKhbkxU3ujkyMsefkuz4qvE6EcgtSuqjFisPnfdzVLI=
368-
github.com/samber/slog-multi v1.7.0/go.mod h1:qTqzmKdPpT0h4PFsTN5rYRgLwom1v+fNGuIrl1Xnnts=
365+
github.com/samber/slog-common v0.20.0 h1:WaLnm/aCvBJSk5nR5aXZTFBaV0B47A+AEaEOiZDeUnc=
366+
github.com/samber/slog-common v0.20.0/go.mod h1:+Ozat1jgnnE59UAlmNX1IF3IByHsODnnwf9jUcBZ+m8=
367+
github.com/samber/slog-multi v1.7.1 h1:aCLXHRxgU+2v0PVlEOh7phynzM7CRo89ZgFtOwaqVEE=
368+
github.com/samber/slog-multi v1.7.1/go.mod h1:A4KQC99deqfkCDJcL/cO3kX6McX7FffQAx/8QHink+c=
369369
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35 h1:8xfn1RzeI9yoCUuEwDy08F+No6PcKZGEDOQ6hrRyLts=
370370
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35/go.mod h1:47B1d/YXmSAxlJxUJxClzHR6b3T4M1WyCvwENPQNBWc=
371371
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=

0 commit comments

Comments
 (0)