2019-01-11 19:17:31 +00:00
|
|
|
module maunium.net/go/mautrix-whatsapp
|
|
|
|
|
2020-03-26 17:57:46 +00:00
|
|
|
go 1.14
|
2019-03-13 23:06:06 +00:00
|
|
|
|
2019-01-11 19:17:31 +00:00
|
|
|
require (
|
2020-03-27 08:27:03 +00:00
|
|
|
github.com/Rhymen/go-whatsapp v0.1.0
|
2020-05-08 19:32:22 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-06-23 20:22:30 +00:00
|
|
|
github.com/lib/pq v1.7.0
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.0
|
|
|
|
github.com/prometheus/client_golang v1.7.0
|
2020-03-26 17:31:56 +00:00
|
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
2020-06-23 20:22:30 +00:00
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
2020-06-08 17:51:24 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2019-01-11 19:17:31 +00:00
|
|
|
maunium.net/go/mauflag v1.0.0
|
2020-03-27 08:27:03 +00:00
|
|
|
maunium.net/go/maulogger/v2 v2.1.1
|
2020-12-27 22:22:40 +00:00
|
|
|
maunium.net/go/mautrix v0.8.0
|
2019-01-11 19:17:31 +00:00
|
|
|
)
|
2019-05-15 18:49:16 +00:00
|
|
|
|
2021-01-22 19:15:35 +00:00
|
|
|
replace github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.3.16
|