Skip to content

Commit 7c04f01

Browse files
authored
Merge pull request #1035 from Zibbp/dependabot/go_modules/github.com/riverqueue/river/riverdriver/riverpgxv5-0.30.1
build(deps): bump github.com/riverqueue/river/riverdriver/riverpgxv5 from 0.30.0 to 0.30.1
2 parents 77a9705 + f8144cc commit 7c04f01

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/lib/pq v1.10.9
2222
github.com/patrickmn/go-cache v2.1.0+incompatible
2323
github.com/prometheus/client_golang v1.23.2
24-
github.com/riverqueue/river v0.30.1
24+
github.com/riverqueue/river v0.30.2
2525
github.com/riverqueue/river/rivertype v0.30.2
2626
github.com/rs/zerolog v1.34.0
2727
github.com/sethvargo/go-envconfig v1.3.0
@@ -95,8 +95,8 @@ require (
9595
github.com/opencontainers/image-spec v1.1.1 // indirect
9696
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
9797
github.com/riverqueue/apiframe v0.0.0-20251229202423-2b52ce1c482e // indirect
98-
github.com/riverqueue/river/riverdriver v0.30.1 // indirect
99-
github.com/riverqueue/river/rivershared v0.30.1 // indirect
98+
github.com/riverqueue/river/riverdriver v0.30.2 // indirect
99+
github.com/riverqueue/river/rivershared v0.30.2 // indirect
100100
github.com/sanity-io/litter v1.5.5 // indirect
101101
github.com/sergi/go-diff v1.3.1 // indirect
102102
github.com/sirupsen/logrus v1.9.3 // indirect
@@ -156,7 +156,7 @@ require (
156156
github.com/prometheus/client_model v0.6.2 // indirect
157157
github.com/prometheus/common v0.66.1 // indirect
158158
github.com/prometheus/procfs v0.16.1 // indirect
159-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.1
159+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.2
160160
github.com/robfig/cron/v3 v3.0.1
161161
github.com/stretchr/testify v1.11.1
162162
github.com/swaggo/echo-swagger v1.4.1

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -247,14 +247,14 @@ github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzM
247247
github.com/prometheus/procfs v0.16.1/go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is=
248248
github.com/riverqueue/apiframe v0.0.0-20251229202423-2b52ce1c482e h1:OwOgxT3MRpOj5Mp6DhFdZP43FOQOf2hhywAuT5XZCR4=
249249
github.com/riverqueue/apiframe v0.0.0-20251229202423-2b52ce1c482e/go.mod h1:O7UmsAMjpMYuToN4au5GNXdmN1gli+5FTldgXqAfaD0=
250-
github.com/riverqueue/river v0.30.1 h1:lpwmDT3zD+iDtF4tD50e/Y23UHpIeBUffVTDr2khN+s=
251-
github.com/riverqueue/river v0.30.1/go.mod h1:x9tVfiCrbOctSAmaYP00iE5YlO8zh3Y9leFk6wP6aCk=
252-
github.com/riverqueue/river/riverdriver v0.30.1 h1:p04cz/Ald1Js/STZ9qYrY5/TBJgjQeVPFltxidFYBBo=
253-
github.com/riverqueue/river/riverdriver v0.30.1/go.mod h1:WBB9w6LftQtoZgRhNstqhP7MyBKt09XJkzluSNwMMoY=
254-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.1 h1:nEStDftvm2jvGlJLliJR+n24PCJsoc4CgGzuop2Yzig=
255-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.1/go.mod h1:4oSf8jYWZaEwmJ3R5LmOMiGlV9uuvCWOJ3uyBfTwWCc=
256-
github.com/riverqueue/river/rivershared v0.30.1 h1:ytYlTtMppDV2rJRJ2j55mNf9uQDMPFudOmT4le6/9Ig=
257-
github.com/riverqueue/river/rivershared v0.30.1/go.mod h1:PfmUHWkF6/fJ1CpjC4cG8eKciBXgMuIHgcRcIuHMc34=
250+
github.com/riverqueue/river v0.30.2 h1:RtJ3/CBat00Jjtllvy2P7A/QxSH3PRR0ri/B8PxWm1w=
251+
github.com/riverqueue/river v0.30.2/go.mod h1:iPpsnw82MCcwAVhLo42g7eNdb5apT8VZ37Bel2x/Gws=
252+
github.com/riverqueue/river/riverdriver v0.30.2 h1:JUmzh0iGPVpK4H7hugpgmQm2crOI9X4iKsd/9wz3IJk=
253+
github.com/riverqueue/river/riverdriver v0.30.2/go.mod h1:w8DiNtR5uUfpIoNZVq1K7Xv0ER+1GrBK8nIxRFugiqI=
254+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.2 h1:nrz1NOLm9BXzTK96ANYmkiOXgjfD3+nLUbP7CrdSzY0=
255+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.2/go.mod h1:KmZHJvXC1eOXSHxJa3V0JKBI+sSYhhAxkAl7AKRQPXk=
256+
github.com/riverqueue/river/rivershared v0.30.2 h1:LFGWnhFZIXNgooXVRY/+Of6bc9Z6ndZ8kf0A6hUO+8c=
257+
github.com/riverqueue/river/rivershared v0.30.2/go.mod h1:K/DCaSKzbmVcOLC2PmaPycHdc56MMTZjU3LWiNh3yqQ=
258258
github.com/riverqueue/river/rivertype v0.30.2 h1:9VVcrsXEPDFnl6qyOS0PxEoUSo9P5yD1E1HwyTpbXS8=
259259
github.com/riverqueue/river/rivertype v0.30.2/go.mod h1:rWpgI59doOWS6zlVocROcwc00fZ1RbzRwsRTU8CDguw=
260260
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=

0 commit comments

Comments
 (0)