From 0a1555521d8579b6971f408d298b201c8fd59140 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Sat, 31 Aug 2024 08:41:38 +0000 Subject: [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 --- vendor/modules.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'vendor/modules.txt') diff --git a/vendor/modules.txt b/vendor/modules.txt index 612d8a0f7..52a61a714 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -175,9 +175,6 @@ github.com/coreos/go-systemd/v22/dbus # github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc ## explicit github.com/davecgh/go-spew/spew -# github.com/disintegration/imaging v1.6.2 -## explicit -github.com/disintegration/imaging # github.com/docker/go-units v0.5.0 ## explicit github.com/docker/go-units @@ -1095,11 +1092,7 @@ golang.org/x/exp/slog/internal golang.org/x/exp/slog/internal/buffer # golang.org/x/image v0.19.0 ## explicit; go 1.18 -golang.org/x/image/bmp -golang.org/x/image/ccitt golang.org/x/image/riff -golang.org/x/image/tiff -golang.org/x/image/tiff/lzw golang.org/x/image/vp8 golang.org/x/image/vp8l golang.org/x/image/webp -- cgit v1.3