diff options
author | Valery Piashchynski <[email protected]> | 2022-09-28 17:56:25 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-09-28 17:56:25 +0200 |
commit | a44d751e00f6eeaf7c3d8c374cfc976391f54c5d (patch) | |
tree | 3176786e9f1b825f2c16e6a183e7d56ff6f74939 /go.mod | |
parent | 50e21af6ac21e0795d4802d3ade8d6b5dae26fa1 (diff) |
feat: add temporal tls configuration
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -50,12 +50,12 @@ require ( github.com/spf13/cobra v1.5.0 github.com/spf13/viper v1.13.0 github.com/stretchr/testify v1.8.0 - github.com/temporalio/roadrunner-temporal v1.6.1 + github.com/temporalio/roadrunner-temporal v1.6.2 go.buf.build/protocolbuffers/go/roadrunner-server/api v1.3.12 ) require ( - github.com/Shopify/sarama v1.36.0 // indirect + github.com/Shopify/sarama v1.37.0 // indirect github.com/andybalholm/brotli v1.0.4 // indirect github.com/armon/go-metrics v0.4.1 // indirect github.com/aws/aws-sdk-go-v2 v1.16.16 // indirect @@ -227,7 +227,7 @@ require ( golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 //indirect golang.org/x/net v0.0.0-20220927171203-f486391704dc // indirect golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7 // indirect - golang.org/x/sys v0.0.0-20220927170352-d9d178bc13c6 // indirect + golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect golang.org/x/text v0.3.7 // indirect golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect golang.org/x/tools v0.1.12 // indirect |