diff options
author | Valery Piashchynski <[email protected]> | 2022-02-21 19:16:44 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-02-21 19:16:44 +0300 |
commit | 511e5c72b192a4cd384d4dd48283e801ccfb607f (patch) | |
tree | 568d68e640792b3462eb7d44ac3e4e17e8a27975 /go.mod | |
parent | 6f690001175859149910eadc33f4306ba2e3015d (diff) |
release: v2.8.2
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ require ( github.com/roadrunner-server/boltdb/v2 v2.9.1 github.com/roadrunner-server/broadcast/v2 v2.9.1 github.com/roadrunner-server/cache/v2 v2.9.1 - github.com/roadrunner-server/config/v2 v2.9.1 + github.com/roadrunner-server/config/v2 v2.9.2 github.com/roadrunner-server/endure v1.2.1 github.com/roadrunner-server/errors v1.1.1 github.com/roadrunner-server/fileserver/v2 v2.9.2 @@ -23,7 +23,7 @@ require ( github.com/roadrunner-server/grpc/v2 v2.10.4 github.com/roadrunner-server/gzip/v2 v2.8.2 github.com/roadrunner-server/headers/v2 v2.9.1 - github.com/roadrunner-server/http/v2 v2.10.5 + github.com/roadrunner-server/http/v2 v2.11.0 github.com/roadrunner-server/informer/v2 v2.9.1 github.com/roadrunner-server/jobs/v2 v2.9.1 github.com/roadrunner-server/kv/v2 v2.9.1 |