From 84fe748a690690622196fe6dfe39423b187bf951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:02:35 +0000 Subject: [PATCH] Bump github.com/riverqueue/river/rivershared Bumps the go-dependencies group with 1 update in the / directory: [github.com/riverqueue/river/rivershared](https://github.com/riverqueue/river). Updates `github.com/riverqueue/river/rivershared` from 0.44.0 to 0.45.0 - [Release notes](https://github.com/riverqueue/river/releases) - [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md) - [Commits](https://github.com/riverqueue/river/compare/v0.44.0...v0.45.0) --- updated-dependencies: - dependency-name: github.com/riverqueue/river/rivershared dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 0a32a8e..eb5b8d2 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/go-playground/validator/v10 v10.30.3 github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438 github.com/jackc/pgx/v5 v5.10.0 - github.com/riverqueue/river/rivershared v0.44.0 + github.com/riverqueue/river/rivershared v0.45.0 github.com/stretchr/testify v1.12.1 ) @@ -18,7 +18,7 @@ require ( github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect github.com/jackc/puddle/v2 v2.2.2 // indirect github.com/leodido/go-urn v1.4.0 // indirect - github.com/riverqueue/river/rivertype v0.44.0 // indirect + github.com/riverqueue/river/rivertype v0.45.0 // indirect go.uber.org/goleak v1.3.0 // indirect go.yaml.in/yaml/v3 v3.0.5 // indirect golang.org/x/crypto v0.52.0 // indirect diff --git a/go.sum b/go.sum index af8529a..a786bb6 100644 --- a/go.sum +++ b/go.sum @@ -22,10 +22,10 @@ github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFr github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ= github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/riverqueue/river/rivershared v0.44.0 h1:PVl+PDUzTOnX58RrkYufavAwWJA+XDt/WaXmfspOSTY= -github.com/riverqueue/river/rivershared v0.44.0/go.mod h1:0NCQWc4H/P7ypbrLP/3gLrV6kZRl/rfq42Loyq/fRvI= -github.com/riverqueue/river/rivertype v0.44.0 h1:FId2shHBrBUjZlUYvNA+zG3szfmTEA4XLL1bhmhP8Jw= -github.com/riverqueue/river/rivertype v0.44.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ= +github.com/riverqueue/river/rivershared v0.45.0 h1:xWEqjaNBhqpE5QpPcCcPTXZNzPajI5PIYcMVdAjH0sM= +github.com/riverqueue/river/rivershared v0.45.0/go.mod h1:55trQ+PMQPBrn8Za4J8NeNrkPdncxCIRfktO4Xr26WY= +github.com/riverqueue/river/rivertype v0.45.0 h1:AITFM9ZB+kkd/PsWT7YuQ211V/kPCSv4awjSfnHVWMs= +github.com/riverqueue/river/rivertype v0.45.0/go.mod h1:XKkcRQR6zm8RR/JQa1Q2ywpj8uXQu21quPa4Lpw1Xhw= 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=