Skip to content

Bump the go-dependencies group across 2 directories with 5 updates#544

Merged
bgentry merged 1 commit intomasterfrom
dependabot/go_modules/go-dependencies-ca096fb9db
Apr 9, 2026
Merged

Bump the go-dependencies group across 2 directories with 5 updates#544
bgentry merged 1 commit intomasterfrom
dependabot/go_modules/go-dependencies-ca096fb9db

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 9, 2026

Bumps the go-dependencies group with 1 update in the / directory: github.com/riverqueue/river.
Bumps the go-dependencies group with 1 update in the /riverproui directory: github.com/riverqueue/river.

Updates github.com/riverqueue/river from 0.32.0 to 0.34.0

Release notes

Sourced from github.com/riverqueue/river's releases.

v0.34.0

Added

  • Added Config.ReindexerIndexNames and ReindexerIndexNamesDefault() so the reindexer's target indexes can be customized from the public API. [PR #1194](riverqueue/river#1194).

Fixed

  • Upon a client gaining leadership, its queue maintainer is given more than one opportunity to start. [PR #1184](riverqueue/river#1184).

v0.33.0

Changed

  • Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. [PR #1190](riverqueue/river#1190).

Fixed

  • Fix in Client.Start where previously it was possible for a River client that only partially started before erroring to not try to start on subsequent Start invocations. [PR #1187](riverqueue/river#1187).
Changelog

Sourced from github.com/riverqueue/river's changelog.

[0.34.0] - 2026-04-08

Added

  • Added Config.ReindexerIndexNames and ReindexerIndexNamesDefault() so the reindexer's target indexes can be customized from the public API. [PR #1194](riverqueue/river#1194).

Fixed

  • Upon a client gaining leadership, its queue maintainer is given more than one opportunity to start. [PR #1184](riverqueue/river#1184).

[0.33.0] - 2026-04-03

Changed

  • Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. [PR #1190](riverqueue/river#1190).

Fixed

  • Fix in Client.Start where previously it was possible for a River client that only partially started before erroring to not try to start on subsequent Start invocations. [PR #1187](riverqueue/river#1187).
Commits
  • 0143b85 Prepare version 0.34.0 (#1202)
  • 8d0ff31 upgrade sqlc action to v5 (#1200)
  • c4a23ce add Config.ReindexerIndexNames (#1194)
  • 11d80e0 When getting tables to truncate, panic on unknown version (#1198)
  • fd65906 Push maintenance leader startup logic down into maintenance package (#1196)
  • d55e3fc Expose TestSchemaOpts.DisableReuse for test schema creation (#1195)
  • a43c9c6 Bump the go-dependencies group across 3 directories with 2 updates (#1197)
  • 7bf8cf2 Try to start the queue maintainer multiple times with backoff (#1184)
  • a0d45b0 Prepare release 0.33.0 (#1193)
  • b1f225e Demote error/panic logging to info (from warn or error) (#1190)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/riverdriver from 0.32.0 to 0.34.0

Release notes

Sourced from github.com/riverqueue/river/riverdriver's releases.

v0.34.0

Added

  • Added Config.ReindexerIndexNames and ReindexerIndexNamesDefault() so the reindexer's target indexes can be customized from the public API. [PR #1194](riverqueue/river#1194).

Fixed

  • Upon a client gaining leadership, its queue maintainer is given more than one opportunity to start. [PR #1184](riverqueue/river#1184).

v0.33.0

Changed

  • Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. [PR #1190](riverqueue/river#1190).

Fixed

  • Fix in Client.Start where previously it was possible for a River client that only partially started before erroring to not try to start on subsequent Start invocations. [PR #1187](riverqueue/river#1187).
Changelog

Sourced from github.com/riverqueue/river/riverdriver's changelog.

[0.34.0] - 2026-04-08

Added

  • Added Config.ReindexerIndexNames and ReindexerIndexNamesDefault() so the reindexer's target indexes can be customized from the public API. [PR #1194](riverqueue/river#1194).

Fixed

  • Upon a client gaining leadership, its queue maintainer is given more than one opportunity to start. [PR #1184](riverqueue/river#1184).

[0.33.0] - 2026-04-03

Changed

  • Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. [PR #1190](riverqueue/river#1190).

Fixed

  • Fix in Client.Start where previously it was possible for a River client that only partially started before erroring to not try to start on subsequent Start invocations. [PR #1187](riverqueue/river#1187).
Commits
  • 0143b85 Prepare version 0.34.0 (#1202)
  • 8d0ff31 upgrade sqlc action to v5 (#1200)
  • c4a23ce add Config.ReindexerIndexNames (#1194)
  • 11d80e0 When getting tables to truncate, panic on unknown version (#1198)
  • fd65906 Push maintenance leader startup logic down into maintenance package (#1196)
  • d55e3fc Expose TestSchemaOpts.DisableReuse for test schema creation (#1195)
  • a43c9c6 Bump the go-dependencies group across 3 directories with 2 updates (#1197)
  • 7bf8cf2 Try to start the queue maintainer multiple times with backoff (#1184)
  • a0d45b0 Prepare release 0.33.0 (#1193)
  • b1f225e Demote error/panic logging to info (from warn or error) (#1190)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/riverdriver/riverpgxv5 from 0.32.0 to 0.34.0

Release notes

Sourced from github.com/riverqueue/river/riverdriver/riverpgxv5's releases.

v0.34.0

Added

  • Added Config.ReindexerIndexNames and ReindexerIndexNamesDefault() so the reindexer's target indexes can be customized from the public API. [PR #1194](riverqueue/river#1194).

Fixed

  • Upon a client gaining leadership, its queue maintainer is given more than one opportunity to start. [PR #1184](riverqueue/river#1184).

v0.33.0

Changed

  • Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. [PR #1190](riverqueue/river#1190).

Fixed

  • Fix in Client.Start where previously it was possible for a River client that only partially started before erroring to not try to start on subsequent Start invocations. [PR #1187](riverqueue/river#1187).
Changelog

Sourced from github.com/riverqueue/river/riverdriver/riverpgxv5's changelog.

[0.34.0] - 2026-04-08

Added

  • Added Config.ReindexerIndexNames and ReindexerIndexNamesDefault() so the reindexer's target indexes can be customized from the public API. [PR #1194](riverqueue/river#1194).

Fixed

  • Upon a client gaining leadership, its queue maintainer is given more than one opportunity to start. [PR #1184](riverqueue/river#1184).

[0.33.0] - 2026-04-03

Changed

  • Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. [PR #1190](riverqueue/river#1190).

Fixed

  • Fix in Client.Start where previously it was possible for a River client that only partially started before erroring to not try to start on subsequent Start invocations. [PR #1187](riverqueue/river#1187).
Commits
  • 0143b85 Prepare version 0.34.0 (#1202)
  • 8d0ff31 upgrade sqlc action to v5 (#1200)
  • c4a23ce add Config.ReindexerIndexNames (#1194)
  • 11d80e0 When getting tables to truncate, panic on unknown version (#1198)
  • fd65906 Push maintenance leader startup logic down into maintenance package (#1196)
  • d55e3fc Expose TestSchemaOpts.DisableReuse for test schema creation (#1195)
  • a43c9c6 Bump the go-dependencies group across 3 directories with 2 updates (#1197)
  • 7bf8cf2 Try to start the queue maintainer multiple times with backoff (#1184)
  • a0d45b0 Prepare release 0.33.0 (#1193)
  • b1f225e Demote error/panic logging to info (from warn or error) (#1190)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/rivershared from 0.32.0 to 0.34.0

Release notes

Sourced from github.com/riverqueue/river/rivershared's releases.

v0.34.0

Added

  • Added Config.ReindexerIndexNames and ReindexerIndexNamesDefault() so the reindexer's target indexes can be customized from the public API. [PR #1194](riverqueue/river#1194).

Fixed

  • Upon a client gaining leadership, its queue maintainer is given more than one opportunity to start. [PR #1184](riverqueue/river#1184).

v0.33.0

Changed

  • Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. [PR #1190](riverqueue/river#1190).

Fixed

  • Fix in Client.Start where previously it was possible for a River client that only partially started before erroring to not try to start on subsequent Start invocations. [PR #1187](riverqueue/river#1187).
Changelog

Sourced from github.com/riverqueue/river/rivershared's changelog.

[0.34.0] - 2026-04-08

Added

  • Added Config.ReindexerIndexNames and ReindexerIndexNamesDefault() so the reindexer's target indexes can be customized from the public API. [PR #1194](riverqueue/river#1194).

Fixed

  • Upon a client gaining leadership, its queue maintainer is given more than one opportunity to start. [PR #1184](riverqueue/river#1184).

[0.33.0] - 2026-04-03

Changed

  • Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. [PR #1190](riverqueue/river#1190).

Fixed

  • Fix in Client.Start where previously it was possible for a River client that only partially started before erroring to not try to start on subsequent Start invocations. [PR #1187](riverqueue/river#1187).
Commits
  • 0143b85 Prepare version 0.34.0 (#1202)
  • 8d0ff31 upgrade sqlc action to v5 (#1200)
  • c4a23ce add Config.ReindexerIndexNames (#1194)
  • 11d80e0 When getting tables to truncate, panic on unknown version (#1198)
  • fd65906 Push maintenance leader startup logic down into maintenance package (#1196)
  • d55e3fc Expose TestSchemaOpts.DisableReuse for test schema creation (#1195)
  • a43c9c6 Bump the go-dependencies group across 3 directories with 2 updates (#1197)
  • 7bf8cf2 Try to start the queue maintainer multiple times with backoff (#1184)
  • a0d45b0 Prepare release 0.33.0 (#1193)
  • b1f225e Demote error/panic logging to info (from warn or error) (#1190)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/rivertype from 0.32.0 to 0.34.0

Release notes

Sourced from github.com/riverqueue/river/rivertype's releases.

v0.34.0

Added

  • Added Config.ReindexerIndexNames and ReindexerIndexNamesDefault() so the reindexer's target indexes can be customized from the public API. [PR #1194](riverqueue/river#1194).

Fixed

  • Upon a client gaining leadership, its queue maintainer is given more than one opportunity to start. [PR #1184](riverqueue/river#1184).

v0.33.0

Changed

  • Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. [PR #1190](riverqueue/river#1190).

Fixed

  • Fix in Client.Start where previously it was possible for a River client that only partially started before erroring to not try to start on subsequent Start invocations. [PR #1187](riverqueue/river#1187).
Changelog

Sourced from github.com/riverqueue/river/rivertype's changelog.

[0.34.0] - 2026-04-08

Added

  • Added Config.ReindexerIndexNames and ReindexerIndexNamesDefault() so the reindexer's target indexes can be customized from the public API. [PR #1194](riverqueue/river#1194).

Fixed

  • Upon a client gaining leadership, its queue maintainer is given more than one opportunity to start. [PR #1184](riverqueue/river#1184).

[0.33.0] - 2026-04-03

Changed

  • Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. [PR #1190](riverqueue/river#1190).

Fixed

  • Fix in Client.Start where previously it was possible for a River client that only partially started before erroring to not try to start on subsequent Start invocations. [PR #1187](riverqueue/river#1187).
Commits
  • 0143b85 Prepare version 0.34.0 (#1202)
  • 8d0ff31 upgrade sqlc action to v5 (#1200)
  • c4a23ce add Config.ReindexerIndexNames (#1194)
  • 11d80e0 When getting tables to truncate, panic on unknown version (#1198)
  • fd65906 Push maintenance leader startup logic down into maintenance package (#1196)
  • d55e3fc Expose TestSchemaOpts.DisableReuse for test schema creation (#1195)
  • a43c9c6 Bump the go-dependencies group across 3 directories with 2 updates (#1197)
  • 7bf8cf2 Try to start the queue maintainer multiple times with backoff (#1184)
  • a0d45b0 Prepare release 0.33.0 (#1193)
  • b1f225e Demote error/panic logging to info (from warn or error) (#1190)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river from 0.32.0 to 0.34.0

Release notes

Sourced from github.com/riverqueue/river's releases.

v0.34.0

Added

  • Added Config.ReindexerIndexNames and ReindexerIndexNamesDefault() so the reindexer's target indexes can be customized from the public API. [PR #1194](riverqueue/river#1194).

Fixed

  • Upon a client gaining leadership, its queue maintainer is given more than one opportunity to start. [PR #1184](riverqueue/river#1184).

v0.33.0

Changed

  • Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. [PR #1190](riverqueue/river#1190).

Fixed

  • Fix in Client.Start where previously it was possible for a River client that only partially started before erroring to not try to start on subsequent Start invocations. [PR #1187](riverqueue/river#1187).
Changelog

Sourced from github.com/riverqueue/river's changelog.

[0.34.0] - 2026-04-08

Added

  • Added Config.ReindexerIndexNames and ReindexerIndexNamesDefault() so the reindexer's target indexes can be customized from the public API. [PR #1194](riverqueue/river#1194).

Fixed

  • Upon a client gaining leadership, its queue maintainer is given more than one opportunity to start. [PR #1184](riverqueue/river#1184).

[0.33.0] - 2026-04-03

Changed

  • Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. [PR #1190](riverqueue/river#1190).

Fixed

  • Fix in Client.Start where previously it was possible for a River client that only partially started before erroring to not try to start on subsequent Start invocations. [PR #1187](riverqueue/river#1187).
Commits
  • 0143b85 Prepare version 0.34.0 (#1202)
  • 8d0ff31 upgrade sqlc action to v5 (#1200)
  • c4a23ce add Config.ReindexerIndexNames (#1194)
  • 11d80e0 When getting tables to truncate, panic on unknown version (#1198)
  • fd65906 Push maintenance leader startup logic down into maintenance package (#1196)
  • d55e3fc Expose TestSchemaOpts.DisableReuse for test schema creation (#1195)
  • a43c9c6 Bump the go-dependencies group across 3 directories with 2 updates (#1197)
  • 7bf8cf2 Try to start the queue maintainer multiple times with backoff (#1184)
  • a0d45b0 Prepare release 0.33.0 (#1193)
  • b1f225e Demote error/panic logging to info (from warn or error) (#1190)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/riverdriver from 0.32.0 to 0.34.0

Release notes

Sourced from github.com/riverqueue/river/riverdriver's releases.

v0.34.0

Added

  • Added Config.ReindexerIndexNames and ReindexerIndexNamesDefault() so the reindexer's target indexes can be customized from the public API. [PR #1194](riverqueue/river#1194).

Fixed

  • Upon a client gaining leadership, its queue maintainer is given more than one opportunity to start. [PR #1184](riverqueue/river#1184).

v0.33.0

Changed

  • Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. [PR #1190](riverqueue/river#1190).

Fixed

  • Fix in Client.Start where previously it was possible for a River client that only partially started before erroring to not try to start on subsequent Start invocations. [PR #1187](riverqueue/river#1187).
Changelog

Sourced from github.com/riverqueue/river/riverdriver's changelog.

[0.34.0] - 2026-04-08

Added

  • Added Config.ReindexerIndexNames and ReindexerIndexNamesDefault() so the reindexer's target indexes can be customized from the public API. [PR #1194](riverqueue/river#1194).

Fixed

  • Upon a client gaining leadership, its queue maintainer is given more than one opportunity to start. [PR #1184](riverqueue/river#1184).

[0.33.0] - 2026-04-03

Changed

  • Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. [PR #1190](riverqueue/river#1190).

Fixed

  • Fix in Client.Start where previously it was possible for a River client that only partially started before erroring to not try to start on subsequent Start invocations. [PR #1187](riverqueue/river#1187).
Commits
  • 0143b85 Prepare version 0.34.0 (#1202)
  • 8d0ff31 upgrade sqlc action to v5 (#1200)
  • c4a23ce add Config.ReindexerIndexNames (#1194)
  • 11d80e0 When getting tables to truncate, panic on unknown version (#1198)
  • fd65906 Push maintenance leader startup logic down into maintenance package (#1196)
  • d55e3fc Expose TestSchemaOpts.DisableReuse for test schema creation (#1195)
  • a43c9c6 Bump the go-dependencies group across 3 directories with 2 updates (#1197)
  • 7bf8cf2 Try to start the queue maintainer multiple times with backoff (#1184)
  • a0d45b0 Prepare release 0.33.0 (#1193)
  • b1f225e Demote error/panic logging to info (from warn or error) (#1190)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/rivershared from 0.32.0 to 0.34.0

Release notes

Sourced from github.com/riverqueue/river/rivershared's releases.

v0.34.0

Added

  • Added Config.ReindexerIndexNames and ReindexerIndexNamesDefault() so the reindexer's target indexes can be customized from the public API. [PR #1194](riverqueue/river#1194).

Fixed

  • Upon a client gaining leadership, its queue maintainer is given more than one opportunity to start. [PR #1184](riverqueue/river#1184).

v0.33.0

Changed

  • Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. [PR #1190](riverqueue/river#1190).

Fixed

  • Fix in Client.Start where previously it was possible for a River client that only partially started before erroring to not try to start on subsequent Start invocations. [PR #1187](riverqueue/river#1187).
Changelog

Sourced from github.com/riverqueue/river/rivershared's changelog.

[0.34.0] - 2026-04-08

Added

  • Added Config.ReindexerIndexNames and ReindexerIndexNamesDefault() so the reindexer's target indexes can be customized from the public API. [PR #1194](riverqueue/river#1194).

Fixed

  • Upon a client gaining leadership, its queue maintainer is given more than one opportunity to start. [PR #1184](riverqueue/river#1184).

[0.33.0] - 2026-04-03

Changed

  • Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. [PR #1190](riverqueue/river#1190).

Fixed

  • Fix in Client.Start where previously it was possible for a River client that only partially started before erroring to not try to start on subsequent Start invocations. [PR #1187](riverqueue/river#1187).
Commits
  • 0143b85 Prepare version 0.34.0 (#1202)
  • 8d0ff31 upgrade sqlc action to v5 (#1200)
  • c4a23ce add Config.ReindexerIndexNames (#1194)
  • 11d80e0 When getting tables to truncate, panic on unknown version (#1198)
  • fd65906 Push maintenance leader startup logic down into maintenance package (#1196)
  • d55e3fc Expose TestSchemaOpts.DisableReuse for test schema creation (#1195)
  • a43c9c6 Bump the go-dependencies group across 3 directories with 2 updates (#1197)
  • 7bf8cf2 Try to start the queue maintainer multiple times with backoff (#1184)
  • a0d45b0 Prepare release 0.33.0 (#1193)
  • b1f225e Demote error/panic logging to info (from warn or error) (#1190)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/rivertype from 0.32.0 to 0.34.0

Release notes

Sourced from github.com/riverqueue/river/rivertype's releases.

v0.34.0

Added

  • Added Config.ReindexerIndexNames and ReindexerIndexNamesDefault() so the reindexer's target indexes can be customized from the public API. [PR #1194](riverqueue/river#1194).

Fixed

  • Upon a client gaining leadership, its queue maintainer is given more than one opportunity to start. [PR #1184](riverqueue/river#1184).

v0.33.0

Changed

  • Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. [PR #1190](riverqueue/river#1190).

Fixed

  • Fix in Client.Start where previously it was possible for a River client that only partially started before erroring to not try to start on subsequent Start invocations. [PR #1187](riverqueue/river#1187).
Changelog

Sourced from github.com/riverqueue/river/rivertype's changelog.

[0.34.0] - 2026-04-08

Added

  • Added Config.ReindexerIndexNames and ReindexerIndexNamesDefault() so the reindexer's target indexes can be customized from the public API. [PR #1194](riverqueue/river#1194).

Fixed

  • Upon a client gaining leadership, its queue maintainer is given more than one opportunity to start. [PR #1184](riverqueue/river#1184).

[0.33.0] - 2026-04-03

Changed

  • Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. [PR #1190](riverqueue/river#1190).

Fixed

  • Fix in Client.Start where previously it was possible for a River client that only partially started before erroring to not try to start on subsequent Start invocations. [PR #1187](riverqueue/river#1187).
Commits
  • 0143b85 Prepare version 0.34.0 (#1202)
  • 8d0ff31 upgrade sqlc action to v5 (#1200)
  • c4a23ce add Config.ReindexerIndexNames (#1194)
  • 11d80e0 When getting tables to truncate, panic on unknown version (#1198)
  • fd65906 Push maintenance leader startup logic down into maintenance package (#1196)
  • d55e3fc Expose TestSchemaOpts.DisableReuse for test schema creation (#1195)
  • a43c9c6 Bump the go-dependencies group across 3 directories with 2 updates (#1197)
  • 7bf8cf2 Try to start the queue maintainer multiple times with backoff (#1184)
  • a0d45b0 Prepare release 0.33.0 (#1193)
  • b1f225e Demote error/panic logging to info (from warn or error) (#1190)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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](riverqueue/river@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](riverqueue/river@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](riverqueue/river@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](riverqueue/river@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](riverqueue/river@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](riverqueue/river@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](riverqueue/river@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](riverqueue/river@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](riverqueue/river@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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 9, 2026
@bgentry
Copy link
Copy Markdown
Contributor

bgentry commented Apr 9, 2026

Working on a separate PR to get us to passing CI so we don't have to ignore failures every time we merge a dependabot PR here.

@bgentry bgentry merged commit 6c41bf3 into master Apr 9, 2026
16 of 18 checks passed
@bgentry bgentry deleted the dependabot/go_modules/go-dependencies-ca096fb9db branch April 9, 2026 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant