diff --git a/go.mod b/go.mod index 1c0d6f6..d147cd7 100644 --- a/go.mod +++ b/go.mod @@ -7,11 +7,11 @@ toolchain go1.25.7 require ( github.com/jackc/pgx/v5 v5.9.2 github.com/riverqueue/apiframe v0.0.0-20251229202423-2b52ce1c482e - github.com/riverqueue/river v0.37.1 - github.com/riverqueue/river/riverdriver v0.37.1 - github.com/riverqueue/river/riverdriver/riverpgxv5 v0.37.1 - github.com/riverqueue/river/rivershared v0.37.1 - github.com/riverqueue/river/rivertype v0.37.1 + github.com/riverqueue/river v0.38.0 + github.com/riverqueue/river/riverdriver v0.38.0 + github.com/riverqueue/river/riverdriver/riverpgxv5 v0.38.0 + github.com/riverqueue/river/rivershared v0.38.0 + github.com/riverqueue/river/rivertype v0.38.0 github.com/rs/cors v1.11.1 github.com/samber/slog-http v1.12.1 github.com/stretchr/testify v1.11.1 diff --git a/go.sum b/go.sum index 4ff5a60..8b27bac 100644 --- a/go.sum +++ b/go.sum @@ -35,16 +35,16 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/riverqueue/apiframe v0.0.0-20251229202423-2b52ce1c482e h1:OwOgxT3MRpOj5Mp6DhFdZP43FOQOf2hhywAuT5XZCR4= github.com/riverqueue/apiframe v0.0.0-20251229202423-2b52ce1c482e/go.mod h1:O7UmsAMjpMYuToN4au5GNXdmN1gli+5FTldgXqAfaD0= -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= -github.com/riverqueue/river/riverdriver v0.37.1/go.mod h1:e7x1Q9gUFpbtKJ6/K4qpGxPT1ayc9NGlknZbwl0Re14= -github.com/riverqueue/river/riverdriver/riverpgxv5 v0.37.1 h1:dja9aBIEZTRk+gX+38t6/h+hLdWex7TmJdxft0Y0EXU= -github.com/riverqueue/river/riverdriver/riverpgxv5 v0.37.1/go.mod h1:48ij+FKRcarxG2fDscCreFLUiDXs+u6Wxjx5/TntKKU= -github.com/riverqueue/river/rivershared v0.37.1 h1:lvsxy9RAU+f1gRQ8+B4lVylyb184z4/82ilyU0DrsnY= -github.com/riverqueue/river/rivershared v0.37.1/go.mod h1:NAJdSXrjUjqdudLGCEm5heD2YRccClI9I9Yq+F3fyQM= -github.com/riverqueue/river/rivertype v0.37.1 h1:XZlhRR+c4RIgTTR//mJUZGAR26FNAHlMaNERpgUjb0c= -github.com/riverqueue/river/rivertype v0.37.1/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ= +github.com/riverqueue/river v0.38.0 h1:BMj+1RnlsfuTbjJEnkc/Xi4fxojVWnn5bfgoxEFYgBI= +github.com/riverqueue/river v0.38.0/go.mod h1:RHOG3jOMbWx/VjVwcCUHZrHMINqjOES/Xsjaia6WUZk= +github.com/riverqueue/river/riverdriver v0.38.0 h1:+AkjySeW2cufHt3bQjI0ysy7IWr3yCzn/rimfhTEvgA= +github.com/riverqueue/river/riverdriver v0.38.0/go.mod h1:/WB4HGM8/5Nocyi/mILkG+sywjSMUdQWkMOxZoDXot0= +github.com/riverqueue/river/riverdriver/riverpgxv5 v0.38.0 h1:74OZQ/NUJidQFwdYfyLJpz+0mIAVL1wfm4HXw/cq2yo= +github.com/riverqueue/river/riverdriver/riverpgxv5 v0.38.0/go.mod h1:1YXDHlGeZINnogO0kyRwdJGi7D7MHRSB4fWbMvtXzK0= +github.com/riverqueue/river/rivershared v0.38.0 h1:4CEapzm+oIl7TF04vgQGzp+mc5GvYmgWnDTTdDX8nhY= +github.com/riverqueue/river/rivershared v0.38.0/go.mod h1:F+GbFAVFFphMK69zkGpc3jt2MreS50wfL9GbnIUa1bw= +github.com/riverqueue/river/rivertype v0.38.0 h1:Tzu0OhRojFhuwcARVz7C2lYG8wE4zH+HdJNynL6foA0= +github.com/riverqueue/river/rivertype v0.38.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ= github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs= github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro= github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ= diff --git a/riverproui/go.mod b/riverproui/go.mod index 527ea8f..4399af3 100644 --- a/riverproui/go.mod +++ b/riverproui/go.mod @@ -8,10 +8,10 @@ require ( github.com/google/uuid v1.6.0 github.com/jackc/pgx/v5 v5.9.2 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 - github.com/riverqueue/river/rivertype v0.37.1 + github.com/riverqueue/river v0.38.0 + github.com/riverqueue/river/riverdriver v0.38.0 + github.com/riverqueue/river/rivershared v0.38.0 + github.com/riverqueue/river/rivertype v0.38.0 github.com/stretchr/testify v1.11.1 riverqueue.com/riverpro v0.24.0 riverqueue.com/riverpro/driver v0.24.0 @@ -34,7 +34,7 @@ require ( github.com/jackc/puddle/v2 v2.2.2 // indirect github.com/leodido/go-urn v1.4.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/riverqueue/river/riverdriver/riverpgxv5 v0.37.1 // indirect + github.com/riverqueue/river/riverdriver/riverpgxv5 v0.38.0 // indirect github.com/rs/cors v1.11.1 // indirect github.com/samber/slog-http v1.12.1 // indirect github.com/tidwall/gjson v1.19.0 // indirect diff --git a/riverproui/go.sum b/riverproui/go.sum index 3f3720e..e53a89b 100644 --- a/riverproui/go.sum +++ b/riverproui/go.sum @@ -41,16 +41,16 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= 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= -github.com/riverqueue/river/riverdriver v0.37.1/go.mod h1:e7x1Q9gUFpbtKJ6/K4qpGxPT1ayc9NGlknZbwl0Re14= -github.com/riverqueue/river/riverdriver/riverpgxv5 v0.37.1 h1:dja9aBIEZTRk+gX+38t6/h+hLdWex7TmJdxft0Y0EXU= -github.com/riverqueue/river/riverdriver/riverpgxv5 v0.37.1/go.mod h1:48ij+FKRcarxG2fDscCreFLUiDXs+u6Wxjx5/TntKKU= -github.com/riverqueue/river/rivershared v0.37.1 h1:lvsxy9RAU+f1gRQ8+B4lVylyb184z4/82ilyU0DrsnY= -github.com/riverqueue/river/rivershared v0.37.1/go.mod h1:NAJdSXrjUjqdudLGCEm5heD2YRccClI9I9Yq+F3fyQM= -github.com/riverqueue/river/rivertype v0.37.1 h1:XZlhRR+c4RIgTTR//mJUZGAR26FNAHlMaNERpgUjb0c= -github.com/riverqueue/river/rivertype v0.37.1/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ= +github.com/riverqueue/river v0.38.0 h1:BMj+1RnlsfuTbjJEnkc/Xi4fxojVWnn5bfgoxEFYgBI= +github.com/riverqueue/river v0.38.0/go.mod h1:RHOG3jOMbWx/VjVwcCUHZrHMINqjOES/Xsjaia6WUZk= +github.com/riverqueue/river/riverdriver v0.38.0 h1:+AkjySeW2cufHt3bQjI0ysy7IWr3yCzn/rimfhTEvgA= +github.com/riverqueue/river/riverdriver v0.38.0/go.mod h1:/WB4HGM8/5Nocyi/mILkG+sywjSMUdQWkMOxZoDXot0= +github.com/riverqueue/river/riverdriver/riverpgxv5 v0.38.0 h1:74OZQ/NUJidQFwdYfyLJpz+0mIAVL1wfm4HXw/cq2yo= +github.com/riverqueue/river/riverdriver/riverpgxv5 v0.38.0/go.mod h1:1YXDHlGeZINnogO0kyRwdJGi7D7MHRSB4fWbMvtXzK0= +github.com/riverqueue/river/rivershared v0.38.0 h1:4CEapzm+oIl7TF04vgQGzp+mc5GvYmgWnDTTdDX8nhY= +github.com/riverqueue/river/rivershared v0.38.0/go.mod h1:F+GbFAVFFphMK69zkGpc3jt2MreS50wfL9GbnIUa1bw= +github.com/riverqueue/river/rivertype v0.38.0 h1:Tzu0OhRojFhuwcARVz7C2lYG8wE4zH+HdJNynL6foA0= +github.com/riverqueue/river/rivertype v0.38.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ= github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs= github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro= github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=