diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -11,8 +11,8 @@ require ( github.com/joho/godotenv v1.5.1 github.com/olekukonko/tablewriter v0.0.5 github.com/roadrunner-server/amqp/v4 v4.8.2 - github.com/roadrunner-server/api/v4 v4.7.1 - github.com/roadrunner-server/app-logger/v4 v4.0.10 + github.com/roadrunner-server/api/v4 v4.8.0 + github.com/roadrunner-server/app-logger/v4 v4.1.0 github.com/roadrunner-server/beanstalk/v4 v4.5.1 github.com/roadrunner-server/boltdb/v4 v4.6.1 github.com/roadrunner-server/centrifuge/v4 v4.3.0 @@ -47,12 +47,12 @@ require ( github.com/roadrunner-server/service/v4 v4.4.1 github.com/roadrunner-server/sqs/v4 v4.5.1 github.com/roadrunner-server/static/v4 v4.1.3 - github.com/roadrunner-server/status/v4 v4.4.0-beta.1 - github.com/roadrunner-server/tcp/v4 v4.2.0-beta.3 + github.com/roadrunner-server/status/v4 v4.4.0 + github.com/roadrunner-server/tcp/v4 v4.2.0 github.com/spf13/cobra v1.7.0 github.com/spf13/viper v1.16.0 github.com/stretchr/testify v1.8.4 - github.com/temporalio/roadrunner-temporal/v4 v4.4.0 + github.com/temporalio/roadrunner-temporal/v4 v4.4.1 go.uber.org/automaxprocs v1.5.3 ) @@ -98,7 +98,7 @@ require ( github.com/google/uuid v1.3.1 // indirect github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect - github.com/grpc-ecosystem/grpc-gateway/v2 v2.17.1 // indirect + github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0 // indirect github.com/hashicorp/hcl v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect |