diff --git a/go.mod b/go.mod index 6dff510..b501cb3 100644 --- a/go.mod +++ b/go.mod @@ -13,8 +13,8 @@ require ( github.com/labstack/echo/v5 v5.0.0-20230722203903-ec5b858dab61 github.com/pocketbase/dbx v1.10.1 github.com/pocketbase/pocketbase v0.21.1 - github.com/riverqueue/river v0.0.18 - github.com/riverqueue/river/riverdriver/riverpgxv5 v0.0.18 + github.com/riverqueue/river v0.0.25 + github.com/riverqueue/river/riverdriver/riverpgxv5 v0.0.25 ) require ( @@ -72,7 +72,8 @@ require ( github.com/oklog/ulid/v2 v2.1.0 // indirect github.com/pelletier/go-toml v1.9.5 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect - github.com/riverqueue/river/riverdriver v0.0.18 // indirect + github.com/riverqueue/river/riverdriver v0.0.25 // indirect + github.com/riverqueue/river/rivertype v0.0.25 // indirect github.com/rogpeppe/go-internal v1.12.0 // indirect github.com/spf13/cast v1.6.0 // indirect github.com/spf13/cobra v1.8.0 // indirect @@ -84,7 +85,7 @@ require ( golang.org/x/crypto v0.18.0 // indirect golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect golang.org/x/image v0.15.0 // indirect - golang.org/x/mod v0.14.0 // indirect + golang.org/x/mod v0.15.0 // indirect golang.org/x/net v0.20.0 // indirect golang.org/x/oauth2 v0.16.0 // indirect golang.org/x/sync v0.6.0 // indirect diff --git a/go.sum b/go.sum index 0a453a2..7ea9809 100644 --- a/go.sum +++ b/go.sum @@ -223,14 +223,16 @@ github.com/pocketbase/pocketbase v0.21.1/go.mod h1:V3/y5RJFddyN0I+/cmMboKq5Tv3UH github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= 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/river v0.0.18 h1:gjdJ1D1rt6A0M1PL7ku7LGkIYnFykYaD8EhCrQhtFts= -github.com/riverqueue/river v0.0.18/go.mod h1:tXKx1kt/lOUZVewfVcSE/ECw3P47n3jSm9O5bpu31TE= -github.com/riverqueue/river/riverdriver v0.0.18 h1:b1BbEx76Y/MqFU/xS5EK36ylir4syJoOUqplsypMFTo= -github.com/riverqueue/river/riverdriver v0.0.18/go.mod h1:vtgL7tRTSB6rzeVEDppehd/rPx3Is+WBYb17Zj0+KsE= -github.com/riverqueue/river/riverdriver/riverdatabasesql v0.0.18 h1:TKxdKnkgY37YlAwL1N17vo4wtXj/QB+89kDVCgb5w8g= -github.com/riverqueue/river/riverdriver/riverdatabasesql v0.0.18/go.mod h1:RzwA4LjdmzhI+duun5faL1H9Z/XA/39/G4CWCsqwuNQ= -github.com/riverqueue/river/riverdriver/riverpgxv5 v0.0.18 h1:sznBKP1rwwI+nCyK8mN628N/0wfBiprz5G6CKioExhU= -github.com/riverqueue/river/riverdriver/riverpgxv5 v0.0.18/go.mod h1:FsGv83tSw6PQD0MVOaxW+Z13BTsFv7utO1K3+PhvDyk= +github.com/riverqueue/river v0.0.25 h1:4FYmNTxLtysnMIdrModdc3X/hN6+tJk8bsAe0e2mEqA= +github.com/riverqueue/river v0.0.25/go.mod h1:B3wIMU/PDSiAdqmDipXtx8C712bDqshold1HXX9ICAs= +github.com/riverqueue/river/riverdriver v0.0.25 h1:6DC/2aIzNnJsCIMc/tqjhA9RFO5WZVRY70PGfUCmzKk= +github.com/riverqueue/river/riverdriver v0.0.25/go.mod h1:brNUW/C1P7wdWo4heWFRpDP56G4JG1fG3zgfgjen0ZE= +github.com/riverqueue/river/riverdriver/riverdatabasesql v0.0.25 h1:4eHJyU1g7U2d9n6k37onAS0GfF74/tk41P3ablZTA3U= +github.com/riverqueue/river/riverdriver/riverdatabasesql v0.0.25/go.mod h1:OLOaNny1CTSY4QJ/ztSLryMvHaEpKXfAI+J7ef4FPAQ= +github.com/riverqueue/river/riverdriver/riverpgxv5 v0.0.25 h1:poDlUVtMuYHKDifd98G+8uWOI4Y9uPDPfjvK1Ep+4vM= +github.com/riverqueue/river/riverdriver/riverpgxv5 v0.0.25/go.mod h1:79wzXIXJhgffWyXxY1CteLMRRDUKvNWdwX0Grz3KBnU= +github.com/riverqueue/river/rivertype v0.0.25 h1:iyReBD59MUan83gp3geGoHKU5eUrB9J9acziPBOlnRs= +github.com/riverqueue/river/rivertype v0.0.25/go.mod h1:PvsLQ/xSATmmn9gdjB3pnIaj9ZSLmWhDTI4EPrK3AJ0= 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.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= @@ -290,8 +292,8 @@ golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTk golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= -golang.org/x/mod v0.14.0 h1:dGoOF9QVLYng8IHTm7BAyWqCqSheQ5pYWGhzW00YJr0= -golang.org/x/mod v0.14.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/mod v0.15.0 h1:SernR4v+D55NyBH2QiEQrlBAnj1ECL6AGrA5+dPaMY8= +golang.org/x/mod v0.15.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=