mirror of
https://github.com/minio/minio.git
synced 2025-01-12 15:33:22 -05:00
upgrade mqtt library to v1.4.1 (#15366)
mainly to address some connect()/reconnect() packet exhaustion issues, that were found in some deployments.
This commit is contained in:
parent
69bf39f42e
commit
2fddcc6a11
2
go.mod
2
go.mod
@ -20,7 +20,7 @@ require (
|
||||
github.com/djherbis/atime v1.0.0
|
||||
github.com/dswarbrick/smart v0.0.0-20190505152634-909a45200d6d
|
||||
github.com/dustin/go-humanize v1.0.0
|
||||
github.com/eclipse/paho.mqtt.golang v1.3.5
|
||||
github.com/eclipse/paho.mqtt.golang v1.4.1
|
||||
github.com/elastic/go-elasticsearch/v7 v7.17.1
|
||||
github.com/fatih/color v1.13.0
|
||||
github.com/felixge/fgprof v0.9.2
|
||||
|
Loading…
Reference in New Issue
Block a user