Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions riverproui/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.25.7
require (
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v5 v5.9.2
github.com/riverqueue/apiframe v0.0.0-20260428012848-22cd8d31a740
github.com/riverqueue/apiframe v0.0.0-20260512144425-bbb398a56fc5
github.com/riverqueue/river v0.37.1
github.com/riverqueue/river/riverdriver v0.37.1
github.com/riverqueue/river/rivershared v0.37.1
Expand All @@ -16,7 +16,7 @@ require (
riverqueue.com/riverpro v0.24.0
riverqueue.com/riverpro/driver v0.24.0
riverqueue.com/riverpro/driver/riverpropgxv5 v0.24.0
riverqueue.com/riverui v0.16.0-rc.1
riverqueue.com/riverui v0.16.0
)

require (
Expand Down
8 changes: 4 additions & 4 deletions riverproui/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/riverqueue/apiframe v0.0.0-20260428012848-22cd8d31a740 h1:2CBMXhiFdl/t2wwP/bgDVSLKADGKnd0QdZ3dEHOj2Ss=
github.com/riverqueue/apiframe v0.0.0-20260428012848-22cd8d31a740/go.mod h1:TTFk2gcy9Ymsl9fUco+k11g9ywVo99UbaxR/Aau1h1E=
github.com/riverqueue/apiframe v0.0.0-20260512144425-bbb398a56fc5 h1:V+koOkEx50kpjeOJq1hzOBICzaTflSMSpqEjYMR9tbQ=
github.com/riverqueue/apiframe v0.0.0-20260512144425-bbb398a56fc5/go.mod h1:jllUIBehfgpnT5V0CgPdak6NEVCia8SjtfB0A5Hnj9g=
github.com/riverqueue/river v0.37.1 h1:lZgXooqtGulMrItWFzhEDLeSBWoiJ3ZmKofKkHgBOwo=
github.com/riverqueue/river v0.37.1/go.mod h1:+5tefuBbaBRWiIEWOIyQexwQwhPVX23tsWgomIAcP88=
github.com/riverqueue/river/riverdriver v0.37.1 h1:IXV2xdS+LvsBvrJK+/GOy9s/a8P+9JW41RYIV/Vdya0=
Expand Down Expand Up @@ -111,5 +111,5 @@ riverqueue.com/riverpro/driver v0.24.0 h1:KJ/PP/ff2xM97qy68vrIA15fV1gu4r02+1fK0X
riverqueue.com/riverpro/driver v0.24.0/go.mod h1:IfXbp95wjpzACFWKN8cYEqdvJg/6iHIeSbr+ieeQ8KI=
riverqueue.com/riverpro/driver/riverpropgxv5 v0.24.0 h1:STLM9fpLdbu4tUoXNeA+wl4VLfjfGGcfEcGq+5Y0ziY=
riverqueue.com/riverpro/driver/riverpropgxv5 v0.24.0/go.mod h1:uGv+gLjPafIU6a3pQo8ldo1fhvH0lFqCUqkYhaFsOiw=
riverqueue.com/riverui v0.16.0-rc.1 h1:3KKrNlPVHhggBjAQaDZLhwOmqTR2wJq4rhbdqFge4L0=
riverqueue.com/riverui v0.16.0-rc.1/go.mod h1:NoIMP+QRd/Z+k5QYZ4LlYzRPinZ/qfIvyrNXFS61cak=
riverqueue.com/riverui v0.16.0 h1:XFgTdKqRYjdPsGV2QSBRTrMaWiXAZWvouH2zanQ0t9g=
riverqueue.com/riverui v0.16.0/go.mod h1:NoIMP+QRd/Z+k5QYZ4LlYzRPinZ/qfIvyrNXFS61cak=
Loading