From 0604cd77a0d6592ee545e06e16cd7a24c41952ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 08:45:37 +0000 Subject: [PATCH] build(deps): bump github.com/riverqueue/river from 0.0.18 to 0.0.19 Bumps [github.com/riverqueue/river](https://github.com/riverqueue/river) from 0.0.18 to 0.0.19. - [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md) - [Commits](https://github.com/riverqueue/river/compare/v0.0.18...v0.0.19) --- updated-dependencies: - dependency-name: github.com/riverqueue/river dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 6 +++--- go.sum | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/go.mod b/go.mod index 6dff510..836c5f3 100644 --- a/go.mod +++ b/go.mod @@ -13,8 +13,8 @@ require ( github.com/labstack/echo/v5 v5.0.0-20230722203903-ec5b858dab61 github.com/pocketbase/dbx v1.10.1 github.com/pocketbase/pocketbase v0.21.1 - github.com/riverqueue/river v0.0.18 - github.com/riverqueue/river/riverdriver/riverpgxv5 v0.0.18 + github.com/riverqueue/river v0.0.19 + github.com/riverqueue/river/riverdriver/riverpgxv5 v0.0.19 ) require ( @@ -72,7 +72,7 @@ require ( github.com/oklog/ulid/v2 v2.1.0 // indirect github.com/pelletier/go-toml v1.9.5 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect - github.com/riverqueue/river/riverdriver v0.0.18 // indirect + github.com/riverqueue/river/riverdriver v0.0.19 // indirect github.com/rogpeppe/go-internal v1.12.0 // indirect github.com/spf13/cast v1.6.0 // indirect github.com/spf13/cobra v1.8.0 // indirect diff --git a/go.sum b/go.sum index 0a453a2..379ea49 100644 --- a/go.sum +++ b/go.sum @@ -223,14 +223,14 @@ github.com/pocketbase/pocketbase v0.21.1/go.mod h1:V3/y5RJFddyN0I+/cmMboKq5Tv3UH github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE= github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= -github.com/riverqueue/river v0.0.18 h1:gjdJ1D1rt6A0M1PL7ku7LGkIYnFykYaD8EhCrQhtFts= -github.com/riverqueue/river v0.0.18/go.mod h1:tXKx1kt/lOUZVewfVcSE/ECw3P47n3jSm9O5bpu31TE= -github.com/riverqueue/river/riverdriver v0.0.18 h1:b1BbEx76Y/MqFU/xS5EK36ylir4syJoOUqplsypMFTo= -github.com/riverqueue/river/riverdriver v0.0.18/go.mod h1:vtgL7tRTSB6rzeVEDppehd/rPx3Is+WBYb17Zj0+KsE= -github.com/riverqueue/river/riverdriver/riverdatabasesql v0.0.18 h1:TKxdKnkgY37YlAwL1N17vo4wtXj/QB+89kDVCgb5w8g= -github.com/riverqueue/river/riverdriver/riverdatabasesql v0.0.18/go.mod h1:RzwA4LjdmzhI+duun5faL1H9Z/XA/39/G4CWCsqwuNQ= -github.com/riverqueue/river/riverdriver/riverpgxv5 v0.0.18 h1:sznBKP1rwwI+nCyK8mN628N/0wfBiprz5G6CKioExhU= -github.com/riverqueue/river/riverdriver/riverpgxv5 v0.0.18/go.mod h1:FsGv83tSw6PQD0MVOaxW+Z13BTsFv7utO1K3+PhvDyk= +github.com/riverqueue/river v0.0.19 h1:m4q13IWE+bfHtYmbytXWfBt6Mnyzufk6ICcwU8xBdk8= +github.com/riverqueue/river v0.0.19/go.mod h1:cayhUogYzJ+2aD/wUq8sL2qSE/qh21kuBr7/H7J4pQ8= +github.com/riverqueue/river/riverdriver v0.0.19 h1:8sECJk+kQ5RdYGnqKXhIHl/HlOXb1knhctsWNdtJT/I= +github.com/riverqueue/river/riverdriver v0.0.19/go.mod h1:TS47zzA6wespTFoaUCotgij/uQcwL28Uf2HbzV1SOW8= +github.com/riverqueue/river/riverdriver/riverdatabasesql v0.0.19 h1:PSa57lhcluICGhJ1PnqpMoSlOU5DwpMHwoCx5Iy+Y14= +github.com/riverqueue/river/riverdriver/riverdatabasesql v0.0.19/go.mod h1:jnuiUwmYfmpybdDWRaPCoiVzCTO+3whZ4Swvid3m6BI= +github.com/riverqueue/river/riverdriver/riverpgxv5 v0.0.19 h1:hVD3fiqiBUOgdckiE0SKnRIP9Q+D2L2ygnRpB2LqGOo= +github.com/riverqueue/river/riverdriver/riverpgxv5 v0.0.19/go.mod h1:P5Wg8kGWH1ccSelGQ1FmBi78Z2Iab0zxmmkStYSOqA0= 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.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=