Revert "Make GOMAXPROCS CPU limit aware"

I shouldn't have merged this without running the tests.

This libray logs to stderr on init, which is a no go for us.

Re. test failure:

```
[stderr]
2023/05/17 18:21:04 maxprocs: Leaving GOMAXPROCS=2: CPU quota undefined
```
This reverts commit 59050f97f6.
This commit is contained in:
Bjørn Erik Pedersen
2023-05-17 21:01:52 +02:00
parent 59050f97f6
commit 0106cf1a6d
3 changed files with 0 additions and 6 deletions

1
go.mod
View File

@@ -60,7 +60,6 @@ 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