summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-11-23 19:02:45 +0300
committerGitHub <[email protected]>2021-11-23 19:02:45 +0300
commit6c5e3ab6c01d31caa2d14930c188bae697c5cd48 (patch)
treeb93ba751fdfd343b4f181caa9635f4934e495d59 /go.mod
parentecdcee628744e7371eda50ab6f1d3c7c13e8d7c9 (diff)
parentda6d9b3d535196074345c481323e07ca5d09a8c5 (diff)
[#862]: bug(pool, debug mode): zombie processes when the `pool.debug` mode is usedv2.6.0-beta.1
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index ac92a9f5..1c6db317 100644
--- a/go.mod
+++ b/go.mod
@@ -6,6 +6,7 @@ require (
github.com/google/uuid v1.3.0
github.com/json-iterator/go v1.1.12
github.com/shirou/gopsutil v3.21.10+incompatible
+ // spiral
github.com/spiral/errors v1.0.12
github.com/spiral/goridge/v3 v3.2.3
github.com/spiral/tcplisten v1.0.0
@@ -26,7 +27,7 @@ require (
github.com/tklauser/go-sysconf v0.3.9 // indirect
github.com/tklauser/numcpus v0.3.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
- golang.org/x/sys v0.0.0-20211031064116-611d5d643895 // indirect
+ golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)