diff options
author | Valery Piashchynski <[email protected]> | 2022-05-14 17:43:16 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-05-14 17:43:16 +0200 |
commit | 96fdef5d03187ffe24cadd01e5cde026e509470d (patch) | |
tree | 78503e9f5f57ed8b56249d2235560c0b3583c756 | |
parent | 7715c543cd38e37922be5be17bebc1a0ef99dd44 (diff) |
deps: update dependenciesv2.10.0-rc.7
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -50,7 +50,7 @@ require ( github.com/spf13/cobra v1.4.0 github.com/spf13/viper v1.11.0 github.com/stretchr/testify v1.7.1 - github.com/temporalio/roadrunner-temporal v1.4.0-rc.2 + github.com/temporalio/roadrunner-temporal v1.4.0 ) require ( @@ -545,8 +545,8 @@ github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMT github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= -github.com/temporalio/roadrunner-temporal v1.4.0-rc.2 h1:MRqu0VQvtEOHx6X4fKrPCLmbcPK64xbcXGgospmAuhU= -github.com/temporalio/roadrunner-temporal v1.4.0-rc.2/go.mod h1:vzT9h7Wq0fz8McQboWKDAdx3axBBbQRnZMZKFVPaN+8= +github.com/temporalio/roadrunner-temporal v1.4.0 h1:zdHHDGCoBXuVba313wcf/PwAKXQ010tuACreE2wITH8= +github.com/temporalio/roadrunner-temporal v1.4.0/go.mod h1:gZwwP5a4vblZhiIxEn4d9Bsxhm4xCgpizb89zdZXk/s= github.com/tklauser/go-sysconf v0.3.10 h1:IJ1AZGZRWbY8T5Vfk04D9WOA5WSejdflXxP03OUqALw= github.com/tklauser/go-sysconf v0.3.10/go.mod h1:C8XykCvCb+Gn0oNCWPIlcb0RuglQTYaQ2hGm7jmxEFk= github.com/tklauser/numcpus v0.4.0/go.mod h1:1+UI3pD8NW14VMwdgJNJ1ESk2UnwhAnz5hMwiKKqXCQ= |