Skip to content

Commit d300924

Browse files
fix(deps): update river monorepo to v0.20.0
1 parent e566e25 commit d300924

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ require (
1212
github.com/knadh/koanf/providers/posflag v0.1.0
1313
github.com/knadh/koanf/v2 v2.1.2
1414
github.com/mcuadros/go-defaults v1.2.0
15-
github.com/riverqueue/river v0.19.0
16-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.19.0
17-
github.com/riverqueue/river/rivertype v0.19.0
15+
github.com/riverqueue/river v0.20.0
16+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.20.0
17+
github.com/riverqueue/river/rivertype v0.20.0
1818
github.com/rs/zerolog v1.34.0
1919
github.com/spf13/cobra v1.9.1
2020
github.com/stretchr/testify v1.10.0
@@ -53,8 +53,8 @@ require (
5353
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5454
github.com/redis/go-redis/v9 v9.7.1 // indirect
5555
github.com/resend/resend-go/v2 v2.17.0 // indirect
56-
github.com/riverqueue/river/riverdriver v0.19.0 // indirect
57-
github.com/riverqueue/river/rivershared v0.19.0 // indirect
56+
github.com/riverqueue/river/riverdriver v0.20.0 // indirect
57+
github.com/riverqueue/river/rivershared v0.20.0 // indirect
5858
github.com/sosodev/duration v1.3.1 // indirect
5959
github.com/spf13/pflag v1.0.6 // indirect
6060
github.com/stoewer/go-strcase v1.3.0 // indirect

go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ github.com/invopop/jsonschema v0.13.0 h1:KvpoAJWEjR3uD9Kbm2HWJmqsEaHt8lBUpd0qHcI
4949
github.com/invopop/jsonschema v0.13.0/go.mod h1:ffZ5Km5SWWRAIN6wbDXItl95euhFz2uON45H2qjYt+0=
5050
github.com/invopop/yaml v0.3.1 h1:f0+ZpmhfBSS4MhG+4HYseMdJhoeeopbSKbq5Rpeelso=
5151
github.com/invopop/yaml v0.3.1/go.mod h1:PMOp3nn4/12yEZUFfmOuNHJsZToEEOwoWsT+D81KkeA=
52-
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa h1:s+4MhCQ6YrzisK6hFJUX53drDT4UsSW3DEhKn0ifuHw=
53-
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa/go.mod h1:a/s9Lp5W7n/DD0VrVoyJ00FbP2ytTPDVOivvn2bMlds=
52+
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438 h1:Dj0L5fhJ9F82ZJyVOmBx6msDp/kfd1t9GRfny/mfJA0=
53+
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438/go.mod h1:a/s9Lp5W7n/DD0VrVoyJ00FbP2ytTPDVOivvn2bMlds=
5454
github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=
5555
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
5656
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo=
@@ -109,18 +109,18 @@ github.com/redis/go-redis/v9 v9.7.1 h1:4LhKRCIduqXqtvCUlaq9c8bdHOkICjDMrr1+Zb3os
109109
github.com/redis/go-redis/v9 v9.7.1/go.mod h1:f6zhXITC7JUJIlPEiBOTXxJgPLdZcA93GewI7inzyWw=
110110
github.com/resend/resend-go/v2 v2.17.0 h1:vychSeuonMeNpHpi09VvjUkRwLEzolB1TtV0fBXGHB4=
111111
github.com/resend/resend-go/v2 v2.17.0/go.mod h1:3YCb8c8+pLiqhtRFXTyFwlLvfjQtluxOr9HEh2BwCkQ=
112-
github.com/riverqueue/river v0.19.0 h1:WRh/NXhp+WEEY0HpCYgr4wSRllugYBt30HtyQ3jlz08=
113-
github.com/riverqueue/river v0.19.0/go.mod h1:YJ7LA2uBdqFHQJzKyYc+X6S04KJeiwsS1yU5a1rynlk=
114-
github.com/riverqueue/river/riverdriver v0.19.0 h1:NyHz5DfB13paT2lvaO0CKmwy4SFLbA7n6MFRGRtwii4=
115-
github.com/riverqueue/river/riverdriver v0.19.0/go.mod h1:Soxi08hHkEvopExAp6ADG2437r4coSiB4QpuIL5E28k=
116-
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.19.0 h1:ytdPnueiv7ANxJcntBtYenrYZZLY5P0mXoDV0l4WsLk=
117-
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.19.0/go.mod h1:5Fahb3n+m1V0RAb0JlOIpzimoTlkOgudMfxSSCTcmFk=
118-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.19.0 h1:QWg7VTDDXbtTF6srr7Y1C888PiNzqv379yQuNSnH2hg=
119-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.19.0/go.mod h1:uvF1YS+iSQavCIHtaB/Y6O8A6Dnn38ctVQCpCpmHDZE=
120-
github.com/riverqueue/river/rivershared v0.19.0 h1:TZvFM6CC+QgwQQUMQ5Ueuhx25ptgqcKqZQGsdLJnFeE=
121-
github.com/riverqueue/river/rivershared v0.19.0/go.mod h1:JAvmohuC5lounVk8e3zXZIs07Da3klzEeJo1qDQIbjw=
122-
github.com/riverqueue/river/rivertype v0.19.0 h1:5rwgdh21pVcU9WjrHIIO9qC2dOMdRrrZ/HZZOE0JRyY=
123-
github.com/riverqueue/river/rivertype v0.19.0/go.mod h1:DETcejveWlq6bAb8tHkbgJqmXWVLiFhTiEm8j7co1bE=
112+
github.com/riverqueue/river v0.20.0 h1:lnY2zrs0D2J5zRuwr6tSeLXFA05sWR6pFF9iU7qorh0=
113+
github.com/riverqueue/river v0.20.0/go.mod h1:rzyUuyI+mPbcEIsE4ZLnKYkEHFxNdPWp0CoK3lk06UA=
114+
github.com/riverqueue/river/riverdriver v0.20.0 h1:Kb6NlMfEZ3P7R+7bRxewLw8mk/hKUiO+ELPU/8yTfwM=
115+
github.com/riverqueue/river/riverdriver v0.20.0/go.mod h1:Ln8I/s+aifWlxlXcuwy9Q778j80rQ7rPb0U22XIsvZk=
116+
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.20.0 h1:MA9vVDyFU9MP+ixn+rxQCKbws0jfNs3w11x1rbcIpiY=
117+
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.20.0/go.mod h1:4QjU1lPcN/13YQgQJ7cVvSor9ol6VrtEq6Ew3XbNE9k=
118+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.20.0 h1:liImdeR1dYq/1xELk0ocMNDuhtIOWV7sEf1Wrry4VeM=
119+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.20.0/go.mod h1:eDOVVxR12Q1knhmNzPGnDB0KWtpeXiLbgRGXB6NeSy8=
120+
github.com/riverqueue/river/rivershared v0.20.0 h1:XY7gll4bXraBfZ+DAP35e+S9oWye2Z/08LvtYtvEqzM=
121+
github.com/riverqueue/river/rivershared v0.20.0/go.mod h1:oEI4J0zJj+kpnFrNNFTdnKC8KAzQFFfT7eKtJBOEsiY=
122+
github.com/riverqueue/river/rivertype v0.20.0 h1:qqWys/UVITP+PV1xPhAyQSOWUvYgHY85UscUd12gXvg=
123+
github.com/riverqueue/river/rivertype v0.20.0/go.mod h1:lmdl3vLNDfchDWbYdW2uAocIuwIN+ZaXqAukdSCFqWs=
124124
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
125125
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
126126
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=

0 commit comments

Comments
 (0)