diff options
author | Wim <wim@42.be> | 2022-03-20 02:20:54 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2022-03-20 14:57:48 +0100 |
commit | 496d5b4ec7f5f4afae6199f928675d14d18de015 (patch) | |
tree | 3a649c80a76f0ffc33e6b3a63c0e65e892169cde /vendor/modules.txt | |
parent | 2623a412c42a81104b97ae8c81a5f66760fee4b6 (diff) | |
download | matterbridge-msglm-496d5b4ec7f5f4afae6199f928675d14d18de015.tar.gz matterbridge-msglm-496d5b4ec7f5f4afae6199f928675d14d18de015.tar.bz2 matterbridge-msglm-496d5b4ec7f5f4afae6199f928675d14d18de015.zip |
Add whatsappmulti buildflag for whatsapp with multidevice support (whatsapp)
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 02564492..eb282720 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -5,6 +5,9 @@ filippo.io/edwards25519/field # github.com/42wim/go-gitter v0.0.0-20170828205020-017310c2d557 ## explicit 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 ## explicit github.com/Benau/go_rlottie @@ -26,6 +29,15 @@ github.com/Philipp15b/go-steam/protocol/steamlang github.com/Philipp15b/go-steam/rwu github.com/Philipp15b/go-steam/socialcache github.com/Philipp15b/go-steam/steamid +# github.com/Rhymen/go-whatsapp v0.1.2-0.20211102134409-31a2e740845c +## explicit; go 1.13 +github.com/Rhymen/go-whatsapp +github.com/Rhymen/go-whatsapp/binary +github.com/Rhymen/go-whatsapp/binary/proto +github.com/Rhymen/go-whatsapp/binary/token +github.com/Rhymen/go-whatsapp/crypto/cbc +github.com/Rhymen/go-whatsapp/crypto/curve25519 +github.com/Rhymen/go-whatsapp/crypto/hkdf # github.com/SevereCloud/vksdk/v2 v2.13.1 ## explicit; go 1.16 github.com/SevereCloud/vksdk/v2 @@ -357,6 +369,11 @@ github.com/sirupsen/logrus # github.com/sizeofint/webpanimation v0.0.0-20210809145948-1d2b32119882 ## explicit; go 1.16 github.com/sizeofint/webpanimation +# github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9 +## explicit +github.com/skip2/go-qrcode +github.com/skip2/go-qrcode/bitset +github.com/skip2/go-qrcode/reedsolomon # github.com/slack-go/slack v0.10.2 ## explicit; go 1.16 github.com/slack-go/slack |