summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorBenjamin Elder <bentheelder@google.com>2023-05-18 10:32:49 -0700
committerGitHub <noreply@github.com>2023-05-18 19:32:49 +0200
commit008170c8a9b90e8e5d403ca18d30e8c35ed4f961 (patch)
treecb74b6f9aa99af860c78a4ca5eb8d01fc317d094 /go.mod
parent7c647bcaeba7a08955eb3a66a42cf673404731df (diff)
Make GOMAXPROCS to be CPU limit aware
Fixes #10950
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index d494ee7eb..62eeec641 100644
--- a/go.mod
+++ b/go.mod
@@ -60,6 +60,7 @@ require (
github.com/tdewolff/parse/v2 v2.6.5
github.com/yuin/goldmark v1.5.4
go.uber.org/atomic v1.10.0
+ go.uber.org/automaxprocs v1.5.2
gocloud.dev v0.24.0
golang.org/x/exp v0.0.0-20221031165847-c99f073a8326
golang.org/x/image v0.5.0