From 4e83b0e2b27de3ce67c93e2454d71eeaddbce094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 18:34:19 +0000 Subject: [PATCH] Bump the go-dependencies group across 2 directories with 5 updates Bumps the go-dependencies group with 1 update in the / directory: [github.com/riverqueue/river](https://github.com/riverqueue/river). Bumps the go-dependencies group with 1 update in the /riverproui directory: [github.com/riverqueue/river](https://github.com/riverqueue/river). Updates `github.com/riverqueue/river` from 0.32.0 to 0.34.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.32.0...v0.34.0) Updates `github.com/riverqueue/river/riverdriver` from 0.32.0 to 0.34.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.32.0...v0.34.0) Updates `github.com/riverqueue/river/riverdriver/riverpgxv5` from 0.32.0 to 0.34.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.32.0...v0.34.0) Updates `github.com/riverqueue/river/rivershared` from 0.32.0 to 0.34.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.32.0...v0.34.0) Updates `github.com/riverqueue/river/rivertype` from 0.32.0 to 0.34.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.32.0...v0.34.0) Updates `github.com/riverqueue/river` from 0.32.0 to 0.34.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.32.0...v0.34.0) Updates `github.com/riverqueue/river/riverdriver` from 0.32.0 to 0.34.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.32.0...v0.34.0) Updates `github.com/riverqueue/river/rivershared` from 0.32.0 to 0.34.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.32.0...v0.34.0) Updates `github.com/riverqueue/river/rivertype` from 0.32.0 to 0.34.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.32.0...v0.34.0) --- updated-dependencies: - dependency-name: github.com/riverqueue/river dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/riverqueue/river/riverdriver dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/riverqueue/river/riverdriver/riverpgxv5 dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/riverqueue/river/rivershared dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/riverqueue/river/rivertype dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/riverqueue/river dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/riverqueue/river/riverdriver dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/riverqueue/river/rivershared dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/riverqueue/river/rivertype dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] --- go.mod | 10 +++++----- go.sum | 20 ++++++++++---------- riverproui/go.mod | 10 +++++----- riverproui/go.sum | 20 ++++++++++---------- 4 files changed, 30 insertions(+), 30 deletions(-) diff --git a/go.mod b/go.mod index 40ff31c..aa4babf 100644 --- a/go.mod +++ b/go.mod @@ -7,11 +7,11 @@ toolchain go1.25.7 require ( github.com/jackc/pgx/v5 v5.9.1 github.com/riverqueue/apiframe v0.0.0-20251229202423-2b52ce1c482e - github.com/riverqueue/river v0.32.0 - github.com/riverqueue/river/riverdriver v0.32.0 - github.com/riverqueue/river/riverdriver/riverpgxv5 v0.32.0 - github.com/riverqueue/river/rivershared v0.32.0 - github.com/riverqueue/river/rivertype v0.32.0 + github.com/riverqueue/river v0.34.0 + github.com/riverqueue/river/riverdriver v0.34.0 + github.com/riverqueue/river/riverdriver/riverpgxv5 v0.34.0 + github.com/riverqueue/river/rivershared v0.34.0 + github.com/riverqueue/river/rivertype v0.34.0 github.com/rs/cors v1.11.1 github.com/samber/slog-http v1.12.0 github.com/stretchr/testify v1.11.1 diff --git a/go.sum b/go.sum index dead5f3..39022eb 100644 --- a/go.sum +++ b/go.sum @@ -35,16 +35,16 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/riverqueue/apiframe v0.0.0-20251229202423-2b52ce1c482e h1:OwOgxT3MRpOj5Mp6DhFdZP43FOQOf2hhywAuT5XZCR4= github.com/riverqueue/apiframe v0.0.0-20251229202423-2b52ce1c482e/go.mod h1:O7UmsAMjpMYuToN4au5GNXdmN1gli+5FTldgXqAfaD0= -github.com/riverqueue/river v0.32.0 h1:j15EoFZ4oQWXcCq8NyzWwoi3fdaO8mECTB100NSv9Qw= -github.com/riverqueue/river v0.32.0/go.mod h1:zABAdLze3HI7K02N+veikXyK5FjiLzjimnQpZ1Duyng= -github.com/riverqueue/river/riverdriver v0.32.0 h1:AG6a2hNVOIGLx/+3IRtbwofJRYEI7xqnVVxULe9s4Lg= -github.com/riverqueue/river/riverdriver v0.32.0/go.mod h1:FRDMuqnLOsakeJOHlozKK+VH7W7NLp+6EToxQ2JAjBE= -github.com/riverqueue/river/riverdriver/riverpgxv5 v0.32.0 h1:CqrRxxcdA/0sHkxLNldsQff9DIG5qxn2EJO09Pau3w0= -github.com/riverqueue/river/riverdriver/riverpgxv5 v0.32.0/go.mod h1:j45UPpbMpcI10m+huTeNUaOwzoLJcEg0K6ihWXWeOec= -github.com/riverqueue/river/rivershared v0.32.0 h1:7DwdrppMU9uoU2iU9aGQiv91nBezjlcI85NV4PmnLHw= -github.com/riverqueue/river/rivershared v0.32.0/go.mod h1:UE7GEj3zaTV3cKw7Q3angCozlNEGsL50xZBKJQ9m6zU= -github.com/riverqueue/river/rivertype v0.32.0 h1:RW7uodfl86gYkjwDponTAPNnUqM+X6BjlsNHxbt6Ztg= -github.com/riverqueue/river/rivertype v0.32.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ= +github.com/riverqueue/river v0.34.0 h1:TG4S2V1CfGvB828rrq18oGtGnRFzW7wlkwewLbcD3OI= +github.com/riverqueue/river v0.34.0/go.mod h1:EYAnX+jhreccUJt3nCEYF+7MxQcIJmU5idZahlDB3Po= +github.com/riverqueue/river/riverdriver v0.34.0 h1:Dam8kENDwaAmXMOOhdUKsaXtts9Gjv8Ac4kjB5KVd38= +github.com/riverqueue/river/riverdriver v0.34.0/go.mod h1:oYE5YkM2Awk/sr3ucRyu+71SjXAtp0PBrDuon+jA50A= +github.com/riverqueue/river/riverdriver/riverpgxv5 v0.34.0 h1:NMD9TnV+33D6uOc76zpuBRwJyibA+txcAepDw7/Du98= +github.com/riverqueue/river/riverdriver/riverpgxv5 v0.34.0/go.mod h1:+rTHXis4+zvgIqI6XJ/0HwAcJ4BgVGQYK+BcuPUimc0= +github.com/riverqueue/river/rivershared v0.34.0 h1:OZwOrYGXWM8C1JZ5AaJ0ztqLpsFnQSljvtROj1JWBiQ= +github.com/riverqueue/river/rivershared v0.34.0/go.mod h1:WeECN4ZC97pwvIP1WGvBKi7ucNomcbhsDUDOkHuEqho= +github.com/riverqueue/river/rivertype v0.34.0 h1:8NftF6oNlxWHdSpvbv4d6JXY6RlSDi9ZtQE8UC5oF0c= +github.com/riverqueue/river/rivertype v0.34.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ= github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs= github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro= github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ= diff --git a/riverproui/go.mod b/riverproui/go.mod index a4b1569..98cbd22 100644 --- a/riverproui/go.mod +++ b/riverproui/go.mod @@ -8,10 +8,10 @@ require ( github.com/google/uuid v1.6.0 github.com/jackc/pgx/v5 v5.9.1 github.com/riverqueue/apiframe v0.0.0-20260203020001-b4fe7e4d61bc - github.com/riverqueue/river v0.32.0 - github.com/riverqueue/river/riverdriver v0.32.0 - github.com/riverqueue/river/rivershared v0.32.0 - github.com/riverqueue/river/rivertype v0.32.0 + github.com/riverqueue/river v0.34.0 + github.com/riverqueue/river/riverdriver v0.34.0 + github.com/riverqueue/river/rivershared v0.34.0 + github.com/riverqueue/river/rivertype v0.34.0 github.com/stretchr/testify v1.11.1 riverqueue.com/riverpro v0.23.0 riverqueue.com/riverpro/driver v0.23.0 @@ -31,7 +31,7 @@ require ( github.com/jackc/puddle/v2 v2.2.2 // indirect github.com/leodido/go-urn v1.4.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/riverqueue/river/riverdriver/riverpgxv5 v0.32.0 // indirect + github.com/riverqueue/river/riverdriver/riverpgxv5 v0.34.0 // indirect github.com/rs/cors v1.11.1 // indirect github.com/samber/slog-http v1.12.0 // indirect github.com/tidwall/gjson v1.18.0 // indirect diff --git a/riverproui/go.sum b/riverproui/go.sum index b523680..250aeba 100644 --- a/riverproui/go.sum +++ b/riverproui/go.sum @@ -35,16 +35,16 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/riverqueue/apiframe v0.0.0-20260203020001-b4fe7e4d61bc h1:7fUTJWFzsiEuTyv/TAyHMNw+xosUL8X/Oc/N2sIyvGE= github.com/riverqueue/apiframe v0.0.0-20260203020001-b4fe7e4d61bc/go.mod h1:PRSeMbFN2QJQ9FgJP78W4VVm64YsnyIYpOK+yZpfd+k= -github.com/riverqueue/river v0.32.0 h1:j15EoFZ4oQWXcCq8NyzWwoi3fdaO8mECTB100NSv9Qw= -github.com/riverqueue/river v0.32.0/go.mod h1:zABAdLze3HI7K02N+veikXyK5FjiLzjimnQpZ1Duyng= -github.com/riverqueue/river/riverdriver v0.32.0 h1:AG6a2hNVOIGLx/+3IRtbwofJRYEI7xqnVVxULe9s4Lg= -github.com/riverqueue/river/riverdriver v0.32.0/go.mod h1:FRDMuqnLOsakeJOHlozKK+VH7W7NLp+6EToxQ2JAjBE= -github.com/riverqueue/river/riverdriver/riverpgxv5 v0.32.0 h1:CqrRxxcdA/0sHkxLNldsQff9DIG5qxn2EJO09Pau3w0= -github.com/riverqueue/river/riverdriver/riverpgxv5 v0.32.0/go.mod h1:j45UPpbMpcI10m+huTeNUaOwzoLJcEg0K6ihWXWeOec= -github.com/riverqueue/river/rivershared v0.32.0 h1:7DwdrppMU9uoU2iU9aGQiv91nBezjlcI85NV4PmnLHw= -github.com/riverqueue/river/rivershared v0.32.0/go.mod h1:UE7GEj3zaTV3cKw7Q3angCozlNEGsL50xZBKJQ9m6zU= -github.com/riverqueue/river/rivertype v0.32.0 h1:RW7uodfl86gYkjwDponTAPNnUqM+X6BjlsNHxbt6Ztg= -github.com/riverqueue/river/rivertype v0.32.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ= +github.com/riverqueue/river v0.34.0 h1:TG4S2V1CfGvB828rrq18oGtGnRFzW7wlkwewLbcD3OI= +github.com/riverqueue/river v0.34.0/go.mod h1:EYAnX+jhreccUJt3nCEYF+7MxQcIJmU5idZahlDB3Po= +github.com/riverqueue/river/riverdriver v0.34.0 h1:Dam8kENDwaAmXMOOhdUKsaXtts9Gjv8Ac4kjB5KVd38= +github.com/riverqueue/river/riverdriver v0.34.0/go.mod h1:oYE5YkM2Awk/sr3ucRyu+71SjXAtp0PBrDuon+jA50A= +github.com/riverqueue/river/riverdriver/riverpgxv5 v0.34.0 h1:NMD9TnV+33D6uOc76zpuBRwJyibA+txcAepDw7/Du98= +github.com/riverqueue/river/riverdriver/riverpgxv5 v0.34.0/go.mod h1:+rTHXis4+zvgIqI6XJ/0HwAcJ4BgVGQYK+BcuPUimc0= +github.com/riverqueue/river/rivershared v0.34.0 h1:OZwOrYGXWM8C1JZ5AaJ0ztqLpsFnQSljvtROj1JWBiQ= +github.com/riverqueue/river/rivershared v0.34.0/go.mod h1:WeECN4ZC97pwvIP1WGvBKi7ucNomcbhsDUDOkHuEqho= +github.com/riverqueue/river/rivertype v0.34.0 h1:8NftF6oNlxWHdSpvbv4d6JXY6RlSDi9ZtQE8UC5oF0c= +github.com/riverqueue/river/rivertype v0.34.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ= github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs= github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro= github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=