summaryrefslogtreecommitdiff
path: root/cmd/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-01 11:06:00 +0300
committerGitHub <[email protected]>2021-02-01 11:06:00 +0300
commiteab3138344acfbd9f1c28891db0b04b1bd43135c (patch)
tree36b09b0066f0f794138f42a8c525cf796cd82a64 /cmd/go.mod
parentfe9e7923ccd49fc75c65306810b5982637b06313 (diff)
parent6535c1cab2df8150c8d32ed440a11eb275009d99 (diff)
Merge pull request #516 from spiral/update_temporalv2.0.0-beta.20
fix(activities): Update temporal plugin
Diffstat (limited to 'cmd/go.mod')
-rw-r--r--cmd/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/go.mod b/cmd/go.mod
index fe684677..b6910fd3 100644
--- a/cmd/go.mod
+++ b/cmd/go.mod
@@ -11,7 +11,7 @@ require (
github.com/spiral/errors v1.0.9
github.com/spiral/goridge/v3 v3.0.0
github.com/spiral/roadrunner/v2 v2.0.0-beta19
- github.com/temporalio/roadrunner-temporal v1.0.0-beta2
+ github.com/temporalio/roadrunner-temporal v1.0.0-beta.3
github.com/vbauerster/mpb/v5 v5.4.0
go.uber.org/multierr v1.6.0
)