summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-08-17 09:06:51 +0200
committerValery Piashchynski <[email protected]>2022-08-17 09:06:51 +0200
commite1c8b9864706043e9f40e2cb3f357a1a9b4e7434 (patch)
tree09445bf17a20f6abcf30fa5c83fe5f8f97fd9c13 /go.mod
parente8f03303d8a39697f53cb3c4ad56c0202210d5d5 (diff)
go.mod: update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 2e013e9c..861ab537 100644
--- a/go.mod
+++ b/go.mod
@@ -50,7 +50,7 @@ require (
github.com/spf13/cobra v1.5.0
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.8.0
- github.com/temporalio/roadrunner-temporal v1.5.2
+ github.com/temporalio/roadrunner-temporal v1.5.3
go.buf.build/protocolbuffers/go/roadrunner-server/api v1.3.12
)