diff options
author | Valery Piashchynski <[email protected]> | 2020-11-27 11:19:27 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-27 11:19:27 +0300 |
commit | b5020bfce6b5362400cb9b578fe32c1a6ed5d61a (patch) | |
tree | 902afaca9b225cfe9e3b498b97cc83dec13fcd9a /go.mod | |
parent | 46ae5dcc22d971b0f909bce23ec8fdef26811ed6 (diff) | |
parent | 849a03b8ead6fe8e65ab1a1e5653a57c12502dd1 (diff) |
Merge pull request #416 from spiral/feature/static_pool_triggerv2.0.0-alpha22
Add new pool event: EventNoFreeWorkers
Diffstat (limited to 'go.mod')
-rwxr-xr-x | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ require ( github.com/shirou/gopsutil v3.20.10+incompatible github.com/spf13/viper v1.7.1 github.com/spiral/endure v1.0.0-beta20 - github.com/spiral/errors v1.0.4 + github.com/spiral/errors v1.0.5 github.com/spiral/goridge/v2 v2.4.6 github.com/stretchr/testify v1.6.1 github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a |