Skip to content

Commit dfc8826

Browse files
Bump the go-dependencies group across 2 directories with 1 update (#1132)
Bumps the go-dependencies group with 1 update in the /cmd/river directory: [modernc.org/sqlite](https://gitlab.com/cznic/sqlite). Bumps the go-dependencies group with 1 update in the /riverdriver/riverdrivertest directory: [modernc.org/sqlite](https://gitlab.com/cznic/sqlite). Updates `modernc.org/sqlite` from 1.44.2 to 1.44.3 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.44.2...v1.44.3) Updates `modernc.org/sqlite` from 1.44.2 to 1.44.3 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.44.2...v1.44.3) --- updated-dependencies: - dependency-name: modernc.org/sqlite dependency-version: 1.44.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: modernc.org/sqlite dependency-version: 1.44.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a9ee53 commit dfc8826

4 files changed

Lines changed: 32 additions & 32 deletions

File tree

cmd/river/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/riverqueue/river/rivertype v0.30.1
1616
github.com/spf13/cobra v1.10.2
1717
github.com/stretchr/testify v1.11.1
18-
modernc.org/sqlite v1.44.2
18+
modernc.org/sqlite v1.44.3
1919
)
2020

2121
require (

cmd/river/go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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.30.0 h1:+70zIYLi15sVmg/uBIEUvp9p161YJeC8hYkEkTYmvxQ=
40-
github.com/riverqueue/river v0.30.0/go.mod h1:ZFFdNiyWh6KhKHfAfogHVqdwihWVdJo3Qg2zclMWFpQ=
41-
github.com/riverqueue/river/riverdriver v0.30.0 h1:g453fIrkNNJe5ZaiKVtF3WoMVc9PWjhVtUZQL9kHI/Y=
42-
github.com/riverqueue/river/riverdriver v0.30.0/go.mod h1:nAFw8ej7WqT/YkRnlFS3htbgft4KVphYiHkG4M0vXnU=
43-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.0 h1:Dpr2xvQ/RaYf16PPstrqpHRXe7dlB2rOYca1sC238hU=
44-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.0/go.mod h1:0fpcJrPU3nUKhiyB5TeCBcQ+KR1Q7wRJcKN22n5Vvw4=
45-
github.com/riverqueue/river/riverdriver/riversqlite v0.30.0 h1:qEZYchgKKzaPzznI/GPREhQGMRWmwLg2bXHVhdb9sIE=
46-
github.com/riverqueue/river/riverdriver/riversqlite v0.30.0/go.mod h1:VxhCT8fXbMGBDsnYtqlOcj4KIIqBhy+0/Xcne/ezBm4=
47-
github.com/riverqueue/river/rivershared v0.30.0 h1:2fra53meHYezzxwGpmFW7xvrfBiIGDY0cOGXj3WTgv0=
48-
github.com/riverqueue/river/rivershared v0.30.0/go.mod h1:BFSDRaaFKwbslETfY+kgaiJjEooUXQzh+BfYyDGvTbw=
49-
github.com/riverqueue/river/rivertype v0.30.0 h1:Y+haAq7iMUZA1UA39w9ngxrwuZ5onBuYzbW+znpby08=
50-
github.com/riverqueue/river/rivertype v0.30.0/go.mod h1:rWpgI59doOWS6zlVocROcwc00fZ1RbzRwsRTU8CDguw=
39+
github.com/riverqueue/river v0.30.1 h1:lpwmDT3zD+iDtF4tD50e/Y23UHpIeBUffVTDr2khN+s=
40+
github.com/riverqueue/river v0.30.1/go.mod h1:x9tVfiCrbOctSAmaYP00iE5YlO8zh3Y9leFk6wP6aCk=
41+
github.com/riverqueue/river/riverdriver v0.30.1 h1:p04cz/Ald1Js/STZ9qYrY5/TBJgjQeVPFltxidFYBBo=
42+
github.com/riverqueue/river/riverdriver v0.30.1/go.mod h1:WBB9w6LftQtoZgRhNstqhP7MyBKt09XJkzluSNwMMoY=
43+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.1 h1:nEStDftvm2jvGlJLliJR+n24PCJsoc4CgGzuop2Yzig=
44+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.1/go.mod h1:4oSf8jYWZaEwmJ3R5LmOMiGlV9uuvCWOJ3uyBfTwWCc=
45+
github.com/riverqueue/river/riverdriver/riversqlite v0.30.1 h1:RLDgvcB/xj6Mms/lbXZ0k9w8V1uLmEHxRIX30PJjilw=
46+
github.com/riverqueue/river/riverdriver/riversqlite v0.30.1/go.mod h1:4xDzbQwTlKlkeCON9wsuZoyA1RaRluwW0l7Hg0hW/i0=
47+
github.com/riverqueue/river/rivershared v0.30.1 h1:ytYlTtMppDV2rJRJ2j55mNf9uQDMPFudOmT4le6/9Ig=
48+
github.com/riverqueue/river/rivershared v0.30.1/go.mod h1:PfmUHWkF6/fJ1CpjC4cG8eKciBXgMuIHgcRcIuHMc34=
49+
github.com/riverqueue/river/rivertype v0.30.1 h1:jR7M5UlkA7KRxEbII+LOkD9oQMMz60AEdHh2We1APHY=
50+
github.com/riverqueue/river/rivertype v0.30.1/go.mod h1:rWpgI59doOWS6zlVocROcwc00fZ1RbzRwsRTU8CDguw=
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=
@@ -117,8 +117,8 @@ modernc.org/opt v0.1.4 h1:2kNGMRiUjrp4LcaPuLY2PzUfqM/w9N23quVwhKt5Qm8=
117117
modernc.org/opt v0.1.4/go.mod h1:03fq9lsNfvkYSfxrfUhZCWPk1lm4cq4N+Bh//bEtgns=
118118
modernc.org/sortutil v1.2.1 h1:+xyoGf15mM3NMlPDnFqrteY07klSFxLElE2PVuWIJ7w=
119119
modernc.org/sortutil v1.2.1/go.mod h1:7ZI3a3REbai7gzCLcotuw9AC4VZVpYMjDzETGsSMqJE=
120-
modernc.org/sqlite v1.44.2 h1:EdYqXeBpKFJjg8QYnw6E71MpANkoxyuYi+g68ugOL8g=
121-
modernc.org/sqlite v1.44.2/go.mod h1:CzbrU2lSB1DKUusvwGz7rqEKIq+NUd8GWuBBZDs9/nA=
120+
modernc.org/sqlite v1.44.3 h1:+39JvV/HWMcYslAwRxHb8067w+2zowvFOUrOWIy9PjY=
121+
modernc.org/sqlite v1.44.3/go.mod h1:CzbrU2lSB1DKUusvwGz7rqEKIq+NUd8GWuBBZDs9/nA=
122122
modernc.org/strutil v1.2.1 h1:UneZBkQA+DX2Rp35KcM69cSsNES9ly8mQWD71HKlOA0=
123123
modernc.org/strutil v1.2.1/go.mod h1:EHkiggD70koQxjVdSBM3JKM7k6L0FbGE5eymy9i3B9A=
124124
modernc.org/token v1.1.0 h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y=

riverdriver/riverdrivertest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.33.0
24-
modernc.org/sqlite v1.44.2
24+
modernc.org/sqlite v1.44.3
2525
)
2626

2727
require (

riverdriver/riverdrivertest/go.sum

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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.30.0 h1:+70zIYLi15sVmg/uBIEUvp9p161YJeC8hYkEkTYmvxQ=
41-
github.com/riverqueue/river v0.30.0/go.mod h1:ZFFdNiyWh6KhKHfAfogHVqdwihWVdJo3Qg2zclMWFpQ=
42-
github.com/riverqueue/river/riverdriver v0.30.0 h1:g453fIrkNNJe5ZaiKVtF3WoMVc9PWjhVtUZQL9kHI/Y=
43-
github.com/riverqueue/river/riverdriver v0.30.0/go.mod h1:nAFw8ej7WqT/YkRnlFS3htbgft4KVphYiHkG4M0vXnU=
44-
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.30.0 h1:nJ1Xt/4N2wWFsz5j3MEr1WQw4kJK27gVF55fgv4bNj8=
45-
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.30.0/go.mod h1:kjDBW+olmUqAZ6vqLOxYmMvXSqPTWWRz9c8VYPMfBPY=
46-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.0 h1:Dpr2xvQ/RaYf16PPstrqpHRXe7dlB2rOYca1sC238hU=
47-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.0/go.mod h1:0fpcJrPU3nUKhiyB5TeCBcQ+KR1Q7wRJcKN22n5Vvw4=
48-
github.com/riverqueue/river/riverdriver/riversqlite v0.30.0 h1:qEZYchgKKzaPzznI/GPREhQGMRWmwLg2bXHVhdb9sIE=
49-
github.com/riverqueue/river/riverdriver/riversqlite v0.30.0/go.mod h1:VxhCT8fXbMGBDsnYtqlOcj4KIIqBhy+0/Xcne/ezBm4=
50-
github.com/riverqueue/river/rivershared v0.30.0 h1:2fra53meHYezzxwGpmFW7xvrfBiIGDY0cOGXj3WTgv0=
51-
github.com/riverqueue/river/rivershared v0.30.0/go.mod h1:BFSDRaaFKwbslETfY+kgaiJjEooUXQzh+BfYyDGvTbw=
52-
github.com/riverqueue/river/rivertype v0.30.0 h1:Y+haAq7iMUZA1UA39w9ngxrwuZ5onBuYzbW+znpby08=
53-
github.com/riverqueue/river/rivertype v0.30.0/go.mod h1:rWpgI59doOWS6zlVocROcwc00fZ1RbzRwsRTU8CDguw=
40+
github.com/riverqueue/river v0.30.1 h1:lpwmDT3zD+iDtF4tD50e/Y23UHpIeBUffVTDr2khN+s=
41+
github.com/riverqueue/river v0.30.1/go.mod h1:x9tVfiCrbOctSAmaYP00iE5YlO8zh3Y9leFk6wP6aCk=
42+
github.com/riverqueue/river/riverdriver v0.30.1 h1:p04cz/Ald1Js/STZ9qYrY5/TBJgjQeVPFltxidFYBBo=
43+
github.com/riverqueue/river/riverdriver v0.30.1/go.mod h1:WBB9w6LftQtoZgRhNstqhP7MyBKt09XJkzluSNwMMoY=
44+
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.30.1 h1:zW23u3TyZ2yx/8biu0wtXwMB0A4WvEf6vOx+1Yf0jvs=
45+
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.30.1/go.mod h1:N6m9DUtCwJwQ5BltdqLGJcwMqonj1+xFLk4OmPIpfwk=
46+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.1 h1:nEStDftvm2jvGlJLliJR+n24PCJsoc4CgGzuop2Yzig=
47+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.1/go.mod h1:4oSf8jYWZaEwmJ3R5LmOMiGlV9uuvCWOJ3uyBfTwWCc=
48+
github.com/riverqueue/river/riverdriver/riversqlite v0.30.1 h1:RLDgvcB/xj6Mms/lbXZ0k9w8V1uLmEHxRIX30PJjilw=
49+
github.com/riverqueue/river/riverdriver/riversqlite v0.30.1/go.mod h1:4xDzbQwTlKlkeCON9wsuZoyA1RaRluwW0l7Hg0hW/i0=
50+
github.com/riverqueue/river/rivershared v0.30.1 h1:ytYlTtMppDV2rJRJ2j55mNf9uQDMPFudOmT4le6/9Ig=
51+
github.com/riverqueue/river/rivershared v0.30.1/go.mod h1:PfmUHWkF6/fJ1CpjC4cG8eKciBXgMuIHgcRcIuHMc34=
52+
github.com/riverqueue/river/rivertype v0.30.1 h1:jR7M5UlkA7KRxEbII+LOkD9oQMMz60AEdHh2We1APHY=
53+
github.com/riverqueue/river/rivertype v0.30.1/go.mod h1:rWpgI59doOWS6zlVocROcwc00fZ1RbzRwsRTU8CDguw=
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.1.4 h1:2kNGMRiUjrp4LcaPuLY2PzUfqM/w9N23quVwhKt5Qm8=
116116
modernc.org/opt v0.1.4/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.44.2 h1:EdYqXeBpKFJjg8QYnw6E71MpANkoxyuYi+g68ugOL8g=
120-
modernc.org/sqlite v1.44.2/go.mod h1:CzbrU2lSB1DKUusvwGz7rqEKIq+NUd8GWuBBZDs9/nA=
119+
modernc.org/sqlite v1.44.3 h1:+39JvV/HWMcYslAwRxHb8067w+2zowvFOUrOWIy9PjY=
120+
modernc.org/sqlite v1.44.3/go.mod h1:CzbrU2lSB1DKUusvwGz7rqEKIq+NUd8GWuBBZDs9/nA=
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=

0 commit comments

Comments
 (0)