forked from MirrorHub/mautrix-whatsapp
e056459ab4
* Matrix stickers are sent as images * WhatsApp stickers were missing the incoming event handler Fixes #124 Fixes #127 Closes #126 Closes #129 Co-authored-by: rafaeltheraven <rafael.dulfer@gmail.com>
22 lines
751 B
Modula-2
22 lines
751 B
Modula-2
module maunium.net/go/mautrix-whatsapp
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/Rhymen/go-whatsapp v0.0.2-0.20190524185555-8d76e32a6d8e
|
|
github.com/chai2010/webp v1.1.0
|
|
github.com/lib/pq v1.1.1
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
maunium.net/go/mauflag v1.0.0
|
|
maunium.net/go/maulogger/v2 v2.0.0
|
|
maunium.net/go/mautrix v0.1.0-alpha.3.0.20191230181907-055c3acd81cd
|
|
maunium.net/go/mautrix-appservice v0.1.0-alpha.3.0.20191230184104-a0aaaf14b728
|
|
)
|
|
|
|
replace (
|
|
github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.0.2-0.20191231181428-a986c510d200
|
|
gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1
|
|
)
|