Skip to content

Commit 52881fb

Browse files
fix(deps): update module github.com/theopenlane/riverboat to v0.9.13
1 parent 5e05afb commit 52881fb

2 files changed

Lines changed: 27 additions & 24 deletions

File tree

go.mod

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ require (
8484
github.com/pressly/goose/v3 v3.27.1
8585
github.com/prometheus/client_golang v1.23.2
8686
github.com/redis/go-redis/v9 v9.19.0
87-
github.com/riverqueue/river v0.32.0
88-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.32.0
89-
github.com/riverqueue/river/rivertype v0.32.0
87+
github.com/riverqueue/river v0.33.0
88+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.33.0
89+
github.com/riverqueue/river/rivertype v0.33.0
9090
github.com/rs/zerolog v1.35.1
9191
github.com/samber/do/v2 v2.0.0
9292
github.com/samber/lo v1.53.0
@@ -105,7 +105,7 @@ require (
105105
github.com/theopenlane/httpsling v0.3.0
106106
github.com/theopenlane/iam v0.29.0
107107
github.com/theopenlane/newman v0.4.0
108-
github.com/theopenlane/riverboat v0.8.8
108+
github.com/theopenlane/riverboat v0.9.13
109109
github.com/theopenlane/utils v0.7.0
110110
github.com/tmc/langchaingo v0.1.14
111111
github.com/urfave/cli/v3 v3.8.0
@@ -153,6 +153,7 @@ require (
153153
github.com/shopspring/decimal v1.4.0 // indirect
154154
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
155155
github.com/std-uritemplate/std-uritemplate/go/v2 v2.0.3 // indirect
156+
github.com/theopenlane/emailtemplates v0.3.7 // indirect
156157
github.com/tinylib/msgp v1.6.4 // indirect
157158
github.com/valyala/fastjson v1.6.10 // indirect
158159
github.com/vanng822/css v1.0.1 // indirect
@@ -167,7 +168,7 @@ require (
167168
github.com/aws/aws-sdk-go-v2/service/signin v1.0.11 // indirect
168169
github.com/clipperhouse/displaywidth v0.6.2 // indirect
169170
github.com/clipperhouse/stringish v0.1.1 // indirect
170-
github.com/clipperhouse/uax29/v2 v2.4.0 // indirect
171+
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
171172
github.com/di-wu/parser v0.3.0 // indirect
172173
github.com/di-wu/xsd-datetime v1.0.0 // indirect
173174
github.com/fumiama/imgsz v0.0.4 // indirect
@@ -336,7 +337,7 @@ require (
336337
github.com/mailru/easyjson v0.9.2 // indirect
337338
github.com/mattn/go-colorable v0.1.14 // indirect
338339
github.com/mattn/go-isatty v0.0.22 // indirect
339-
github.com/mattn/go-runewidth v0.0.19 // indirect
340+
github.com/mattn/go-runewidth v0.0.23 // indirect
340341
github.com/mfridman/interpolate v0.0.2 // indirect
341342
github.com/mitchellh/copystructure v1.2.0 // indirect
342343
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -360,8 +361,8 @@ require (
360361
github.com/prometheus/common v0.67.5 // indirect
361362
github.com/prometheus/procfs v0.20.1 // indirect
362363
github.com/resend/resend-go/v3 v3.6.0
363-
github.com/riverqueue/river/riverdriver v0.32.0 // indirect
364-
github.com/riverqueue/river/rivershared v0.32.0 // indirect
364+
github.com/riverqueue/river/riverdriver v0.33.0 // indirect
365+
github.com/riverqueue/river/rivershared v0.33.0 // indirect
365366
github.com/riverqueue/rivercontrib/otelriver v0.7.0 // indirect
366367
github.com/sagikazarmark/locafero v0.12.0 // indirect
367368
github.com/samber/mo v1.16.0

go.sum

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ github.com/clipperhouse/displaywidth v0.6.2 h1:ZDpTkFfpHOKte4RG5O/BOyf3ysnvFswpy
181181
github.com/clipperhouse/displaywidth v0.6.2/go.mod h1:R+kHuzaYWFkTm7xoMmK1lFydbci4X2CicfbGstSGg0o=
182182
github.com/clipperhouse/stringish v0.1.1 h1:+NSqMOr3GR6k1FdRhhnXrLfztGzuG+VuFDfatpWHKCs=
183183
github.com/clipperhouse/stringish v0.1.1/go.mod h1:v/WhFtE1q0ovMta2+m+UbpZ+2/HEXNWYXQgCt4hdOzA=
184-
github.com/clipperhouse/uax29/v2 v2.4.0 h1:RXqE/l5EiAbA4u97giimKNlmpvkmz+GrBVTelsoXy9g=
185-
github.com/clipperhouse/uax29/v2 v2.4.0/go.mod h1:Wn1g7MK6OoeDT0vL+Q0SQLDz/KpfsVRgg6W7ihQeh4g=
184+
github.com/clipperhouse/uax29/v2 v2.7.0 h1:+gs4oBZ2gPfVrKPthwbMzWZDaAFPGYK72F0NJv2v7Vk=
185+
github.com/clipperhouse/uax29/v2 v2.7.0/go.mod h1:EFJ2TJMRUaplDxHKj1qAEhCtQPW2tJSwu5BF98AuoVM=
186186
github.com/cloudflare/cloudflare-go/v6 v6.10.0 h1:tm+YwMDAdxxy2eIAlLH9Wu8JWSMg6fE3j3ydZbMG6co=
187187
github.com/cloudflare/cloudflare-go/v6 v6.10.0/go.mod h1:Lj3MUqjvKctXRpdRhLQxZYRrNZHuRs0XYuH8JtQGyoI=
188188
github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2 h1:aBangftG7EVZoUb69Os8IaYg++6uMOdKK83QtkkvJik=
@@ -468,8 +468,8 @@ github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHP
468468
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=
469469
github.com/mattn/go-isatty v0.0.22 h1:j8l17JJ9i6VGPUFUYoTUKPSgKe/83EYU2zBC7YNKMw4=
470470
github.com/mattn/go-isatty v0.0.22/go.mod h1:ZXfXG4SQHsB/w3ZeOYbR0PrPwLy+n6xiMrJlRFqopa4=
471-
github.com/mattn/go-runewidth v0.0.19 h1:v++JhqYnZuu5jSKrk9RbgF5v4CGUjqRfBm05byFGLdw=
472-
github.com/mattn/go-runewidth v0.0.19/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs=
471+
github.com/mattn/go-runewidth v0.0.23 h1:7ykA0T0jkPpzSvMS5i9uoNn2Xy3R383f9HDx3RybWcw=
472+
github.com/mattn/go-runewidth v0.0.23/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs=
473473
github.com/mattn/go-sqlite3 v1.14.32 h1:JD12Ag3oLy1zQA+BNn74xRgaBbdhbNIDYvQUEuuErjs=
474474
github.com/mattn/go-sqlite3 v1.14.32/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
475475
github.com/mcuadros/go-defaults v1.2.0 h1:FODb8WSf0uGaY8elWJAkoLL0Ri6AlZ1bFlenk56oZtc=
@@ -620,16 +620,16 @@ github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94
620620
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
621621
github.com/resend/resend-go/v3 v3.6.0 h1:T0/Bvw9YsWYbusf+LhDkAW1dmytFsMv08//r+fnSNU8=
622622
github.com/resend/resend-go/v3 v3.6.0/go.mod h1:iI7VA0NoGjWvsNii5iNC5Dy0llsI3HncXPejhniYzwE=
623-
github.com/riverqueue/river v0.32.0 h1:j15EoFZ4oQWXcCq8NyzWwoi3fdaO8mECTB100NSv9Qw=
624-
github.com/riverqueue/river v0.32.0/go.mod h1:zABAdLze3HI7K02N+veikXyK5FjiLzjimnQpZ1Duyng=
625-
github.com/riverqueue/river/riverdriver v0.32.0 h1:AG6a2hNVOIGLx/+3IRtbwofJRYEI7xqnVVxULe9s4Lg=
626-
github.com/riverqueue/river/riverdriver v0.32.0/go.mod h1:FRDMuqnLOsakeJOHlozKK+VH7W7NLp+6EToxQ2JAjBE=
627-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.32.0 h1:CqrRxxcdA/0sHkxLNldsQff9DIG5qxn2EJO09Pau3w0=
628-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.32.0/go.mod h1:j45UPpbMpcI10m+huTeNUaOwzoLJcEg0K6ihWXWeOec=
629-
github.com/riverqueue/river/rivershared v0.32.0 h1:7DwdrppMU9uoU2iU9aGQiv91nBezjlcI85NV4PmnLHw=
630-
github.com/riverqueue/river/rivershared v0.32.0/go.mod h1:UE7GEj3zaTV3cKw7Q3angCozlNEGsL50xZBKJQ9m6zU=
631-
github.com/riverqueue/river/rivertype v0.32.0 h1:RW7uodfl86gYkjwDponTAPNnUqM+X6BjlsNHxbt6Ztg=
632-
github.com/riverqueue/river/rivertype v0.32.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
623+
github.com/riverqueue/river v0.33.0 h1:dVB1p91HKAFrOOPIndvsNtCiq5smW6Ii/XYCqZupmvM=
624+
github.com/riverqueue/river v0.33.0/go.mod h1:OMDbi/nfD2uQ9v5kQo53LIypbJbR/bEqx2KyuXeHpdU=
625+
github.com/riverqueue/river/riverdriver v0.33.0 h1:omnVHLRcq6Gy2F59HRI2NMdOAFGf2/iWnJ252nSALy0=
626+
github.com/riverqueue/river/riverdriver v0.33.0/go.mod h1:TZVIUtKC9kaiOGmYTjNffu4IkqBB+i2iEepWLKm2emM=
627+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.33.0 h1:Q5oVOHI3KPFkkH6WLXwrNkqAeRWiBqPI5YjVy/QNyd0=
628+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.33.0/go.mod h1:RjltKK9O9vMbdvlzh/oZoyV62oTNACWuzm3vkchuBFA=
629+
github.com/riverqueue/river/rivershared v0.33.0 h1:gE19JWgu0RgO78PTb5C1OqrI6T2x65mCDtlXHk+hl3E=
630+
github.com/riverqueue/river/rivershared v0.33.0/go.mod h1:/wv6gmMJ4yC23Y9FFZaN/3GgctGmzxsGJ1/moYv1AnE=
631+
github.com/riverqueue/river/rivertype v0.33.0 h1:GIFeAX+JMUL6CaWj7iAUNG86eGSp2KP1NTbTfipsJOo=
632+
github.com/riverqueue/river/rivertype v0.33.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
633633
github.com/riverqueue/rivercontrib/otelriver v0.7.0 h1:zLjPf674dcGrz7OPG2JF5xea0fyitFax6Cc6q370Xzo=
634634
github.com/riverqueue/rivercontrib/otelriver v0.7.0/go.mod h1:MuyMZmYBz3JXC8ZLP0dH9IqXK95qRY6gCQSoJGh9h7E=
635635
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
@@ -726,6 +726,8 @@ github.com/theopenlane/echox v0.3.0 h1:uwOKEw+r1utGQoOR6dZQqAVuY5j8TcasqnTwO5+rM
726726
github.com/theopenlane/echox v0.3.0/go.mod h1:yTrXnj7s3VNIg0FCvB7Dut2Elr+LqJKU/nruxx1E1cM=
727727
github.com/theopenlane/eddy v0.1.0 h1:mtsBL9COYCJWMkjxPOb7LefPaysyPVmYb4idy7kL4lY=
728728
github.com/theopenlane/eddy v0.1.0/go.mod h1:UvovGX5x0N9RdKk2Kb5CMbGziRUasARDy8xSEAT8aDs=
729+
github.com/theopenlane/emailtemplates v0.3.7 h1:yJLfsCIZ8zAeZ2QvmZ8qYyVZKzXkMyjlYsImFti/J9k=
730+
github.com/theopenlane/emailtemplates v0.3.7/go.mod h1:VmTIBAJ9XQ+QOi7ZcaOjoEv0NxsuPKcR7Pz0N3EQeJE=
729731
github.com/theopenlane/entx v0.27.1 h1:GBnLeaCVzS4gJCokr0Jxktz19ZYlsxcPOyx1b1Lpbmo=
730732
github.com/theopenlane/entx v0.27.1/go.mod h1:JM1Vh0bfvNNxMVBxWvcbEHRi0pdTIPgp2gW8rzr7sBA=
731733
github.com/theopenlane/go-client v0.10.0 h1:gBEOEWXM3nP7VlXPcmgA/0RPWcvSz1XzFBwA/1EJsgo=
@@ -740,8 +742,8 @@ github.com/theopenlane/newman v0.4.0 h1:HiYMASHH3WD63M5GIwYFokf81Gq8lZ0Q/D5eget7
740742
github.com/theopenlane/newman v0.4.0/go.mod h1:KqTNABh60+NafNhmTvFvFXYYeDl78n+BFZrkhdm60Fo=
741743
github.com/theopenlane/oscalot v0.1.0 h1:ExYiMU4Q1ezbGq77sxkgahmfmc46L+2NqB39fg0HXjU=
742744
github.com/theopenlane/oscalot v0.1.0/go.mod h1:L7XzkqdBATqF2Du0uMTxoRr+eSfOHAwB6/ogwdwM0XE=
743-
github.com/theopenlane/riverboat v0.8.8 h1:MnArmNTqcM8cM21chiFkwVp9F74vdHevNoTeEIJtmpE=
744-
github.com/theopenlane/riverboat v0.8.8/go.mod h1:RNYPAn0PLNlAFXAEi0UADhrhmqhjLHqd2ZUX5IDVXFE=
745+
github.com/theopenlane/riverboat v0.9.13 h1:4aZNo2MA7v/9n02uGngH+3REVG8RCcuuT49qSpZHn1U=
746+
github.com/theopenlane/riverboat v0.9.13/go.mod h1:v4cq1FgqcDVCa8NjjsX9LNVG3z9llbFbb3k6JBVbQ4c=
745747
github.com/theopenlane/utils v0.7.0 h1:tSN9PBC8Ywn2As3TDW/1TAfWsVsodrccec40oAhiZgo=
746748
github.com/theopenlane/utils v0.7.0/go.mod h1:7U9CDoVzCAFWw/JygR5ZhCKGwhHBnuJpK3Jgh1m59+w=
747749
github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=

0 commit comments

Comments
 (0)