summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-11-23 18:31:12 +0300
committerValery Piashchynski <[email protected]>2021-11-23 18:31:12 +0300
commit57acf5cf06a4e98e65c539bb243e0e293a2e62fd (patch)
treefcbe8f792871f317df209798903fa6bd59988aef /go.mod
parentecdcee628744e7371eda50ab6f1d3c7c13e8d7c9 (diff)
Update deps
Read process exit status to prevent zombie processes Signed-off-by: Valery Piashchynski <[email protected]>
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
)