From bf5e9647677369295f6cc40dde87c838a773bbe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:50:53 +0000 Subject: [PATCH] Bump the go-dependencies group across 2 directories with 2 updates Bumps the go-dependencies group with 1 update in the / directory: [github.com/samber/slog-http](https://github.com/samber/slog-http). Bumps the go-dependencies group with 1 update in the /packager directory: [golang.org/x/mod](https://github.com/golang/mod). Updates `github.com/samber/slog-http` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/samber/slog-http/releases) - [Commits](https://github.com/samber/slog-http/compare/v1.11.0...v1.11.1) Updates `golang.org/x/mod` from 0.32.0 to 0.33.0 - [Commits](https://github.com/golang/mod/compare/v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: github.com/samber/slog-http dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: golang.org/x/mod dependency-version: 0.33.0 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 ++-- packager/go.mod | 2 +- packager/go.sum | 8 ++++---- riverproui/go.mod | 2 +- riverproui/go.sum | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/go.mod b/go.mod index c913553..3fbd1ef 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/riverqueue/river/rivershared v0.30.2 github.com/riverqueue/river/rivertype v0.30.2 github.com/rs/cors v1.11.1 - github.com/samber/slog-http v1.11.0 + github.com/samber/slog-http v1.11.1 github.com/stretchr/testify v1.11.1 ) diff --git a/go.sum b/go.sum index f4c856a..872589e 100644 --- a/go.sum +++ b/go.sum @@ -51,8 +51,8 @@ github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0t github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc= 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.11.0 h1:lgGkDEf4SrQ7FbFNrpbyBsTsDYRCWsMH+0tZn/iW4dA= -github.com/samber/slog-http v1.11.0/go.mod h1:PAcQQrYFo5KM7Qbk50gNNwKEAMGCyfsw6GN5dI0iv9g= +github.com/samber/slog-http v1.11.1 h1:bAQveHQo7nbExU/JtyVDUrqUWEeMJgMxY0UOSn0f+/c= +github.com/samber/slog-http v1.11.1/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= diff --git a/packager/go.mod b/packager/go.mod index 7022f8b..f09e8c8 100644 --- a/packager/go.mod +++ b/packager/go.mod @@ -4,4 +4,4 @@ go 1.24.0 toolchain go1.24.4 -require golang.org/x/mod v0.32.0 +require golang.org/x/mod v0.33.0 diff --git a/packager/go.sum b/packager/go.sum index 51a6ac6..1d75792 100644 --- a/packager/go.sum +++ b/packager/go.sum @@ -1,4 +1,4 @@ -golang.org/x/mod v0.32.0 h1:9F4d3PHLljb6x//jOyokMv3eX+YDeepZSEo3mFJy93c= -golang.org/x/mod v0.32.0/go.mod h1:SgipZ/3h2Ci89DlEtEXWUk/HteuRin+HHhN+WbNhguU= -golang.org/x/tools v0.40.0 h1:yLkxfA+Qnul4cs9QA3KnlFu0lVmd8JJfoq+E41uSutA= -golang.org/x/tools v0.40.0/go.mod h1:Ik/tzLRlbscWpqqMRjyWYDisX8bG13FrdXp3o4Sr9lc= +golang.org/x/mod v0.33.0 h1:tHFzIWbBifEmbwtGz65eaWyGiGZatSrT9prnU8DbVL8= +golang.org/x/mod v0.33.0/go.mod h1:swjeQEj+6r7fODbD2cqrnje9PnziFuw4bmLbBZFrQ5w= +golang.org/x/tools v0.41.0 h1:a9b8iMweWG+S0OBnlU36rzLp20z1Rp10w+IY2czHTQc= +golang.org/x/tools v0.41.0/go.mod h1:XSY6eDqxVNiYgezAVqqCeihT4j1U2CCsqvH3WhQpnlg= diff --git a/riverproui/go.mod b/riverproui/go.mod index 56de5b1..d0776c1 100644 --- a/riverproui/go.mod +++ b/riverproui/go.mod @@ -33,7 +33,7 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.2 // indirect github.com/rs/cors v1.11.1 // indirect - github.com/samber/slog-http v1.11.0 // indirect + github.com/samber/slog-http v1.11.1 // indirect github.com/tidwall/gjson v1.18.0 // indirect github.com/tidwall/match v1.2.0 // indirect github.com/tidwall/pretty v1.2.1 // indirect diff --git a/riverproui/go.sum b/riverproui/go.sum index 000c23b..1ecca99 100644 --- a/riverproui/go.sum +++ b/riverproui/go.sum @@ -51,8 +51,8 @@ github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0t github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc= 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.11.0 h1:lgGkDEf4SrQ7FbFNrpbyBsTsDYRCWsMH+0tZn/iW4dA= -github.com/samber/slog-http v1.11.0/go.mod h1:PAcQQrYFo5KM7Qbk50gNNwKEAMGCyfsw6GN5dI0iv9g= +github.com/samber/slog-http v1.11.1 h1:bAQveHQo7nbExU/JtyVDUrqUWEeMJgMxY0UOSn0f+/c= +github.com/samber/slog-http v1.11.1/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=