summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-12-15 01:02:39 +0300
committerGitHub <[email protected]>2021-12-15 01:02:39 +0300
commitff1401e97a9d1f3c059a60acbcae3f4507dcfe03 (patch)
tree7076f4712f9b4dbfb6d3a1bae3f4ba812d92a89d /go.mod
parentf2c79017ae5759256b03ec58b608f298a29e4b96 (diff)
parent1bcb131c1ace6bdb47123cf05e4943ac3c4744c4 (diff)
[#872]: bug(static_pool, debug mode): worker exited immediately after obtaining the response
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index cffbddac..c5547a85 100644
--- a/go.mod
+++ b/go.mod
@@ -26,7 +26,7 @@ require (
github.com/tklauser/numcpus v0.3.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
go.uber.org/atomic v1.9.0 // indirect
- golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
+ golang.org/x/sys v0.0.0-20211214170744-3b038e5940ed // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)