Skip to content

Commit a5db4c6

Browse files
Bump the go-dependencies group across 6 directories with 2 updates (#1279)
1 parent fc2d195 commit a5db4c6

15 files changed

Lines changed: 99 additions & 98 deletions

File tree

cmd/river/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.0
55
toolchain go1.25.7
66

77
require (
8-
github.com/jackc/pgx/v5 v5.9.2
8+
github.com/jackc/pgx/v5 v5.10.0
99
github.com/lmittmann/tint v1.1.3
1010
github.com/riverqueue/river v0.39.0
1111
github.com/riverqueue/river/riverdriver v0.39.0
@@ -15,7 +15,7 @@ require (
1515
github.com/riverqueue/river/rivertype v0.39.0
1616
github.com/spf13/cobra v1.10.2
1717
github.com/stretchr/testify v1.11.1
18-
modernc.org/sqlite v1.51.0
18+
modernc.org/sqlite v1.52.0
1919
)
2020

2121
require (

cmd/river/go.sum

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
1818
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
1919
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo=
2020
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM=
21-
github.com/jackc/pgx/v5 v5.9.2 h1:3ZhOzMWnR4yJ+RW1XImIPsD1aNSz4T4fyP7zlQb56hw=
22-
github.com/jackc/pgx/v5 v5.9.2/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=
21+
github.com/jackc/pgx/v5 v5.10.0 h1:VhSvgU2jSli8o3AqIEOTJr7rZwAEUVo4E4XhR94Zfr0=
22+
github.com/jackc/pgx/v5 v5.10.0/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=
2323
github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo=
2424
github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
2525
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
@@ -36,18 +36,18 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
3636
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
3737
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=
3838
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
39-
github.com/riverqueue/river v0.38.0 h1:BMj+1RnlsfuTbjJEnkc/Xi4fxojVWnn5bfgoxEFYgBI=
40-
github.com/riverqueue/river v0.38.0/go.mod h1:RHOG3jOMbWx/VjVwcCUHZrHMINqjOES/Xsjaia6WUZk=
41-
github.com/riverqueue/river/riverdriver v0.38.0 h1:+AkjySeW2cufHt3bQjI0ysy7IWr3yCzn/rimfhTEvgA=
42-
github.com/riverqueue/river/riverdriver v0.38.0/go.mod h1:/WB4HGM8/5Nocyi/mILkG+sywjSMUdQWkMOxZoDXot0=
43-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.38.0 h1:74OZQ/NUJidQFwdYfyLJpz+0mIAVL1wfm4HXw/cq2yo=
44-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.38.0/go.mod h1:1YXDHlGeZINnogO0kyRwdJGi7D7MHRSB4fWbMvtXzK0=
45-
github.com/riverqueue/river/riverdriver/riversqlite v0.38.0 h1:JBdtwZ03TT6WweQRTStl0Tpzh+r/OSBV6bU7c4nzwm8=
46-
github.com/riverqueue/river/riverdriver/riversqlite v0.38.0/go.mod h1:aU7rA5P+pQB9JGlunvuHACWEufp4szV8+GzpfMW5Vrc=
47-
github.com/riverqueue/river/rivershared v0.38.0 h1:4CEapzm+oIl7TF04vgQGzp+mc5GvYmgWnDTTdDX8nhY=
48-
github.com/riverqueue/river/rivershared v0.38.0/go.mod h1:F+GbFAVFFphMK69zkGpc3jt2MreS50wfL9GbnIUa1bw=
49-
github.com/riverqueue/river/rivertype v0.38.0 h1:Tzu0OhRojFhuwcARVz7C2lYG8wE4zH+HdJNynL6foA0=
50-
github.com/riverqueue/river/rivertype v0.38.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
39+
github.com/riverqueue/river v0.39.0 h1:VsoPJ8KTx7SvWQGWtdLjKxw15IjnYHj3xKb0UA+7200=
40+
github.com/riverqueue/river v0.39.0/go.mod h1:YeHQKKQDakPapXgNarXUp3o3XGp8fXp5HiBmsn2FOHg=
41+
github.com/riverqueue/river/riverdriver v0.39.0 h1:Vze5DtNJkxStjIlbDDwtxqk9wB2THn1RKEk5C5CZgFg=
42+
github.com/riverqueue/river/riverdriver v0.39.0/go.mod h1:gZVyHaUIN6eDbdUu3p2mnS/wxmXYxO2li8YTs5hUA2g=
43+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.39.0 h1:pIwYuKUUakIyVlmI2g5J4U/Hf8+e+ih0hGRDH1sA+x8=
44+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.39.0/go.mod h1:veubJH/FDM9Q27zLKfSicMVe6OptARFFnHOKvLo47+w=
45+
github.com/riverqueue/river/riverdriver/riversqlite v0.39.0 h1:4utWJEDO6ModE4vaVRe69Zz0ZziAQAuQ0RRYiJ9NSEg=
46+
github.com/riverqueue/river/riverdriver/riversqlite v0.39.0/go.mod h1:NWUXyOGDdz312vS5lU5uvBC7RgLwfGA10RWqvBDBQjk=
47+
github.com/riverqueue/river/rivershared v0.39.0 h1:Ca5fe4Atbvb8cAq09YUzAi/G5ZslthjuYLpAvtNrHTg=
48+
github.com/riverqueue/river/rivershared v0.39.0/go.mod h1:RtEsdSKHtewWUUVAC6TS+U+8bDiVweiVr483Jtm6epc=
49+
github.com/riverqueue/river/rivertype v0.39.0 h1:0jHUTRDR1kdzbgXc6lN1B93WxolZyqPvqpYE+r0+R4o=
50+
github.com/riverqueue/river/rivertype v0.39.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
5151
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
5252
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
5353
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
@@ -115,8 +115,8 @@ modernc.org/opt v0.2.0 h1:tGyef5ApycA7FSEOMraay9SaTk5zmbx7Tu+cJs4QKZg=
115115
modernc.org/opt v0.2.0/go.mod h1:03fq9lsNfvkYSfxrfUhZCWPk1lm4cq4N+Bh//bEtgns=
116116
modernc.org/sortutil v1.2.1 h1:+xyoGf15mM3NMlPDnFqrteY07klSFxLElE2PVuWIJ7w=
117117
modernc.org/sortutil v1.2.1/go.mod h1:7ZI3a3REbai7gzCLcotuw9AC4VZVpYMjDzETGsSMqJE=
118-
modernc.org/sqlite v1.51.0 h1:aH/MMSoayAIhozZ7uJbVTT9QO/VhzBf0J9tymmmuC/U=
119-
modernc.org/sqlite v1.51.0/go.mod h1:tcNzv5p84E0skkmJn038y+hWJbLQXQqEnQfeh5r2JLM=
118+
modernc.org/sqlite v1.52.0 h1:p4dhYh2tXZCiyaqHwRVJDjIGKWyXayiQpThxgDzJaxo=
119+
modernc.org/sqlite v1.52.0/go.mod h1:tcNzv5p84E0skkmJn038y+hWJbLQXQqEnQfeh5r2JLM=
120120
modernc.org/strutil v1.2.1 h1:UneZBkQA+DX2Rp35KcM69cSsNES9ly8mQWD71HKlOA0=
121121
modernc.org/strutil v1.2.1/go.mod h1:EHkiggD70koQxjVdSBM3JKM7k6L0FbGE5eymy9i3B9A=
122122
modernc.org/token v1.1.0 h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.25.7
66

77
require (
88
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
9-
github.com/jackc/pgx/v5 v5.9.2
9+
github.com/jackc/pgx/v5 v5.10.0
1010
github.com/jackc/puddle/v2 v2.2.2
1111
github.com/riverqueue/river/riverdriver v0.39.0
1212
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.39.0

go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
77
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
88
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo=
99
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM=
10-
github.com/jackc/pgx/v5 v5.9.2 h1:3ZhOzMWnR4yJ+RW1XImIPsD1aNSz4T4fyP7zlQb56hw=
11-
github.com/jackc/pgx/v5 v5.9.2/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=
10+
github.com/jackc/pgx/v5 v5.10.0 h1:VhSvgU2jSli8o3AqIEOTJr7rZwAEUVo4E4XhR94Zfr0=
11+
github.com/jackc/pgx/v5 v5.10.0/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=
1212
github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo=
1313
github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
1414
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
@@ -17,14 +17,14 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
1717
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
1818
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
1919
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
20-
github.com/riverqueue/river/riverdriver v0.38.0 h1:+AkjySeW2cufHt3bQjI0ysy7IWr3yCzn/rimfhTEvgA=
21-
github.com/riverqueue/river/riverdriver v0.38.0/go.mod h1:/WB4HGM8/5Nocyi/mILkG+sywjSMUdQWkMOxZoDXot0=
22-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.38.0 h1:74OZQ/NUJidQFwdYfyLJpz+0mIAVL1wfm4HXw/cq2yo=
23-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.38.0/go.mod h1:1YXDHlGeZINnogO0kyRwdJGi7D7MHRSB4fWbMvtXzK0=
24-
github.com/riverqueue/river/rivershared v0.38.0 h1:4CEapzm+oIl7TF04vgQGzp+mc5GvYmgWnDTTdDX8nhY=
25-
github.com/riverqueue/river/rivershared v0.38.0/go.mod h1:F+GbFAVFFphMK69zkGpc3jt2MreS50wfL9GbnIUa1bw=
26-
github.com/riverqueue/river/rivertype v0.38.0 h1:Tzu0OhRojFhuwcARVz7C2lYG8wE4zH+HdJNynL6foA0=
27-
github.com/riverqueue/river/rivertype v0.38.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
20+
github.com/riverqueue/river/riverdriver v0.39.0 h1:Vze5DtNJkxStjIlbDDwtxqk9wB2THn1RKEk5C5CZgFg=
21+
github.com/riverqueue/river/riverdriver v0.39.0/go.mod h1:gZVyHaUIN6eDbdUu3p2mnS/wxmXYxO2li8YTs5hUA2g=
22+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.39.0 h1:pIwYuKUUakIyVlmI2g5J4U/Hf8+e+ih0hGRDH1sA+x8=
23+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.39.0/go.mod h1:veubJH/FDM9Q27zLKfSicMVe6OptARFFnHOKvLo47+w=
24+
github.com/riverqueue/river/rivershared v0.39.0 h1:Ca5fe4Atbvb8cAq09YUzAi/G5ZslthjuYLpAvtNrHTg=
25+
github.com/riverqueue/river/rivershared v0.39.0/go.mod h1:RtEsdSKHtewWUUVAC6TS+U+8bDiVweiVr483Jtm6epc=
26+
github.com/riverqueue/river/rivertype v0.39.0 h1:0jHUTRDR1kdzbgXc6lN1B93WxolZyqPvqpYE+r0+R4o=
27+
github.com/riverqueue/river/rivertype v0.39.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
2828
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
2929
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
3030
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=

riverdriver/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
77
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
88
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
99
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
10-
github.com/riverqueue/river/rivertype v0.38.0 h1:Tzu0OhRojFhuwcARVz7C2lYG8wE4zH+HdJNynL6foA0=
11-
github.com/riverqueue/river/rivertype v0.38.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
10+
github.com/riverqueue/river/rivertype v0.39.0 h1:0jHUTRDR1kdzbgXc6lN1B93WxolZyqPvqpYE+r0+R4o=
11+
github.com/riverqueue/river/rivertype v0.39.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
1212
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
1313
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
1414
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=

riverdriver/riverdatabasesql/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.0
55
toolchain go1.25.7
66

77
require (
8-
github.com/jackc/pgx/v5 v5.9.2
8+
github.com/jackc/pgx/v5 v5.10.0
99
github.com/lib/pq v1.12.3
1010
github.com/riverqueue/river v0.39.0
1111
github.com/riverqueue/river/riverdriver v0.39.0

riverdriver/riverdatabasesql/go.sum

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
77
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
88
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo=
99
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM=
10-
github.com/jackc/pgx/v5 v5.9.2 h1:3ZhOzMWnR4yJ+RW1XImIPsD1aNSz4T4fyP7zlQb56hw=
11-
github.com/jackc/pgx/v5 v5.9.2/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=
10+
github.com/jackc/pgx/v5 v5.10.0 h1:VhSvgU2jSli8o3AqIEOTJr7rZwAEUVo4E4XhR94Zfr0=
11+
github.com/jackc/pgx/v5 v5.10.0/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=
1212
github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo=
1313
github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
1414
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
@@ -19,16 +19,16 @@ github.com/lib/pq v1.12.3 h1:tTWxr2YLKwIvK90ZXEw8GP7UFHtcbTtty8zsI+YjrfQ=
1919
github.com/lib/pq v1.12.3/go.mod h1:/p+8NSbOcwzAEI7wiMXFlgydTwcgTr3OSKMsD2BitpA=
2020
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
2121
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
22-
github.com/riverqueue/river v0.38.0 h1:BMj+1RnlsfuTbjJEnkc/Xi4fxojVWnn5bfgoxEFYgBI=
23-
github.com/riverqueue/river v0.38.0/go.mod h1:RHOG3jOMbWx/VjVwcCUHZrHMINqjOES/Xsjaia6WUZk=
24-
github.com/riverqueue/river/riverdriver v0.38.0 h1:+AkjySeW2cufHt3bQjI0ysy7IWr3yCzn/rimfhTEvgA=
25-
github.com/riverqueue/river/riverdriver v0.38.0/go.mod h1:/WB4HGM8/5Nocyi/mILkG+sywjSMUdQWkMOxZoDXot0=
26-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.38.0 h1:74OZQ/NUJidQFwdYfyLJpz+0mIAVL1wfm4HXw/cq2yo=
27-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.38.0/go.mod h1:1YXDHlGeZINnogO0kyRwdJGi7D7MHRSB4fWbMvtXzK0=
28-
github.com/riverqueue/river/rivershared v0.38.0 h1:4CEapzm+oIl7TF04vgQGzp+mc5GvYmgWnDTTdDX8nhY=
29-
github.com/riverqueue/river/rivershared v0.38.0/go.mod h1:F+GbFAVFFphMK69zkGpc3jt2MreS50wfL9GbnIUa1bw=
30-
github.com/riverqueue/river/rivertype v0.38.0 h1:Tzu0OhRojFhuwcARVz7C2lYG8wE4zH+HdJNynL6foA0=
31-
github.com/riverqueue/river/rivertype v0.38.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
22+
github.com/riverqueue/river v0.39.0 h1:VsoPJ8KTx7SvWQGWtdLjKxw15IjnYHj3xKb0UA+7200=
23+
github.com/riverqueue/river v0.39.0/go.mod h1:YeHQKKQDakPapXgNarXUp3o3XGp8fXp5HiBmsn2FOHg=
24+
github.com/riverqueue/river/riverdriver v0.39.0 h1:Vze5DtNJkxStjIlbDDwtxqk9wB2THn1RKEk5C5CZgFg=
25+
github.com/riverqueue/river/riverdriver v0.39.0/go.mod h1:gZVyHaUIN6eDbdUu3p2mnS/wxmXYxO2li8YTs5hUA2g=
26+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.39.0 h1:pIwYuKUUakIyVlmI2g5J4U/Hf8+e+ih0hGRDH1sA+x8=
27+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.39.0/go.mod h1:veubJH/FDM9Q27zLKfSicMVe6OptARFFnHOKvLo47+w=
28+
github.com/riverqueue/river/rivershared v0.39.0 h1:Ca5fe4Atbvb8cAq09YUzAi/G5ZslthjuYLpAvtNrHTg=
29+
github.com/riverqueue/river/rivershared v0.39.0/go.mod h1:RtEsdSKHtewWUUVAC6TS+U+8bDiVweiVr483Jtm6epc=
30+
github.com/riverqueue/river/rivertype v0.39.0 h1:0jHUTRDR1kdzbgXc6lN1B93WxolZyqPvqpYE+r0+R4o=
31+
github.com/riverqueue/river/rivertype v0.39.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
3232
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
3333
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
3434
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=

riverdriver/riverdrivertest/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/davecgh/go-spew v1.1.1
99
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
10-
github.com/jackc/pgx/v5 v5.9.2
10+
github.com/jackc/pgx/v5 v5.10.0
1111
github.com/lib/pq v1.12.3
1212
github.com/riverqueue/river v0.39.0
1313
github.com/riverqueue/river/riverdriver v0.39.0
@@ -21,7 +21,7 @@ require (
2121
github.com/tidwall/sjson v1.2.5
2222
github.com/tursodatabase/libsql-client-go v0.0.0-20240902231107-85af5b9d094d
2323
golang.org/x/text v0.37.0
24-
modernc.org/sqlite v1.51.0
24+
modernc.org/sqlite v1.52.0
2525
)
2626

2727
require (

riverdriver/riverdrivertest/go.sum

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
1919
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
2020
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo=
2121
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM=
22-
github.com/jackc/pgx/v5 v5.9.2 h1:3ZhOzMWnR4yJ+RW1XImIPsD1aNSz4T4fyP7zlQb56hw=
23-
github.com/jackc/pgx/v5 v5.9.2/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=
22+
github.com/jackc/pgx/v5 v5.10.0 h1:VhSvgU2jSli8o3AqIEOTJr7rZwAEUVo4E4XhR94Zfr0=
23+
github.com/jackc/pgx/v5 v5.10.0/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=
2424
github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo=
2525
github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
2626
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
@@ -37,20 +37,20 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
3737
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
3838
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=
3939
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
40-
github.com/riverqueue/river v0.38.0 h1:BMj+1RnlsfuTbjJEnkc/Xi4fxojVWnn5bfgoxEFYgBI=
41-
github.com/riverqueue/river v0.38.0/go.mod h1:RHOG3jOMbWx/VjVwcCUHZrHMINqjOES/Xsjaia6WUZk=
42-
github.com/riverqueue/river/riverdriver v0.38.0 h1:+AkjySeW2cufHt3bQjI0ysy7IWr3yCzn/rimfhTEvgA=
43-
github.com/riverqueue/river/riverdriver v0.38.0/go.mod h1:/WB4HGM8/5Nocyi/mILkG+sywjSMUdQWkMOxZoDXot0=
44-
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.38.0 h1:szup0Lbd597K6KoTPkpfRfuu5G3F5QPj/UQrvvS6XQs=
45-
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.38.0/go.mod h1:mh8smEYS2HN4gCb0XvVLkmKtwdsR1TI4cdt8wJCQJI0=
46-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.38.0 h1:74OZQ/NUJidQFwdYfyLJpz+0mIAVL1wfm4HXw/cq2yo=
47-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.38.0/go.mod h1:1YXDHlGeZINnogO0kyRwdJGi7D7MHRSB4fWbMvtXzK0=
48-
github.com/riverqueue/river/riverdriver/riversqlite v0.38.0 h1:JBdtwZ03TT6WweQRTStl0Tpzh+r/OSBV6bU7c4nzwm8=
49-
github.com/riverqueue/river/riverdriver/riversqlite v0.38.0/go.mod h1:aU7rA5P+pQB9JGlunvuHACWEufp4szV8+GzpfMW5Vrc=
50-
github.com/riverqueue/river/rivershared v0.38.0 h1:4CEapzm+oIl7TF04vgQGzp+mc5GvYmgWnDTTdDX8nhY=
51-
github.com/riverqueue/river/rivershared v0.38.0/go.mod h1:F+GbFAVFFphMK69zkGpc3jt2MreS50wfL9GbnIUa1bw=
52-
github.com/riverqueue/river/rivertype v0.38.0 h1:Tzu0OhRojFhuwcARVz7C2lYG8wE4zH+HdJNynL6foA0=
53-
github.com/riverqueue/river/rivertype v0.38.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
40+
github.com/riverqueue/river v0.39.0 h1:VsoPJ8KTx7SvWQGWtdLjKxw15IjnYHj3xKb0UA+7200=
41+
github.com/riverqueue/river v0.39.0/go.mod h1:YeHQKKQDakPapXgNarXUp3o3XGp8fXp5HiBmsn2FOHg=
42+
github.com/riverqueue/river/riverdriver v0.39.0 h1:Vze5DtNJkxStjIlbDDwtxqk9wB2THn1RKEk5C5CZgFg=
43+
github.com/riverqueue/river/riverdriver v0.39.0/go.mod h1:gZVyHaUIN6eDbdUu3p2mnS/wxmXYxO2li8YTs5hUA2g=
44+
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.39.0 h1:Hzh8eJPb8OZpVuDTCPWxmykl6+TIRtmm+csq47zXjBU=
45+
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.39.0/go.mod h1:4ZmE4cxz56q53o+6N3YmlkjQP2B3l8H6Pdry804m0zM=
46+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.39.0 h1:pIwYuKUUakIyVlmI2g5J4U/Hf8+e+ih0hGRDH1sA+x8=
47+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.39.0/go.mod h1:veubJH/FDM9Q27zLKfSicMVe6OptARFFnHOKvLo47+w=
48+
github.com/riverqueue/river/riverdriver/riversqlite v0.39.0 h1:4utWJEDO6ModE4vaVRe69Zz0ZziAQAuQ0RRYiJ9NSEg=
49+
github.com/riverqueue/river/riverdriver/riversqlite v0.39.0/go.mod h1:NWUXyOGDdz312vS5lU5uvBC7RgLwfGA10RWqvBDBQjk=
50+
github.com/riverqueue/river/rivershared v0.39.0 h1:Ca5fe4Atbvb8cAq09YUzAi/G5ZslthjuYLpAvtNrHTg=
51+
github.com/riverqueue/river/rivershared v0.39.0/go.mod h1:RtEsdSKHtewWUUVAC6TS+U+8bDiVweiVr483Jtm6epc=
52+
github.com/riverqueue/river/rivertype v0.39.0 h1:0jHUTRDR1kdzbgXc6lN1B93WxolZyqPvqpYE+r0+R4o=
53+
github.com/riverqueue/river/rivertype v0.39.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
5454
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
5555
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
5656
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
@@ -116,8 +116,8 @@ modernc.org/opt v0.2.0 h1:tGyef5ApycA7FSEOMraay9SaTk5zmbx7Tu+cJs4QKZg=
116116
modernc.org/opt v0.2.0/go.mod h1:03fq9lsNfvkYSfxrfUhZCWPk1lm4cq4N+Bh//bEtgns=
117117
modernc.org/sortutil v1.2.1 h1:+xyoGf15mM3NMlPDnFqrteY07klSFxLElE2PVuWIJ7w=
118118
modernc.org/sortutil v1.2.1/go.mod h1:7ZI3a3REbai7gzCLcotuw9AC4VZVpYMjDzETGsSMqJE=
119-
modernc.org/sqlite v1.51.0 h1:aH/MMSoayAIhozZ7uJbVTT9QO/VhzBf0J9tymmmuC/U=
120-
modernc.org/sqlite v1.51.0/go.mod h1:tcNzv5p84E0skkmJn038y+hWJbLQXQqEnQfeh5r2JLM=
119+
modernc.org/sqlite v1.52.0 h1:p4dhYh2tXZCiyaqHwRVJDjIGKWyXayiQpThxgDzJaxo=
120+
modernc.org/sqlite v1.52.0/go.mod h1:tcNzv5p84E0skkmJn038y+hWJbLQXQqEnQfeh5r2JLM=
121121
modernc.org/strutil v1.2.1 h1:UneZBkQA+DX2Rp35KcM69cSsNES9ly8mQWD71HKlOA0=
122122
modernc.org/strutil v1.2.1/go.mod h1:EHkiggD70koQxjVdSBM3JKM7k6L0FbGE5eymy9i3B9A=
123123
modernc.org/token v1.1.0 h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y=

riverdriver/riverpgxv5/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.0
55
toolchain go1.25.7
66

77
require (
8-
github.com/jackc/pgx/v5 v5.9.2
8+
github.com/jackc/pgx/v5 v5.10.0
99
github.com/jackc/puddle/v2 v2.2.2
1010
github.com/riverqueue/river/riverdriver v0.39.0
1111
github.com/riverqueue/river/rivershared v0.39.0

0 commit comments

Comments
 (0)