Skip to content

Commit dce108f

Browse files
Update river monorepo to v0.39.0 (#2512)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 510b654 commit dce108f

4 files changed

Lines changed: 29 additions & 29 deletions

File tree

common/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
entgo.io/ent v0.14.6
77
github.com/go-webauthn/webauthn v0.17.4
88
github.com/google/uuid v1.6.0
9-
github.com/riverqueue/river v0.38.0
9+
github.com/riverqueue/river v0.39.0
1010
github.com/robfig/cron/v3 v3.0.1
1111
github.com/rs/zerolog v1.35.1
1212
github.com/stoewer/go-strcase v1.3.1
@@ -64,9 +64,9 @@ require (
6464
github.com/philhofer/fwd v1.2.0 // indirect
6565
github.com/pkg/errors v0.9.1 // indirect
6666
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
67-
github.com/riverqueue/river/riverdriver v0.38.0 // indirect
68-
github.com/riverqueue/river/rivershared v0.38.0 // indirect
69-
github.com/riverqueue/river/rivertype v0.38.0 // indirect
67+
github.com/riverqueue/river/riverdriver v0.39.0 // indirect
68+
github.com/riverqueue/river/rivershared v0.39.0 // indirect
69+
github.com/riverqueue/river/rivertype v0.39.0 // indirect
7070
github.com/samber/lo v1.53.0 // indirect
7171
github.com/sosodev/duration v1.4.0 // indirect
7272
github.com/tidwall/gjson v1.19.0 // indirect

common/go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,16 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
119119
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
120120
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
121121
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
122-
github.com/riverqueue/river v0.38.0 h1:BMj+1RnlsfuTbjJEnkc/Xi4fxojVWnn5bfgoxEFYgBI=
123-
github.com/riverqueue/river v0.38.0/go.mod h1:RHOG3jOMbWx/VjVwcCUHZrHMINqjOES/Xsjaia6WUZk=
124-
github.com/riverqueue/river/riverdriver v0.38.0 h1:+AkjySeW2cufHt3bQjI0ysy7IWr3yCzn/rimfhTEvgA=
125-
github.com/riverqueue/river/riverdriver v0.38.0/go.mod h1:/WB4HGM8/5Nocyi/mILkG+sywjSMUdQWkMOxZoDXot0=
126-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.38.0 h1:74OZQ/NUJidQFwdYfyLJpz+0mIAVL1wfm4HXw/cq2yo=
127-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.38.0/go.mod h1:1YXDHlGeZINnogO0kyRwdJGi7D7MHRSB4fWbMvtXzK0=
128-
github.com/riverqueue/river/rivershared v0.38.0 h1:4CEapzm+oIl7TF04vgQGzp+mc5GvYmgWnDTTdDX8nhY=
129-
github.com/riverqueue/river/rivershared v0.38.0/go.mod h1:F+GbFAVFFphMK69zkGpc3jt2MreS50wfL9GbnIUa1bw=
130-
github.com/riverqueue/river/rivertype v0.38.0 h1:Tzu0OhRojFhuwcARVz7C2lYG8wE4zH+HdJNynL6foA0=
131-
github.com/riverqueue/river/rivertype v0.38.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
122+
github.com/riverqueue/river v0.39.0 h1:VsoPJ8KTx7SvWQGWtdLjKxw15IjnYHj3xKb0UA+7200=
123+
github.com/riverqueue/river v0.39.0/go.mod h1:YeHQKKQDakPapXgNarXUp3o3XGp8fXp5HiBmsn2FOHg=
124+
github.com/riverqueue/river/riverdriver v0.39.0 h1:Vze5DtNJkxStjIlbDDwtxqk9wB2THn1RKEk5C5CZgFg=
125+
github.com/riverqueue/river/riverdriver v0.39.0/go.mod h1:gZVyHaUIN6eDbdUu3p2mnS/wxmXYxO2li8YTs5hUA2g=
126+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.39.0 h1:pIwYuKUUakIyVlmI2g5J4U/Hf8+e+ih0hGRDH1sA+x8=
127+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.39.0/go.mod h1:veubJH/FDM9Q27zLKfSicMVe6OptARFFnHOKvLo47+w=
128+
github.com/riverqueue/river/rivershared v0.39.0 h1:Ca5fe4Atbvb8cAq09YUzAi/G5ZslthjuYLpAvtNrHTg=
129+
github.com/riverqueue/river/rivershared v0.39.0/go.mod h1:RtEsdSKHtewWUUVAC6TS+U+8bDiVweiVr483Jtm6epc=
130+
github.com/riverqueue/river/rivertype v0.39.0 h1:0jHUTRDR1kdzbgXc6lN1B93WxolZyqPvqpYE+r0+R4o=
131+
github.com/riverqueue/river/rivertype v0.39.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
132132
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
133133
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
134134
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ require (
8585
github.com/pressly/goose/v3 v3.27.1
8686
github.com/prometheus/client_golang v1.23.2
8787
github.com/redis/go-redis/v9 v9.20.0
88-
github.com/riverqueue/river v0.38.0
89-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.38.0
90-
github.com/riverqueue/river/rivertype v0.38.0
88+
github.com/riverqueue/river v0.39.0
89+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.39.0
90+
github.com/riverqueue/river/rivertype v0.39.0
9191
github.com/rs/zerolog v1.35.1
9292
github.com/samber/do/v2 v2.0.0
9393
github.com/samber/lo v1.53.0
@@ -362,8 +362,8 @@ require (
362362
github.com/prometheus/common v0.67.5 // indirect
363363
github.com/prometheus/procfs v0.20.1 // indirect
364364
github.com/resend/resend-go/v3 v3.7.0
365-
github.com/riverqueue/river/riverdriver v0.38.0 // indirect
366-
github.com/riverqueue/river/rivershared v0.38.0 // indirect
365+
github.com/riverqueue/river/riverdriver v0.39.0 // indirect
366+
github.com/riverqueue/river/rivershared v0.39.0 // indirect
367367
github.com/riverqueue/rivercontrib/otelriver v0.8.0 // indirect
368368
github.com/sagikazarmark/locafero v0.12.0 // indirect
369369
github.com/samber/mo v1.17.0

go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -616,16 +616,16 @@ github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94
616616
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
617617
github.com/resend/resend-go/v3 v3.7.0 h1:puE9z+Re8i+regKcvPF8flIiBrKZcxJhbkbMQcwl0OE=
618618
github.com/resend/resend-go/v3 v3.7.0/go.mod h1:iI7VA0NoGjWvsNii5iNC5Dy0llsI3HncXPejhniYzwE=
619-
github.com/riverqueue/river v0.38.0 h1:BMj+1RnlsfuTbjJEnkc/Xi4fxojVWnn5bfgoxEFYgBI=
620-
github.com/riverqueue/river v0.38.0/go.mod h1:RHOG3jOMbWx/VjVwcCUHZrHMINqjOES/Xsjaia6WUZk=
621-
github.com/riverqueue/river/riverdriver v0.38.0 h1:+AkjySeW2cufHt3bQjI0ysy7IWr3yCzn/rimfhTEvgA=
622-
github.com/riverqueue/river/riverdriver v0.38.0/go.mod h1:/WB4HGM8/5Nocyi/mILkG+sywjSMUdQWkMOxZoDXot0=
623-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.38.0 h1:74OZQ/NUJidQFwdYfyLJpz+0mIAVL1wfm4HXw/cq2yo=
624-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.38.0/go.mod h1:1YXDHlGeZINnogO0kyRwdJGi7D7MHRSB4fWbMvtXzK0=
625-
github.com/riverqueue/river/rivershared v0.38.0 h1:4CEapzm+oIl7TF04vgQGzp+mc5GvYmgWnDTTdDX8nhY=
626-
github.com/riverqueue/river/rivershared v0.38.0/go.mod h1:F+GbFAVFFphMK69zkGpc3jt2MreS50wfL9GbnIUa1bw=
627-
github.com/riverqueue/river/rivertype v0.38.0 h1:Tzu0OhRojFhuwcARVz7C2lYG8wE4zH+HdJNynL6foA0=
628-
github.com/riverqueue/river/rivertype v0.38.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
619+
github.com/riverqueue/river v0.39.0 h1:VsoPJ8KTx7SvWQGWtdLjKxw15IjnYHj3xKb0UA+7200=
620+
github.com/riverqueue/river v0.39.0/go.mod h1:YeHQKKQDakPapXgNarXUp3o3XGp8fXp5HiBmsn2FOHg=
621+
github.com/riverqueue/river/riverdriver v0.39.0 h1:Vze5DtNJkxStjIlbDDwtxqk9wB2THn1RKEk5C5CZgFg=
622+
github.com/riverqueue/river/riverdriver v0.39.0/go.mod h1:gZVyHaUIN6eDbdUu3p2mnS/wxmXYxO2li8YTs5hUA2g=
623+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.39.0 h1:pIwYuKUUakIyVlmI2g5J4U/Hf8+e+ih0hGRDH1sA+x8=
624+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.39.0/go.mod h1:veubJH/FDM9Q27zLKfSicMVe6OptARFFnHOKvLo47+w=
625+
github.com/riverqueue/river/rivershared v0.39.0 h1:Ca5fe4Atbvb8cAq09YUzAi/G5ZslthjuYLpAvtNrHTg=
626+
github.com/riverqueue/river/rivershared v0.39.0/go.mod h1:RtEsdSKHtewWUUVAC6TS+U+8bDiVweiVr483Jtm6epc=
627+
github.com/riverqueue/river/rivertype v0.39.0 h1:0jHUTRDR1kdzbgXc6lN1B93WxolZyqPvqpYE+r0+R4o=
628+
github.com/riverqueue/river/rivertype v0.39.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
629629
github.com/riverqueue/rivercontrib/otelriver v0.8.0 h1:zBFuoMhcGq0P1rrNl+kbxW6A2EI3/eRROAkY6bnNCZE=
630630
github.com/riverqueue/rivercontrib/otelriver v0.8.0/go.mod h1:qwnMagI9IsFGEaKlp5oMecLGxE4byhOk8kqis7oeomo=
631631
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=

0 commit comments

Comments
 (0)