Skip to content

Commit

Permalink
- Update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
  • Loading branch information
rustatian committed Jun 24, 2021
1 parent bb7cc73 commit cc26882
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
CHANGELOG
=========

v1.0.8 (_.05.2021)
-------------------

## 🩹 Fixes:

- 🐛 Fix increase workflow 1-worker pool allocate timeout to 10 days. [BUG](#73)

## 🧹 Updates:

- 📦 Bump RR to 2.3.1

v1.0.6 (12.05.2021)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
// SPIRAL ========
github.com/spiral/endure v1.0.2
github.com/spiral/errors v1.0.11
github.com/spiral/roadrunner/v2 v2.3.0
github.com/spiral/roadrunner/v2 v2.3.1-beta.6
// ===========
github.com/stretchr/testify v1.7.0
go.temporal.io/api v1.4.1-0.20210420220407-6f00f7f98373
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,10 @@ github.com/spiral/endure v1.0.2/go.mod h1:/mnduq57eBKgKCwpuLgUp8Fn/c3h6JgWybG+0h
github.com/spiral/errors v1.0.10/go.mod h1:SwMSZVdZkkJVgXNNafccqOaxWg0XPzVU/dEdUEInE0o=
github.com/spiral/errors v1.0.11 h1:TGG+t3mNouLuRW54Ph7nHo4X3u4WhbxqEQmnIybi7Go=
github.com/spiral/errors v1.0.11/go.mod h1:SwMSZVdZkkJVgXNNafccqOaxWg0XPzVU/dEdUEInE0o=
github.com/spiral/goridge/v3 v3.1.3 h1:mjKLxWBmCN2ZErkA1mTkQAMbYjWQK8cb7DluQA/9wjU=
github.com/spiral/goridge/v3 v3.1.3/go.mod h1:swcWZW7nP+KU9rgyRf6w7CfNDCWRC/vePE2+AKtoqjk=
github.com/spiral/roadrunner/v2 v2.3.0 h1:NvNS52tPqAlXZaWRiWD2z6iOCoK5Mpm8z09DKihfbf0=
github.com/spiral/roadrunner/v2 v2.3.0/go.mod h1:f1ahIE3KEiYfOBZ+imxsaUxCOb7vL7XqitaddvULY60=
github.com/spiral/goridge/v3 v3.1.4 h1:5egVVTfaD1PO4MRgzU0yyog86pAh+JIOk7xhe7BtG40=
github.com/spiral/goridge/v3 v3.1.4/go.mod h1:swcWZW7nP+KU9rgyRf6w7CfNDCWRC/vePE2+AKtoqjk=
github.com/spiral/roadrunner/v2 v2.3.1-beta.6 h1:4psNBUQTprYcROdY8xMqo+YVX92GM28o+3Z7BMW+hCA=
github.com/spiral/roadrunner/v2 v2.3.1-beta.6/go.mod h1:QRF2csDhQA8Qw6tTQKSOWQSjMxKgq7WxfuqQIyH+Egg=
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw=
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw=
github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI=
Expand Down

0 comments on commit cc26882

Please sign in to comment.