diff options
author | Wim <wim@42.be> | 2019-02-27 00:41:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-27 00:41:50 +0100 |
commit | 26a7e35f2777b8424477eef1838125a6ae55fe48 (patch) | |
tree | d48cfdb02bb7a6d0558413cbad906f2ec59cb3a2 /vendor/modules.txt | |
parent | d44d2a5f0014fda12ce78d35e416dffab6b7c04a (diff) | |
download | matterbridge-msglm-26a7e35f2777b8424477eef1838125a6ae55fe48.tar.gz matterbridge-msglm-26a7e35f2777b8424477eef1838125a6ae55fe48.tar.bz2 matterbridge-msglm-26a7e35f2777b8424477eef1838125a6ae55fe48.zip |
Add MediaConvertWebPToPNG option (telegram). (#741)
* Add MediaConvertWebPToPNG option (telegram).
When enabled matterbridge will convert .webp files to .png files
before uploading them to the mediaserver of the other bridges.
Fixes #398
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 692dde6f..18d1c5c5 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -220,6 +220,11 @@ golang.org/x/crypto/ed25519 golang.org/x/crypto/internal/chacha20 golang.org/x/crypto/hkdf golang.org/x/crypto/ed25519/internal/edwards25519 +# golang.org/x/image v0.0.0-20190220214146-31aff87c08e9 +golang.org/x/image/webp +golang.org/x/image/riff +golang.org/x/image/vp8 +golang.org/x/image/vp8l # golang.org/x/net v0.0.0-20190110200230-915654e7eabc golang.org/x/net/websocket # golang.org/x/sys v0.0.0-20190129075346-302c3dd5f1cc |