From 34432ccba3feca0146aac8220fa589ef455b4566 Mon Sep 17 00:00:00 2001 From: Blake Gentry Date: Tue, 19 May 2026 07:21:22 -0700 Subject: [PATCH] prepare riverproui v0.16.0 --- riverproui/go.mod | 4 ++-- riverproui/go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/riverproui/go.mod b/riverproui/go.mod index 9a27b6d..527ea8f 100644 --- a/riverproui/go.mod +++ b/riverproui/go.mod @@ -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 @@ -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 ( diff --git a/riverproui/go.sum b/riverproui/go.sum index 8baf22d..3f3720e 100644 --- a/riverproui/go.sum +++ b/riverproui/go.sum @@ -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= @@ -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=