rpc: bump go-netssh package to address goroutine leak on timeouts

This commit is contained in:
Christian Schwarz 2018-05-22 17:30:29 +02:00
parent 181875a89b
commit e6426db8da
2 changed files with 2 additions and 1 deletions

2
Gopkg.lock generated
View File

@ -101,7 +101,7 @@
branch = "master" branch = "master"
name = "github.com/problame/go-netssh" name = "github.com/problame/go-netssh"
packages = ["."] packages = ["."]
revision = "53a2e445f8ace7ec678f2d8cdd9c1428dfef4562" revision = "c56ad38d2c91397ad3c8dd9443d7448e328a9e9e"
[[projects]] [[projects]]
branch = "master" branch = "master"

View File

@ -14,6 +14,7 @@ Developers should consult the git commit log or GitHub issue tracker.
------------------ ------------------
* |feature| :issue:`67`: Expose `Prometheus <https://prometheus.io>`_ metrics via HTTP (:ref:`config docs <monitoring-prometheus>`) * |feature| :issue:`67`: Expose `Prometheus <https://prometheus.io>`_ metrics via HTTP (:ref:`config docs <monitoring-prometheus>`)
* |bugfix| Goroutine leak on ssh transport connection timeouts
0.0.3 0.0.3
----- -----