diff options
author | hacktivista <sir@hacktivista.com> | 2021-11-02 10:15:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 10:15:13 +0000 |
commit | 1ec5b0709b65541c8acee1a34e7f419f8d2b60f1 (patch) | |
tree | b26b2c1a7b20263a6009557234c2c5bbb8c06ea4 /go.mod | |
parent | fbd1a0ab13b330026b3893ee40582fcacbfae376 (diff) |
Support WebP based thumbnails (#2033)
Co-authored-by: Felix Freeman <libsys@hacktivista.org>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ require ( github.com/yggdrasil-network/yggdrasil-go v0.4.1-0.20210715083903-52309d094c00 go.uber.org/atomic v1.9.0 golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 + golang.org/x/image v0.0.0-20211028202545-6944b10bf410 golang.org/x/mobile v0.0.0-20210716004757-34ab1303b554 golang.org/x/net v0.0.0-20210927181540-4e4d966f7476 golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b |