Skip to content

Commit c35ce92

Browse files
build(deps): bump github.com/riverqueue/river/riverdriver/riverpgxv5
Bumps [github.com/riverqueue/river/riverdriver/riverpgxv5](https://github.com/riverqueue/river) from 0.41.1 to 0.42.0. - [Release notes](https://github.com/riverqueue/river/releases) - [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md) - [Commits](riverqueue/river@v0.41.1...v0.42.0) --- updated-dependencies: - dependency-name: github.com/riverqueue/river/riverdriver/riverpgxv5 dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7fc7bf7 commit c35ce92

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ require (
1818
github.com/labstack/echo/v4 v4.15.4
1919
github.com/patrickmn/go-cache v2.1.0+incompatible
2020
github.com/prometheus/client_golang v1.24.1
21-
github.com/riverqueue/river v0.41.1
21+
github.com/riverqueue/river v0.42.0
2222
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.40.0
23-
github.com/riverqueue/river/rivertype v0.41.1
23+
github.com/riverqueue/river/rivertype v0.42.0
2424
github.com/rs/zerolog v1.35.1
2525
github.com/sethvargo/go-envconfig v1.3.0
2626
github.com/shirou/gopsutil/v4 v4.26.5
@@ -92,8 +92,8 @@ require (
9292
github.com/opencontainers/image-spec v1.1.1 // indirect
9393
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
9494
github.com/riverqueue/apiframe v0.0.0-20251229202423-2b52ce1c482e // indirect
95-
github.com/riverqueue/river/riverdriver v0.41.1 // indirect
96-
github.com/riverqueue/river/rivershared v0.41.1 // indirect
95+
github.com/riverqueue/river/riverdriver v0.42.0 // indirect
96+
github.com/riverqueue/river/rivershared v0.42.0 // indirect
9797
github.com/sanity-io/litter v1.5.5 // indirect
9898
github.com/sergi/go-diff v1.3.1 // indirect
9999
github.com/sirupsen/logrus v1.9.4 // indirect
@@ -153,7 +153,7 @@ require (
153153
github.com/prometheus/client_model v0.6.2 // indirect
154154
github.com/prometheus/common v0.70.1 // indirect
155155
github.com/prometheus/procfs v0.21.1 // indirect
156-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.41.1
156+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.42.0
157157
github.com/robfig/cron/v3 v3.0.1
158158
github.com/stretchr/testify v1.11.1
159159
github.com/swaggo/echo-swagger v1.5.2

go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -236,18 +236,18 @@ github.com/prometheus/procfs v0.21.1 h1:GljZCt+zSTS+NZq88cyQ1LjZ+RCHp3uVuabBWA5+
236236
github.com/prometheus/procfs v0.21.1/go.mod h1:aB55Cww9pdSJVHk0hUf0inxWyyjPogFIjmHKYgMKmtY=
237237
github.com/riverqueue/apiframe v0.0.0-20251229202423-2b52ce1c482e h1:OwOgxT3MRpOj5Mp6DhFdZP43FOQOf2hhywAuT5XZCR4=
238238
github.com/riverqueue/apiframe v0.0.0-20251229202423-2b52ce1c482e/go.mod h1:O7UmsAMjpMYuToN4au5GNXdmN1gli+5FTldgXqAfaD0=
239-
github.com/riverqueue/river v0.41.1 h1:Eat4tnIL16PTX1StVTwTAm2iKDowG99t2fDZPfwFPE8=
240-
github.com/riverqueue/river v0.41.1/go.mod h1:5KXJLKDPwjVC99ISXv2OHDQtNm1YwAeEAx9VYCd1RF0=
241-
github.com/riverqueue/river/riverdriver v0.41.1 h1:cwmmFCJkJlH6geaUTbOqC8vBUe00vTBm248GVD3HrqY=
242-
github.com/riverqueue/river/riverdriver v0.41.1/go.mod h1:nAZirY7z2clR4gaZxuGzvae8bwgycl9mrvb3+RWOehQ=
239+
github.com/riverqueue/river v0.42.0 h1:WDx0F0loJg41XvkHVyQVr9PUN2p9SPLr2Tx7zs5ONlY=
240+
github.com/riverqueue/river v0.42.0/go.mod h1:pD+hDP0ZW3SbuTwh0CXDlYQ/M3Q7HDntT3Q4lhfYugY=
241+
github.com/riverqueue/river/riverdriver v0.42.0 h1:uf7CcKEtuHN+hPtuQfn5a+L4gvHJ7JlFFH/xNRQHfo4=
242+
github.com/riverqueue/river/riverdriver v0.42.0/go.mod h1:b2IBlA29E3H233XwgbiJlezdoALSWhetZKt1LlBJEQU=
243243
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.40.0 h1:EtKlKjaKzkNckyGrFnrpK5mcc7+xnp7Z3IV9XVRf+7E=
244244
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.40.0/go.mod h1:Si7twoX1cou3msM9G6rYCKelaSHLqTgJ65H/m3Zi8rk=
245-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.41.1 h1:9VCL/tebPcMqrg9dwxQnL80/np4b2HnXwSwaICsszGM=
246-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.41.1/go.mod h1:Ga+M+38X+cDMk6GsONljP3PrY5ylfBYMBn3MRj2+c9U=
247-
github.com/riverqueue/river/rivershared v0.41.1 h1:wHYBCXxCocvPhkH90B4fAUyMMWMVGG+/EFubyH15R2E=
248-
github.com/riverqueue/river/rivershared v0.41.1/go.mod h1:wQJhQ+jP7SILzEF3t7vrUQvuCMRL0sIhCU2DwjFfn/g=
249-
github.com/riverqueue/river/rivertype v0.41.1 h1:wBO2+nRfmpSohBRkC1/dxEkRyLS96FWlkUjukexOydc=
250-
github.com/riverqueue/river/rivertype v0.41.1/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
245+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.42.0 h1:VQ165fd7oV0nBAQfEl52NyrBLWJo8oM7NY3u0z20mn4=
246+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.42.0/go.mod h1:x+Yx1dcPLuriu8TqDHpAvZ5YQRJVnh9mxuxlqS0I6HA=
247+
github.com/riverqueue/river/rivershared v0.42.0 h1:GZ+EXh3QbcSPUx8FlLcVpkv9MrOf8tMd0365K7AeR3g=
248+
github.com/riverqueue/river/rivershared v0.42.0/go.mod h1:EThAIEr49dlUQFhVLJcQGKoMlnPKOq+UxdMi9jevVsk=
249+
github.com/riverqueue/river/rivertype v0.42.0 h1:K7YEpq4WZFhMXi2b6M1mjLD4WwnJvI15gkVe6FREpTY=
250+
github.com/riverqueue/river/rivertype v0.42.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
251251
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
252252
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
253253
github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc=

0 commit comments

Comments
 (0)