Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ require (
github.com/jackc/pgerrcode v0.0.0-20250907135507-afb5586c32a6
github.com/jackc/pgx/v5 v5.10.0
github.com/riverqueue/apiframe v0.0.0-20251229202423-2b52ce1c482e
github.com/riverqueue/river v0.42.1-0.20260803004224-dc39f530d6db
github.com/riverqueue/river/riverdriver v0.42.1-0.20260803004224-dc39f530d6db
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.42.1-0.20260803004224-dc39f530d6db
github.com/riverqueue/river/rivershared v0.42.1-0.20260803004224-dc39f530d6db
github.com/riverqueue/river/rivertype v0.42.1-0.20260803004224-dc39f530d6db
github.com/riverqueue/river v0.43.0
github.com/riverqueue/river/riverdriver v0.43.0
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.43.0
github.com/riverqueue/river/rivershared v0.43.0
github.com/riverqueue/river/rivertype v0.43.0
github.com/rs/cors v1.11.1
github.com/samber/slog-http v1.12.1
github.com/stretchr/testify v1.11.1
Expand Down
20 changes: 10 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/riverqueue/apiframe v0.0.0-20251229202423-2b52ce1c482e h1:OwOgxT3MRpOj5Mp6DhFdZP43FOQOf2hhywAuT5XZCR4=
github.com/riverqueue/apiframe v0.0.0-20251229202423-2b52ce1c482e/go.mod h1:O7UmsAMjpMYuToN4au5GNXdmN1gli+5FTldgXqAfaD0=
github.com/riverqueue/river v0.42.1-0.20260803004224-dc39f530d6db h1:a8TDxboPR2Yyf+k9ifyzlEvGOoYBeKQWu3r1HCKAQh8=
github.com/riverqueue/river v0.42.1-0.20260803004224-dc39f530d6db/go.mod h1:pD+hDP0ZW3SbuTwh0CXDlYQ/M3Q7HDntT3Q4lhfYugY=
github.com/riverqueue/river/riverdriver v0.42.1-0.20260803004224-dc39f530d6db h1:YmnE4JbUsi+XfvhkJD6IAbuiXmc/GB/0RzM7LEFd3SQ=
github.com/riverqueue/river/riverdriver v0.42.1-0.20260803004224-dc39f530d6db/go.mod h1:b2IBlA29E3H233XwgbiJlezdoALSWhetZKt1LlBJEQU=
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.42.1-0.20260803004224-dc39f530d6db h1:1aDHGtTlxeA9f0oE4/MsdGPXX18YaB5ngTDh/tb2eEQ=
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.42.1-0.20260803004224-dc39f530d6db/go.mod h1:x+Yx1dcPLuriu8TqDHpAvZ5YQRJVnh9mxuxlqS0I6HA=
github.com/riverqueue/river/rivershared v0.42.1-0.20260803004224-dc39f530d6db h1:DK/GXyMms5565iH7SSxSQ4I19tNa35cOdUjiqAUap9M=
github.com/riverqueue/river/rivershared v0.42.1-0.20260803004224-dc39f530d6db/go.mod h1:EThAIEr49dlUQFhVLJcQGKoMlnPKOq+UxdMi9jevVsk=
github.com/riverqueue/river/rivertype v0.42.1-0.20260803004224-dc39f530d6db h1:02uJDqbCs41J3IPL9YWdxLabiIpdxWGpt/AfAo+T1d8=
github.com/riverqueue/river/rivertype v0.42.1-0.20260803004224-dc39f530d6db/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
github.com/riverqueue/river v0.43.0 h1:3Dx6D3s6x+LM64UXRNJ79LvHxbE7XHywQUbMJOKEkbg=
github.com/riverqueue/river v0.43.0/go.mod h1:cj0PdXI8jFTyNSAuVsItUhceQPYgRKdWLzBH5COLN4g=
github.com/riverqueue/river/riverdriver v0.43.0 h1:gZOXFrUO4eoltx1aS389qBcMnYu0/vHjwUiLRjhKAd0=
github.com/riverqueue/river/riverdriver v0.43.0/go.mod h1:ovNGHrKy+vhmnv973hNwEiz37d224fENQhS8mNr02eo=
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.43.0 h1:bY54qI+QLzqj/89xgOWmDMxBQjoWOgG6K5G3SS4dYJo=
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.43.0/go.mod h1:4TlYleXF/TcO4k7B5v1T8P/N4cznQBts2Z6/sf/X8zc=
github.com/riverqueue/river/rivershared v0.43.0 h1:MtXJCI1CFE/xs5+f6iijMwLaPufseatwd7PZBgvmb58=
github.com/riverqueue/river/rivershared v0.43.0/go.mod h1:gbL9ne9A8dtJuVzUrYvYxN9xji0UFDCcEbPPmZoi3qM=
github.com/riverqueue/river/rivertype v0.43.0 h1:zArGUikFO22poxU7MvJ4EXT/3OFKzkidyAumJrFepKI=
github.com/riverqueue/river/rivertype v0.43.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
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=
Expand Down
18 changes: 9 additions & 9 deletions riverproui/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ require (
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v5 v5.10.0
github.com/riverqueue/apiframe v0.0.0-20260728015158-808511b9e3ae
github.com/riverqueue/river v0.42.0
github.com/riverqueue/river/riverdriver v0.42.0
github.com/riverqueue/river/rivershared v0.42.0
github.com/riverqueue/river/rivertype v0.42.0
github.com/riverqueue/river v0.43.0
github.com/riverqueue/river/riverdriver v0.43.0
github.com/riverqueue/river/rivershared v0.43.0
github.com/riverqueue/river/rivertype v0.43.0
github.com/stretchr/testify v1.11.1
riverqueue.com/riverpro v0.26.0
riverqueue.com/riverpro/driver v0.26.0
riverqueue.com/riverpro/driver/riverpropgxv5 v0.26.0
riverqueue.com/riverpro v0.26.1
riverqueue.com/riverpro/driver v0.26.1
riverqueue.com/riverpro/driver/riverpropgxv5 v0.26.1
riverqueue.com/riverui v0.17.0
)

Expand All @@ -27,14 +27,14 @@ require (
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.30.3 // indirect
github.com/google/cel-go v0.29.0 // indirect
github.com/google/cel-go v0.30.0 // indirect
github.com/jackc/pgerrcode v0.0.0-20250907135507-afb5586c32a6 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/leodido/go-urn v1.5.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.42.0 // indirect
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.43.0 // indirect
github.com/rs/cors v1.11.1 // indirect
github.com/samber/slog-http v1.12.1 // indirect
github.com/tidwall/gjson v1.19.0 // indirect
Expand Down
36 changes: 18 additions & 18 deletions riverproui/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJn
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
github.com/go-playground/validator/v10 v10.30.3 h1:4MU6YkEwx7GbcPJOZxrtbu+QfF3pJLJuaYTeAH0DYy8=
github.com/go-playground/validator/v10 v10.30.3/go.mod h1:4Axh7oCNGcoGkqLoE4YWt6n20mcEIsPRlB7vPk3lpyc=
github.com/google/cel-go v0.29.0 h1:fEG+Ja3YRwNOqnQxTyJwoByAUAvTuxUGiro/jhrm4F4=
github.com/google/cel-go v0.29.0/go.mod h1:X0bD6iVNR8pkROSOoHVdgTkzmRcosof7WQqCD6wcMc8=
github.com/google/cel-go v0.30.0 h1:ll54AkzKunWkBn9wSoiUXbFZXYZTkdJGNXTBXUoolGo=
github.com/google/cel-go v0.30.0/go.mod h1:X0bD6iVNR8pkROSOoHVdgTkzmRcosof7WQqCD6wcMc8=
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
Expand All @@ -41,16 +41,16 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/riverqueue/apiframe v0.0.0-20260728015158-808511b9e3ae h1:12Jq8pKBhQ2aJ0RNfMPpb5NwBg/Iv5yunBsAxqJULrc=
github.com/riverqueue/apiframe v0.0.0-20260728015158-808511b9e3ae/go.mod h1:Nu+Ehohzsxj7MklMt5WNM8XWHj/EM2EczlQ/CVQBlp8=
github.com/riverqueue/river v0.42.0 h1:WDx0F0loJg41XvkHVyQVr9PUN2p9SPLr2Tx7zs5ONlY=
github.com/riverqueue/river v0.42.0/go.mod h1:pD+hDP0ZW3SbuTwh0CXDlYQ/M3Q7HDntT3Q4lhfYugY=
github.com/riverqueue/river/riverdriver v0.42.0 h1:uf7CcKEtuHN+hPtuQfn5a+L4gvHJ7JlFFH/xNRQHfo4=
github.com/riverqueue/river/riverdriver v0.42.0/go.mod h1:b2IBlA29E3H233XwgbiJlezdoALSWhetZKt1LlBJEQU=
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.42.0 h1:VQ165fd7oV0nBAQfEl52NyrBLWJo8oM7NY3u0z20mn4=
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.42.0/go.mod h1:x+Yx1dcPLuriu8TqDHpAvZ5YQRJVnh9mxuxlqS0I6HA=
github.com/riverqueue/river/rivershared v0.42.0 h1:GZ+EXh3QbcSPUx8FlLcVpkv9MrOf8tMd0365K7AeR3g=
github.com/riverqueue/river/rivershared v0.42.0/go.mod h1:EThAIEr49dlUQFhVLJcQGKoMlnPKOq+UxdMi9jevVsk=
github.com/riverqueue/river/rivertype v0.42.0 h1:K7YEpq4WZFhMXi2b6M1mjLD4WwnJvI15gkVe6FREpTY=
github.com/riverqueue/river/rivertype v0.42.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
github.com/riverqueue/river v0.43.0 h1:3Dx6D3s6x+LM64UXRNJ79LvHxbE7XHywQUbMJOKEkbg=
github.com/riverqueue/river v0.43.0/go.mod h1:cj0PdXI8jFTyNSAuVsItUhceQPYgRKdWLzBH5COLN4g=
github.com/riverqueue/river/riverdriver v0.43.0 h1:gZOXFrUO4eoltx1aS389qBcMnYu0/vHjwUiLRjhKAd0=
github.com/riverqueue/river/riverdriver v0.43.0/go.mod h1:ovNGHrKy+vhmnv973hNwEiz37d224fENQhS8mNr02eo=
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.43.0 h1:bY54qI+QLzqj/89xgOWmDMxBQjoWOgG6K5G3SS4dYJo=
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.43.0/go.mod h1:4TlYleXF/TcO4k7B5v1T8P/N4cznQBts2Z6/sf/X8zc=
github.com/riverqueue/river/rivershared v0.43.0 h1:MtXJCI1CFE/xs5+f6iijMwLaPufseatwd7PZBgvmb58=
github.com/riverqueue/river/rivershared v0.43.0/go.mod h1:gbL9ne9A8dtJuVzUrYvYxN9xji0UFDCcEbPPmZoi3qM=
github.com/riverqueue/river/rivertype v0.43.0 h1:zArGUikFO22poxU7MvJ4EXT/3OFKzkidyAumJrFepKI=
github.com/riverqueue/river/rivertype v0.43.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
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=
Expand Down Expand Up @@ -105,11 +105,11 @@ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EV
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
riverqueue.com/riverpro v0.26.0 h1:wUBy4ymm0X3pdzesrJABpQmBnVNT04Lk3brgZTurc/k=
riverqueue.com/riverpro v0.26.0/go.mod h1:8obj5sFwV0lHx4udSq9X2U1zWXrq4H1ZVWh7K56K5a4=
riverqueue.com/riverpro/driver v0.26.0 h1:GNf7+Ak7vuHANcmrSipylN6IpSgsfrze/PXtg+msTWQ=
riverqueue.com/riverpro/driver v0.26.0/go.mod h1:5NO6W9FmXMq99RadaA0Bv30ArXWrnb4uF8iPRvtO5kA=
riverqueue.com/riverpro/driver/riverpropgxv5 v0.26.0 h1:gxkdYZi/WkAeAZCtP4W1J+7OmDPrYeglt98xPl1x1PA=
riverqueue.com/riverpro/driver/riverpropgxv5 v0.26.0/go.mod h1:gdJystW9yJZKIWhN9yv4gxF7p8FzU68fEFxYbBk6gYg=
riverqueue.com/riverpro v0.26.1 h1:HCrfSRlSQZfIz7+v9amfmiPDB412bf6vmB1K7llUXc0=
riverqueue.com/riverpro v0.26.1/go.mod h1:L/rt7mhtxroKS9l9ep9lN34NFfwRLztxKjJ19qJSOTY=
riverqueue.com/riverpro/driver v0.26.1 h1:t010KoWLFKgJJXDyLQtCKB+bvGy38e5CA3RPQLgC8Xc=
riverqueue.com/riverpro/driver v0.26.1/go.mod h1:ZakYxHE6KwOmH5bgMaQ2/A0PpQEd8fryIn5896PiL0k=
riverqueue.com/riverpro/driver/riverpropgxv5 v0.26.1 h1:2yAFETHRo5ApMAYa0n+3FMl0j8m7Q1FLXS2X5YiZf2c=
riverqueue.com/riverpro/driver/riverpropgxv5 v0.26.1/go.mod h1:vSSADuJu2Bs2rGtPqiJYt+lenlQyTLDslowA74uVJV8=
riverqueue.com/riverui v0.17.0 h1:iUkQ2zoxrAjqTjk1R5WUK7/PMM/EseTkUgmwYEzsp6E=
riverqueue.com/riverui v0.17.0/go.mod h1:5EsPg9ORURjHkeBkY+SYesppOnh9Nb+3AY+1cFcNKWM=
Loading