Skip to content

Commit 00eddcc

Browse files
authored
prepare riverproui v0.16.0 (#581)
1 parent 7e135b3 commit 00eddcc

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

riverproui/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.25.7
77
require (
88
github.com/google/uuid v1.6.0
99
github.com/jackc/pgx/v5 v5.9.2
10-
github.com/riverqueue/apiframe v0.0.0-20260428012848-22cd8d31a740
10+
github.com/riverqueue/apiframe v0.0.0-20260512144425-bbb398a56fc5
1111
github.com/riverqueue/river v0.37.1
1212
github.com/riverqueue/river/riverdriver v0.37.1
1313
github.com/riverqueue/river/rivershared v0.37.1
@@ -16,7 +16,7 @@ require (
1616
riverqueue.com/riverpro v0.24.0
1717
riverqueue.com/riverpro/driver v0.24.0
1818
riverqueue.com/riverpro/driver/riverpropgxv5 v0.24.0
19-
riverqueue.com/riverui v0.16.0-rc.1
19+
riverqueue.com/riverui v0.16.0
2020
)
2121

2222
require (

riverproui/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
3939
github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI=
4040
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
4141
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
42-
github.com/riverqueue/apiframe v0.0.0-20260428012848-22cd8d31a740 h1:2CBMXhiFdl/t2wwP/bgDVSLKADGKnd0QdZ3dEHOj2Ss=
43-
github.com/riverqueue/apiframe v0.0.0-20260428012848-22cd8d31a740/go.mod h1:TTFk2gcy9Ymsl9fUco+k11g9ywVo99UbaxR/Aau1h1E=
42+
github.com/riverqueue/apiframe v0.0.0-20260512144425-bbb398a56fc5 h1:V+koOkEx50kpjeOJq1hzOBICzaTflSMSpqEjYMR9tbQ=
43+
github.com/riverqueue/apiframe v0.0.0-20260512144425-bbb398a56fc5/go.mod h1:jllUIBehfgpnT5V0CgPdak6NEVCia8SjtfB0A5Hnj9g=
4444
github.com/riverqueue/river v0.37.1 h1:lZgXooqtGulMrItWFzhEDLeSBWoiJ3ZmKofKkHgBOwo=
4545
github.com/riverqueue/river v0.37.1/go.mod h1:+5tefuBbaBRWiIEWOIyQexwQwhPVX23tsWgomIAcP88=
4646
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
111111
riverqueue.com/riverpro/driver v0.24.0/go.mod h1:IfXbp95wjpzACFWKN8cYEqdvJg/6iHIeSbr+ieeQ8KI=
112112
riverqueue.com/riverpro/driver/riverpropgxv5 v0.24.0 h1:STLM9fpLdbu4tUoXNeA+wl4VLfjfGGcfEcGq+5Y0ziY=
113113
riverqueue.com/riverpro/driver/riverpropgxv5 v0.24.0/go.mod h1:uGv+gLjPafIU6a3pQo8ldo1fhvH0lFqCUqkYhaFsOiw=
114-
riverqueue.com/riverui v0.16.0-rc.1 h1:3KKrNlPVHhggBjAQaDZLhwOmqTR2wJq4rhbdqFge4L0=
115-
riverqueue.com/riverui v0.16.0-rc.1/go.mod h1:NoIMP+QRd/Z+k5QYZ4LlYzRPinZ/qfIvyrNXFS61cak=
114+
riverqueue.com/riverui v0.16.0 h1:XFgTdKqRYjdPsGV2QSBRTrMaWiXAZWvouH2zanQ0t9g=
115+
riverqueue.com/riverui v0.16.0/go.mod h1:NoIMP+QRd/Z+k5QYZ4LlYzRPinZ/qfIvyrNXFS61cak=

0 commit comments

Comments
 (0)