Skip to content

Commit 4a3f67b

Browse files
go.mod: bump github.com/samber/slog-multi from 1.7.0 to 1.7.1
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>
1 parent b4a84c6 commit 4a3f67b

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
)
@@ -100,7 +100,7 @@ require (
100100
github.com/prometheus/sigv4 v0.3.0 // indirect
101101
github.com/rivo/uniseg v0.4.7 // indirect
102102
github.com/samber/lo v1.52.0 // indirect
103-
github.com/samber/slog-common v0.19.0 // indirect
103+
github.com/samber/slog-common v0.20.0 // indirect
104104
github.com/stretchr/testify v1.11.1 // indirect
105105
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
106106
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
@@ -357,10 +357,10 @@ github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0t
357357
github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc=
358358
github.com/samber/lo v1.52.0 h1:Rvi+3BFHES3A8meP33VPAxiBZX/Aws5RxrschYGjomw=
359359
github.com/samber/lo v1.52.0/go.mod h1:4+MXEGsJzbKGaUEQFKBq2xtfuznW9oz/WrgyzMzRoM0=
360-
github.com/samber/slog-common v0.19.0 h1:fNcZb8B2uOLooeYwFpAlKjkQTUafdjfqKcwcC89G9YI=
361-
github.com/samber/slog-common v0.19.0/go.mod h1:dTz+YOU76aH007YUU0DffsXNsGFQRQllPQh9XyNoA3M=
362-
github.com/samber/slog-multi v1.7.0 h1:GKhbkxU3ujkyMsefkuz4qvE6EcgtSuqjFisPnfdzVLI=
363-
github.com/samber/slog-multi v1.7.0/go.mod h1:qTqzmKdPpT0h4PFsTN5rYRgLwom1v+fNGuIrl1Xnnts=
360+
github.com/samber/slog-common v0.20.0 h1:WaLnm/aCvBJSk5nR5aXZTFBaV0B47A+AEaEOiZDeUnc=
361+
github.com/samber/slog-common v0.20.0/go.mod h1:+Ozat1jgnnE59UAlmNX1IF3IByHsODnnwf9jUcBZ+m8=
362+
github.com/samber/slog-multi v1.7.1 h1:aCLXHRxgU+2v0PVlEOh7phynzM7CRo89ZgFtOwaqVEE=
363+
github.com/samber/slog-multi v1.7.1/go.mod h1:A4KQC99deqfkCDJcL/cO3kX6McX7FffQAx/8QHink+c=
364364
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35 h1:8xfn1RzeI9yoCUuEwDy08F+No6PcKZGEDOQ6hrRyLts=
365365
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35/go.mod h1:47B1d/YXmSAxlJxUJxClzHR6b3T4M1WyCvwENPQNBWc=
366366
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=

0 commit comments

Comments
 (0)