diff options
| author | 2024-08-31 08:41:38 +0000 | |
|---|---|---|
| committer | 2024-08-31 10:41:38 +0200 | |
| commit | 0a1555521d8579b6971f408d298b201c8fd59140 (patch) | |
| tree | d1179eb3c223c2989d1e6cd088e3da7ec3a5980b /go.mod | |
| parent | [chore] Close copied request body in SignDelivery (#3254) (diff) | |
| download | gotosocial-0a1555521d8579b6971f408d298b201c8fd59140.tar.xz | |
[performance] use single-threaded image transforms (#3252)
* use single-threaded image resizing in native code so we have more control over goroutines
* implement parallel-free versions of image transform functions also
* remove debug code
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -29,7 +29,6 @@ require ( github.com/KimMachineGun/automemlimit v0.6.1 github.com/buckket/go-blurhash v1.1.0 github.com/coreos/go-oidc/v3 v3.11.0 - github.com/disintegration/imaging v1.6.2 github.com/gin-contrib/cors v1.7.2 github.com/gin-contrib/gzip v1.0.1 github.com/gin-contrib/sessions v1.0.1 |
