diff options
author | Valery Piashchynski <[email protected]> | 2021-01-28 23:21:56 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-28 23:21:56 +0300 |
commit | fe9e7923ccd49fc75c65306810b5982637b06313 (patch) | |
tree | fa925b634b17792cc7a0433480834136c7d0079f /cmd/go.mod | |
parent | c5c1583bcfc66cf6876cc04d0dc57941d86c509a (diff) |
Remove folder with tests, remove codecov.yml
Diffstat (limited to 'cmd/go.mod')
-rw-r--r-- | cmd/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require ( github.com/spiral/endure v1.0.0-beta21 github.com/spiral/errors v1.0.9 github.com/spiral/goridge/v3 v3.0.0 - github.com/spiral/roadrunner/v2 v2.0.0-beta13 + github.com/spiral/roadrunner/v2 v2.0.0-beta19 github.com/temporalio/roadrunner-temporal v1.0.0-beta2 github.com/vbauerster/mpb/v5 v5.4.0 go.uber.org/multierr v1.6.0 |