diff --git a/backend/go.mod b/backend/go.mod index f2973c8..835fa06 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -28,7 +28,7 @@ require ( github.com/riverqueue/river v0.15.0 github.com/riverqueue/river/riverdriver/riverpgxv5 v0.15.0 github.com/riverqueue/river/rivertype v0.15.0 - github.com/rogeecn/fabfile v1.4.0 + github.com/rogeecn/fabfile v1.5.0 github.com/rogeecn/swag v1.0.1 github.com/samber/lo v1.49.1 github.com/sirupsen/logrus v1.9.3 diff --git a/backend/go.sum b/backend/go.sum index 178934d..9745d74 100644 --- a/backend/go.sum +++ b/backend/go.sum @@ -258,6 +258,8 @@ 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/rogeecn/fabfile v1.4.0 h1:Rw7/7OH8cV4aRPw79Oa4hHHFKaC/ol+sNmGcB/usHaQ= github.com/rogeecn/fabfile v1.4.0/go.mod h1:EPwX7TtVcIWSLJkJAqxSzYjM/aV1Q0wymcaXqnMgzas= +github.com/rogeecn/fabfile v1.5.0 h1:I4yxvNRzsjEKMyq3opc32mmaBlfnZBjBUpjdMRR2zOM= +github.com/rogeecn/fabfile v1.5.0/go.mod h1:EPwX7TtVcIWSLJkJAqxSzYjM/aV1Q0wymcaXqnMgzas= github.com/rogeecn/swag v1.0.1 h1:s1yxLgopqO1m8sqGjVmt6ocMBRubMPIh2JtIPG4xjQE= github.com/rogeecn/swag v1.0.1/go.mod h1:flG2NXERPxlRl2VdpU2VXTO8iBnQiERyowOXSkZVMOc= github.com/rogpeppe/clock v0.0.0-20190514195947-2896927a307a h1:3QH7VyOaaiUHNrA9Se4YQIRkDTCw1EJls9xTUCaCeRM=