diff options
author | Valery Piashchynski <[email protected]> | 2022-08-17 09:06:51 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-08-17 09:06:51 +0200 |
commit | e1c8b9864706043e9f40e2cb3f357a1a9b4e7434 (patch) | |
tree | 09445bf17a20f6abcf30fa5c83fe5f8f97fd9c13 /go.mod | |
parent | e8f03303d8a39697f53cb3c4ad56c0202210d5d5 (diff) |
go.mod: update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |