From f78dde0c8c6ee5b1a8e6297086e8df5df1753c7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:14:00 -0500 Subject: [PATCH] Bump github.com/samber/slog-http in the go-dependencies group (#186) 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.2 to 1.4.3 - [Release notes](https://github.com/samber/slog-http/releases) - [Commits](https://github.com/samber/slog-http/compare/v1.4.2...v1.4.3) --- updated-dependencies: - dependency-name: github.com/samber/slog-http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 03940f9..159e680 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/riverqueue/river/rivershared v0.11.4 github.com/riverqueue/river/rivertype v0.11.4 github.com/rs/cors v1.11.1 - github.com/samber/slog-http v1.4.2 + github.com/samber/slog-http v1.4.3 github.com/stretchr/testify v1.9.0 ) diff --git a/go.sum b/go.sum index ebd6daf..8925e0b 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.2 h1:tOOhwE/rFpDzaSxdzttMFFaMDUM+ah7h2zppZ4UCNC0= -github.com/samber/slog-http v1.4.2/go.mod h1:n6h4x2ZBeTgLqMKf95EuNlU6mcJF1b/RVLxo1od5+V0= +github.com/samber/slog-http v1.4.3 h1:Vv3fI31Fq76a8mov9HxedQCYm4wn5/8CGXSS6DJJuFw= +github.com/samber/slog-http v1.4.3/go.mod h1:n6h4x2ZBeTgLqMKf95EuNlU6mcJF1b/RVLxo1od5+V0= 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=