diff options
author | Valery Piashchynski <[email protected]> | 2022-07-25 00:05:35 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-07-25 00:05:35 +0200 |
commit | 5947786f0734be58303928d5b6bb95a84a1e96f5 (patch) | |
tree | 9550082aa4fa0854107fabc2eca696a1a93e510b /go.mod | |
parent | 261600046335cdfcbafdc26a7091ed0dbee97d97 (diff) |
go.mod: update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ require ( github.com/roadrunner-server/errors v1.1.2 github.com/roadrunner-server/fileserver/v2 v2.13.8 github.com/roadrunner-server/goridge/v3 v3.4.5 - github.com/roadrunner-server/grpc/v2 v2.18.2 + github.com/roadrunner-server/grpc/v2 v2.19.0 github.com/roadrunner-server/gzip/v2 v2.12.5 github.com/roadrunner-server/headers/v2 v2.12.6 github.com/roadrunner-server/http/v2 v2.20.1 |