diff options
author | Valery Piashchynski <[email protected]> | 2023-04-19 22:55:42 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-04-19 22:55:42 +0200 |
commit | 7e961965b6e53efaf3e6a56da2ac06794818d200 (patch) | |
tree | a321e6541e6a1d148ddbd718b9a97ddf8608bc05 /go.mod | |
parent | 3ce7254dc63667e7fcba41b7f6592dec1d610edd (diff) |
fix: update TestCommandWorkingDir
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
@@ -45,7 +45,7 @@ require ( github.com/roadrunner-server/service/v4 v4.1.4 github.com/roadrunner-server/sqs/v4 v4.2.6 github.com/roadrunner-server/static/v4 v4.0.8 - github.com/roadrunner-server/status/v4 v4.1.7 + github.com/roadrunner-server/status/v4 v4.1.8 github.com/roadrunner-server/tcp/v4 v4.0.7 github.com/spf13/cobra v1.7.0 github.com/spf13/viper v1.15.0 @@ -53,14 +53,14 @@ require ( github.com/temporalio/roadrunner-temporal/v4 v4.2.2 go.buf.build/protocolbuffers/go/roadrunner-server/api v1.3.39 go.uber.org/automaxprocs v1.5.2 - golang.org/x/exp v0.0.0-20230418202329-0354be287a23 + golang.org/x/exp v0.0.0-20230419192730-864b3d6c5c2c ) exclude github.com/uber-go/tally/v4 v4.1.7 require ( github.com/andybalholm/brotli v1.0.5 // indirect - github.com/aws/aws-sdk-go v1.44.245 // indirect + github.com/aws/aws-sdk-go v1.44.246 // indirect github.com/aws/aws-sdk-go-v2 v1.17.8 // indirect github.com/aws/aws-sdk-go-v2/config v1.18.21 // indirect github.com/aws/aws-sdk-go-v2/credentials v1.13.20 // indirect |