diff options
author | Valery Piashchynski <[email protected]> | 2021-06-05 21:28:09 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-06-05 21:28:09 +0300 |
commit | 7995c44d47075cca01c44120e5617d1d90b2a039 (patch) | |
tree | 83f9c35ff54945bd8173d0e7201234d17341007c /go.mod | |
parent | d0ec24066b5fbb4e3accc9c45f72f7c638b35dba (diff) |
- Switch to better gzip middleware (performance)
- Use EXISTS to check of the particular topic exists in the redis
cluster instead of SMEMBERS
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,7 +3,6 @@ module github.com/spiral/roadrunner/v2 go 1.16 require ( - github.com/NYTimes/gziphandler v1.1.1 github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect github.com/alicebob/miniredis/v2 v2.14.5 github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b @@ -17,7 +16,7 @@ require ( github.com/google/flatbuffers v2.0.0+incompatible github.com/google/uuid v1.2.0 github.com/json-iterator/go v1.1.11 - github.com/klauspost/compress v1.12.2 // indirect + github.com/klauspost/compress v1.13.0 // indirect github.com/olekukonko/tablewriter v0.0.5 github.com/prometheus/client_golang v1.10.0 github.com/savsgio/gotils v0.0.0-20210316171653-c54912823645 // indirect |