diff options
author | Benau <Benau@users.noreply.github.com> | 2021-08-25 04:32:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-24 22:32:50 +0200 |
commit | 53cafa9f3d0c8be33821fc7338b1da97e91d9cc6 (patch) | |
tree | 964a225219099a1a1c282e27913767da588191b4 /vendor/modules.txt | |
parent | d4195deb3a6305c49c50ff30e8af978c7f1bdd92 (diff) | |
download | matterbridge-msglm-53cafa9f3d0c8be33821fc7338b1da97e91d9cc6.tar.gz matterbridge-msglm-53cafa9f3d0c8be33821fc7338b1da97e91d9cc6.tar.bz2 matterbridge-msglm-53cafa9f3d0c8be33821fc7338b1da97e91d9cc6.zip |
Convert .tgs with go libraries (and cgo) (telegram) (#1569)
This commit adds support for go/cgo tgs conversion when building with the -tags `cgo`
The default binaries are still "pure" go and uses the old way of converting.
* Move lottie_convert.py conversion code to its own file
* Add optional libtgsconverter
* Update vendor
* Apply suggestions from code review
* Update bridge/helper/libtgsconverter.go
Co-authored-by: Wim <wim@42.be>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 45936a01..954bfb20 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -4,6 +4,11 @@ github.com/42wim/go-gitter # github.com/Baozisoftware/qrcode-terminal-go v0.0.0-20170407111555-c0650d8dff0f ## explicit github.com/Baozisoftware/qrcode-terminal-go +# github.com/Benau/go_rlottie v0.0.0-20210807002906-98c1b2421989 +github.com/Benau/go_rlottie +# github.com/Benau/tgsconverter v0.0.0-20210809170556-99f4a4f6337f +## explicit +github.com/Benau/tgsconverter/libtgsconverter # github.com/Jeffail/gabs v1.4.0 ## explicit github.com/Jeffail/gabs @@ -36,6 +41,8 @@ github.com/SevereCloud/vksdk/v2/events github.com/SevereCloud/vksdk/v2/internal github.com/SevereCloud/vksdk/v2/longpoll-bot github.com/SevereCloud/vksdk/v2/object +# github.com/av-elier/go-decimal-to-rational v0.0.0-20191127152832-89e6aad02ecf +github.com/av-elier/go-decimal-to-rational # github.com/blang/semver v3.5.1+incompatible github.com/blang/semver # github.com/d5/tengo/v2 v2.8.0 @@ -111,6 +118,8 @@ github.com/hashicorp/hcl/json/token # github.com/jpillora/backoff v1.0.0 ## explicit github.com/jpillora/backoff +# github.com/kettek/apng v0.0.0-20191108220231-414630eed80f +github.com/kettek/apng # github.com/keybase/go-keybase-chat-bot v0.0.0-20200505163032-5cacf52379da ## explicit github.com/keybase/go-keybase-chat-bot/kbchat @@ -238,6 +247,8 @@ github.com/shazow/ssh-chat/sshd/terminal # github.com/sirupsen/logrus v1.8.1 ## explicit github.com/sirupsen/logrus +# github.com/sizeofint/webpanimation v0.0.0-20210809145948-1d2b32119882 +github.com/sizeofint/webpanimation # github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e ## explicit github.com/skip2/go-qrcode |