Skip to content

Commit bf3b1c3

Browse files
Bump the go-dependencies group across 1 directory with 4 updates
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.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) Updates `github.com/riverqueue/river/riverdriver` 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) Updates `github.com/riverqueue/river/rivershared` 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) Updates `github.com/riverqueue/river/rivertype` 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) Updates `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) Updates `github.com/riverqueue/river/riverdriver` 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) Updates `github.com/riverqueue/river/rivershared` 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) Updates `github.com/riverqueue/river/rivertype` 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 dependency-version: 0.42.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.42.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.42.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.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/riverqueue/river dependency-version: 0.42.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.42.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.42.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.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ccb5f99 commit bf3b1c3

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

riverproui/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ require (
88
github.com/google/uuid v1.6.0
99
github.com/jackc/pgx/v5 v5.10.0
1010
github.com/riverqueue/apiframe v0.0.0-20260728015158-808511b9e3ae
11-
github.com/riverqueue/river v0.41.1
12-
github.com/riverqueue/river/riverdriver v0.41.1
13-
github.com/riverqueue/river/rivershared v0.41.1
14-
github.com/riverqueue/river/rivertype v0.41.1
11+
github.com/riverqueue/river v0.42.0
12+
github.com/riverqueue/river/riverdriver v0.42.0
13+
github.com/riverqueue/river/rivershared v0.42.0
14+
github.com/riverqueue/river/rivertype v0.42.0
1515
github.com/stretchr/testify v1.11.1
1616
riverqueue.com/riverpro v0.26.0
1717
riverqueue.com/riverpro/driver v0.26.0
@@ -34,7 +34,7 @@ require (
3434
github.com/jackc/puddle/v2 v2.2.2 // indirect
3535
github.com/leodido/go-urn v1.5.0 // indirect
3636
github.com/pmezard/go-difflib v1.0.0 // indirect
37-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.41.1 // indirect
37+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.42.0 // indirect
3838
github.com/rs/cors v1.11.1 // indirect
3939
github.com/samber/slog-http v1.12.1 // indirect
4040
github.com/tidwall/gjson v1.19.0 // indirect

riverproui/go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
4141
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
4242
github.com/riverqueue/apiframe v0.0.0-20260728015158-808511b9e3ae h1:12Jq8pKBhQ2aJ0RNfMPpb5NwBg/Iv5yunBsAxqJULrc=
4343
github.com/riverqueue/apiframe v0.0.0-20260728015158-808511b9e3ae/go.mod h1:Nu+Ehohzsxj7MklMt5WNM8XWHj/EM2EczlQ/CVQBlp8=
44-
github.com/riverqueue/river v0.41.1 h1:Eat4tnIL16PTX1StVTwTAm2iKDowG99t2fDZPfwFPE8=
45-
github.com/riverqueue/river v0.41.1/go.mod h1:5KXJLKDPwjVC99ISXv2OHDQtNm1YwAeEAx9VYCd1RF0=
46-
github.com/riverqueue/river/riverdriver v0.41.1 h1:cwmmFCJkJlH6geaUTbOqC8vBUe00vTBm248GVD3HrqY=
47-
github.com/riverqueue/river/riverdriver v0.41.1/go.mod h1:nAZirY7z2clR4gaZxuGzvae8bwgycl9mrvb3+RWOehQ=
48-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.41.1 h1:9VCL/tebPcMqrg9dwxQnL80/np4b2HnXwSwaICsszGM=
49-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.41.1/go.mod h1:Ga+M+38X+cDMk6GsONljP3PrY5ylfBYMBn3MRj2+c9U=
50-
github.com/riverqueue/river/rivershared v0.41.1 h1:wHYBCXxCocvPhkH90B4fAUyMMWMVGG+/EFubyH15R2E=
51-
github.com/riverqueue/river/rivershared v0.41.1/go.mod h1:wQJhQ+jP7SILzEF3t7vrUQvuCMRL0sIhCU2DwjFfn/g=
52-
github.com/riverqueue/river/rivertype v0.41.1 h1:wBO2+nRfmpSohBRkC1/dxEkRyLS96FWlkUjukexOydc=
53-
github.com/riverqueue/river/rivertype v0.41.1/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
44+
github.com/riverqueue/river v0.42.0 h1:WDx0F0loJg41XvkHVyQVr9PUN2p9SPLr2Tx7zs5ONlY=
45+
github.com/riverqueue/river v0.42.0/go.mod h1:pD+hDP0ZW3SbuTwh0CXDlYQ/M3Q7HDntT3Q4lhfYugY=
46+
github.com/riverqueue/river/riverdriver v0.42.0 h1:uf7CcKEtuHN+hPtuQfn5a+L4gvHJ7JlFFH/xNRQHfo4=
47+
github.com/riverqueue/river/riverdriver v0.42.0/go.mod h1:b2IBlA29E3H233XwgbiJlezdoALSWhetZKt1LlBJEQU=
48+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.42.0 h1:VQ165fd7oV0nBAQfEl52NyrBLWJo8oM7NY3u0z20mn4=
49+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.42.0/go.mod h1:x+Yx1dcPLuriu8TqDHpAvZ5YQRJVnh9mxuxlqS0I6HA=
50+
github.com/riverqueue/river/rivershared v0.42.0 h1:GZ+EXh3QbcSPUx8FlLcVpkv9MrOf8tMd0365K7AeR3g=
51+
github.com/riverqueue/river/rivershared v0.42.0/go.mod h1:EThAIEr49dlUQFhVLJcQGKoMlnPKOq+UxdMi9jevVsk=
52+
github.com/riverqueue/river/rivertype v0.42.0 h1:K7YEpq4WZFhMXi2b6M1mjLD4WwnJvI15gkVe6FREpTY=
53+
github.com/riverqueue/river/rivertype v0.42.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
5454
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
5555
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
5656
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=

0 commit comments

Comments
 (0)