From edad351dcbacb834a5392522557dcc7cf487922c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:56:17 +0000 Subject: [PATCH] Bump github.com/samber/slog-http in the go-dependencies group Bumps the go-dependencies group with 1 update: [github.com/samber/slog-http](https://github.com/samber/slog-http). Updates `github.com/samber/slog-http` from 1.4.4 to 1.5.0 - [Release notes](https://github.com/samber/slog-http/releases) - [Commits](https://github.com/samber/slog-http/compare/v1.4.4...v1.5.0) --- updated-dependencies: - dependency-name: github.com/samber/slog-http dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... 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 c903ce70..94592dc7 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/riverqueue/river/rivershared v0.15.0 github.com/riverqueue/river/rivertype v0.15.0 github.com/rs/cors v1.11.1 - github.com/samber/slog-http v1.4.4 + github.com/samber/slog-http v1.5.0 github.com/stretchr/testify v1.10.0 ) diff --git a/go.sum b/go.sum index d93c75b3..494f3cdf 100644 --- a/go.sum +++ b/go.sum @@ -53,8 +53,8 @@ github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= github.com/rs/cors v1.11.1 h1:eU3gRzXLRK57F5rKMGMZURNdIG4EoAmX8k94r9wXWHA= github.com/rs/cors v1.11.1/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU= -github.com/samber/slog-http v1.4.4 h1:NuENLy39Lk6b7wfj9cG9R5C/JLZR4t6pb9cwlyroybI= -github.com/samber/slog-http v1.4.4/go.mod h1:PAcQQrYFo5KM7Qbk50gNNwKEAMGCyfsw6GN5dI0iv9g= +github.com/samber/slog-http v1.5.0 h1:5/BwaakLFvxGaIj1j6twkkFcfzk0og4CUzfnKOMWe6o= +github.com/samber/slog-http v1.5.0/go.mod h1:PAcQQrYFo5KM7Qbk50gNNwKEAMGCyfsw6GN5dI0iv9g= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=