summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2024-08-31 08:41:38 +0000
committerLibravatar GitHub <noreply@github.com>2024-08-31 10:41:38 +0200
commit0a1555521d8579b6971f408d298b201c8fd59140 (patch)
treed1179eb3c223c2989d1e6cd088e3da7ec3a5980b /go.mod
parent[chore] Close copied request body in SignDelivery (#3254) (diff)
downloadgotosocial-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.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 28c1a4e09..ab82ba8ae 100644
--- a/go.mod
+++ b/go.mod
@@ -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