From 57acf5cf06a4e98e65c539bb243e0e293a2e62fd Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Tue, 23 Nov 2021 18:31:12 +0300 Subject: Update deps Read process exit status to prevent zombie processes Signed-off-by: Valery Piashchynski --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'go.mod') 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 ) -- cgit v1.2.3