diff --git a/go/fiber-postgres/go.mod b/go/fiber-postgres/go.mod index c5ebb172..573c13b6 100644 --- a/go/fiber-postgres/go.mod +++ b/go/fiber-postgres/go.mod @@ -9,8 +9,8 @@ require ( github.com/golang-jwt/jwt/v5 v5.3.0 github.com/jackc/pgx/v5 v5.8.0 github.com/jmoiron/sqlx v1.4.0 - github.com/riverqueue/river v0.30.0 - github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.0 + github.com/riverqueue/river v0.30.1 + github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.1 go.opentelemetry.io/contrib/bridges/otelslog v0.14.0 go.opentelemetry.io/otel v1.39.0 go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.15.0 @@ -44,9 +44,9 @@ require ( github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-runewidth v0.0.19 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/riverqueue/river/riverdriver v0.30.0 // indirect - github.com/riverqueue/river/rivershared v0.30.0 // indirect - github.com/riverqueue/river/rivertype v0.30.0 // indirect + github.com/riverqueue/river/riverdriver v0.30.1 // indirect + github.com/riverqueue/river/rivershared v0.30.1 // indirect + github.com/riverqueue/river/rivertype v0.30.1 // indirect github.com/stretchr/testify v1.11.1 // indirect github.com/tidwall/gjson v1.18.0 // indirect github.com/tidwall/match v1.2.0 // indirect diff --git a/go/fiber-postgres/go.sum b/go/fiber-postgres/go.sum index ccb8b420..6b038580 100644 --- a/go/fiber-postgres/go.sum +++ b/go/fiber-postgres/go.sum @@ -66,16 +66,16 @@ github.com/mattn/go-sqlite3 v1.14.22 h1:2gZY6PC6kBnID23Tichd1K+Z0oS6nE/XwU+Vz/5o github.com/mattn/go-sqlite3 v1.14.22/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/riverqueue/river v0.30.0 h1:+70zIYLi15sVmg/uBIEUvp9p161YJeC8hYkEkTYmvxQ= -github.com/riverqueue/river v0.30.0/go.mod h1:ZFFdNiyWh6KhKHfAfogHVqdwihWVdJo3Qg2zclMWFpQ= -github.com/riverqueue/river/riverdriver v0.30.0 h1:g453fIrkNNJe5ZaiKVtF3WoMVc9PWjhVtUZQL9kHI/Y= -github.com/riverqueue/river/riverdriver v0.30.0/go.mod h1:nAFw8ej7WqT/YkRnlFS3htbgft4KVphYiHkG4M0vXnU= -github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.0 h1:Dpr2xvQ/RaYf16PPstrqpHRXe7dlB2rOYca1sC238hU= -github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.0/go.mod h1:0fpcJrPU3nUKhiyB5TeCBcQ+KR1Q7wRJcKN22n5Vvw4= -github.com/riverqueue/river/rivershared v0.30.0 h1:2fra53meHYezzxwGpmFW7xvrfBiIGDY0cOGXj3WTgv0= -github.com/riverqueue/river/rivershared v0.30.0/go.mod h1:BFSDRaaFKwbslETfY+kgaiJjEooUXQzh+BfYyDGvTbw= -github.com/riverqueue/river/rivertype v0.30.0 h1:Y+haAq7iMUZA1UA39w9ngxrwuZ5onBuYzbW+znpby08= -github.com/riverqueue/river/rivertype v0.30.0/go.mod h1:rWpgI59doOWS6zlVocROcwc00fZ1RbzRwsRTU8CDguw= +github.com/riverqueue/river v0.30.1 h1:lpwmDT3zD+iDtF4tD50e/Y23UHpIeBUffVTDr2khN+s= +github.com/riverqueue/river v0.30.1/go.mod h1:x9tVfiCrbOctSAmaYP00iE5YlO8zh3Y9leFk6wP6aCk= +github.com/riverqueue/river/riverdriver v0.30.1 h1:p04cz/Ald1Js/STZ9qYrY5/TBJgjQeVPFltxidFYBBo= +github.com/riverqueue/river/riverdriver v0.30.1/go.mod h1:WBB9w6LftQtoZgRhNstqhP7MyBKt09XJkzluSNwMMoY= +github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.1 h1:nEStDftvm2jvGlJLliJR+n24PCJsoc4CgGzuop2Yzig= +github.com/riverqueue/river/riverdriver/riverpgxv5 v0.30.1/go.mod h1:4oSf8jYWZaEwmJ3R5LmOMiGlV9uuvCWOJ3uyBfTwWCc= +github.com/riverqueue/river/rivershared v0.30.1 h1:ytYlTtMppDV2rJRJ2j55mNf9uQDMPFudOmT4le6/9Ig= +github.com/riverqueue/river/rivershared v0.30.1/go.mod h1:PfmUHWkF6/fJ1CpjC4cG8eKciBXgMuIHgcRcIuHMc34= +github.com/riverqueue/river/rivertype v0.30.1 h1:jR7M5UlkA7KRxEbII+LOkD9oQMMz60AEdHh2We1APHY= +github.com/riverqueue/river/rivertype v0.30.1/go.mod h1:rWpgI59doOWS6zlVocROcwc00fZ1RbzRwsRTU8CDguw= github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs= github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro= github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=