File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import (
1919 "github.com/x1unix/go-playground/pkg/goplay"
2020 "github.com/x1unix/go-playground/pkg/util/cmdutil"
2121 "github.com/x1unix/go-playground/pkg/util/osutil"
22+ _ "go.uber.org/automaxprocs"
2223 "go.uber.org/zap"
2324)
2425
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ require (
3333 github.com/spf13/cobra v1.8.1 // indirect
3434 github.com/spf13/pflag v1.0.5 // indirect
3535 go.uber.org/atomic v1.9.0 // indirect
36+ go.uber.org/automaxprocs v1.6.0 // indirect
3637 go.uber.org/multierr v1.8.0 // indirect
3738 golang.org/x/sys v0.21.0 // indirect
3839 google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1 // indirect
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1
5656go.uber.org/atomic v1.7.0 /go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc =
5757go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE =
5858go.uber.org/atomic v1.9.0 /go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc =
59+ go.uber.org/automaxprocs v1.6.0 h1:O3y2/QNTOdbF+e/dpXNNW7Rx2hZ4sTIPyybbxyNqTUs =
60+ go.uber.org/automaxprocs v1.6.0 /go.mod h1:ifeIMSnPZuznNm6jmdzmU3/bfk01Fe2fotchwEFJ8r8 =
5961go.uber.org/goleak v1.1.11 h1:wy28qYRKZgnJTxGxvye5/wgWr1EKjmUDGYox5mGlRlI =
6062go.uber.org/goleak v1.1.11 /go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ =
6163go.uber.org/mock v0.4.0 h1:VcM4ZOtdbR4f6VXfiOpwpVJDL6lCReaZ6mw31wqh7KU =
You can’t perform that action at this time.
0 commit comments