diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -20,7 +20,7 @@ require ( github.com/roadrunner-server/errors v1.1.1 github.com/roadrunner-server/fileserver/v2 v2.9.0 github.com/roadrunner-server/goridge/v3 v3.3.1 - github.com/roadrunner-server/grpc/v2 v2.9.0 + github.com/roadrunner-server/grpc/v2 v2.10.0 github.com/roadrunner-server/gzip/v2 v2.8.0 github.com/roadrunner-server/headers/v2 v2.9.0 github.com/roadrunner-server/http/v2 v2.9.1 @@ -32,7 +32,7 @@ require ( github.com/roadrunner-server/memory/v2 v2.9.0 github.com/roadrunner-server/metrics/v2 v2.9.0 github.com/roadrunner-server/nats/v2 v2.9.0 - github.com/roadrunner-server/new_relic/v2 v2.9.0 + github.com/roadrunner-server/new_relic/v2 v2.10.0 github.com/roadrunner-server/prometheus/v2 v2.8.0 github.com/roadrunner-server/redis/v2 v2.9.0 github.com/roadrunner-server/reload/v2 v2.9.0 @@ -41,7 +41,7 @@ require ( github.com/roadrunner-server/send/v2 v2.8.0 github.com/roadrunner-server/server/v2 v2.9.2 github.com/roadrunner-server/service/v2 v2.9.0 - github.com/roadrunner-server/sqs/v2 v2.9.0 + github.com/roadrunner-server/sqs/v2 v2.10.0 github.com/roadrunner-server/static/v2 v2.9.0 github.com/roadrunner-server/status/v2 v2.9.0 github.com/roadrunner-server/tcp/v2 v2.9.0 @@ -159,7 +159,7 @@ require ( golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect golang.org/x/tools v0.1.9 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect - google.golang.org/genproto v0.0.0-20220211171837-173942840c17 // indirect + google.golang.org/genproto v0.0.0-20220216160803-4663080d8bc8 // indirect google.golang.org/grpc v1.44.0 // indirect google.golang.org/protobuf v1.27.1 // indirect gopkg.in/ini.v1 v1.66.4 // indirect |