diff options
| author | 2024-08-31 08:41:38 +0000 | |
|---|---|---|
| committer | 2024-08-31 10:41:38 +0200 | |
| commit | 0a1555521d8579b6971f408d298b201c8fd59140 (patch) | |
| tree | d1179eb3c223c2989d1e6cd088e3da7ec3a5980b /vendor/modules.txt | |
| 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 'vendor/modules.txt')
| -rw-r--r-- | vendor/modules.txt | 7 |
1 files changed, 0 insertions, 7 deletions
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 |
