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
6 changes: 3 additions & 3 deletions riverproui/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.25.7
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/apiframe v0.0.0-20260817233638-c78932f9ac68
github.com/riverqueue/river v0.44.1
github.com/riverqueue/river/riverdriver v0.44.1
github.com/riverqueue/river/rivershared v0.44.1
Expand All @@ -18,7 +18,7 @@ require (
riverqueue.com/riverpro/driver v0.27.1
riverqueue.com/riverpro/driver/riverpropgxv5 v0.27.1
riverqueue.com/riverpro/driver/riverprosqlite v0.27.1
riverqueue.com/riverui v0.17.0
riverqueue.com/riverui v0.18.0
)

require (
Expand Down Expand Up @@ -50,7 +50,7 @@ require (
go.opentelemetry.io/otel/trace v1.29.0 // indirect
go.uber.org/goleak v1.3.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/crypto v0.54.0 // indirect
golang.org/x/crypto v0.55.0 // indirect
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/sys v0.47.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions riverproui/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ github.com/ncruces/go-strftime v1.0.0/go.mod h1:Fwc5htZGVVkseilnfgOVb9mKy6w1naJm
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
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/apiframe v0.0.0-20260817233638-c78932f9ac68 h1:Ogb44HcUITrxC+61EsKNvt7yiHlgFQeP5sx418G0QYg=
github.com/riverqueue/apiframe v0.0.0-20260817233638-c78932f9ac68/go.mod h1:bPlBpuQxWanRYcrZJR/1JHgJ1tgPl7mWaKKgT/oRdac=
github.com/riverqueue/river v0.44.1 h1:RTSmxsfxMA2fWmNP5fjkMBQ89g55o0jZhJdXQkAuNXs=
github.com/riverqueue/river v0.44.1/go.mod h1:IXYp7GIbWfeW1F2q/8USppMRU8zduixLgDc69FpDNHg=
github.com/riverqueue/river/riverdriver v0.44.1 h1:ZDWC5YrWD38eAWPkwIbhNLWDrU+gqy5v7MA6hsFVQmY=
Expand Down Expand Up @@ -94,8 +94,8 @@ go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
golang.org/x/crypto v0.54.0 h1:YLIA59K4fiNzHzjnZt2tUJQjQtUWfWbeHBqKtk3eScw=
golang.org/x/crypto v0.54.0/go.mod h1:KWL8ny2AZdGR2cWmzeHrp2azQPGogOv+HeQaVEXC2dk=
golang.org/x/crypto v0.55.0 h1:+KWHjbgOaAQ66dh/YlkZKHlz9ZUlq61AFirAR9ntP8M=
golang.org/x/crypto v0.55.0/go.mod h1:uq0V9dE/fzQuJtbnL+2EhWOE63vo164FY8xqEnV9xis=
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 h1:kx6Ds3MlpiUHKj7syVnbp57++8WpuKPcR5yjLBjvLEA=
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948/go.mod h1:akd2r19cwCdwSwWeIdzYQGa/EZZyqcOdwWiwj5L5eKQ=
golang.org/x/mod v0.40.0 h1:hUv+3cXcdRHz08UmSiOob7sadHig73uo5bkXxQ/tvUs=
Expand Down Expand Up @@ -156,5 +156,5 @@ riverqueue.com/riverpro/driver/riverpropgxv5 v0.27.1 h1:lQp6Zkztn2Kf0E3ng/oWbqw4
riverqueue.com/riverpro/driver/riverpropgxv5 v0.27.1/go.mod h1:7QgCgfHmpQVekwQ0IXsn1/Zto8cGbD4wdYu9vlbvPKI=
riverqueue.com/riverpro/driver/riverprosqlite v0.27.1 h1:i0wbVijysnzH/kR7/QH7p3qWsgsAbYrwDG79Y7f89gw=
riverqueue.com/riverpro/driver/riverprosqlite v0.27.1/go.mod h1:oeqo26u1SFQDm1GMkb68ge4qbeELH4k6F1iCx4u5Cs0=
riverqueue.com/riverui v0.17.0 h1:iUkQ2zoxrAjqTjk1R5WUK7/PMM/EseTkUgmwYEzsp6E=
riverqueue.com/riverui v0.17.0/go.mod h1:5EsPg9ORURjHkeBkY+SYesppOnh9Nb+3AY+1cFcNKWM=
riverqueue.com/riverui v0.18.0 h1:a7UWNT5c1NF3G4rRudv9GRUNNL6J/co8Wdv7DvJelAk=
riverqueue.com/riverui v0.18.0/go.mod h1:MnmpKieZCfc/IR8oLkAYFzDKrdo0srbThvULgdOh0/s=
Loading