diff options
author | Valery Piashchynski <[email protected]> | 2022-06-24 10:34:42 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-06-24 10:34:42 +0200 |
commit | 8307b8e50585a470bbff1fc6b022103543080dec (patch) | |
tree | 52d94e56b7acdafc11993b12f6df1c2d24788ebc /go.mod | |
parent | 3996ba6d12f953f808408e276f69dfcf0950e906 (diff) |
deps: update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,8 +49,8 @@ require ( github.com/roadrunner-server/websockets/v2 v2.14.3 github.com/spf13/cobra v1.5.0 github.com/spf13/viper v1.12.0 - github.com/stretchr/testify v1.7.4 - github.com/temporalio/roadrunner-temporal v1.4.7 + github.com/stretchr/testify v1.7.5 + github.com/temporalio/roadrunner-temporal v1.4.8 ) require ( |