2024-10-15 17:59:57 +03:00
|
|
|
module go.mau.fi/mautrix-whatsapp
|
2019-01-11 21:17:31 +02:00
|
|
|
|
2026-02-11 21:36:53 +02:00
|
|
|
go 1.25.0
|
2024-09-13 13:18:36 +03:00
|
|
|
|
2026-07-16 14:15:56 +03:00
|
|
|
toolchain go1.26.5
|
2019-03-14 01:06:06 +02:00
|
|
|
|
2025-11-28 22:03:27 +02:00
|
|
|
tool go.mau.fi/util/cmd/maubuild
|
|
|
|
|
|
2019-01-11 21:17:31 +02:00
|
|
|
require (
|
2026-04-16 16:44:29 +03:00
|
|
|
github.com/lib/pq v1.12.3
|
2026-05-04 17:01:16 +03:00
|
|
|
github.com/rs/zerolog v1.35.1
|
2026-05-16 13:32:45 +03:00
|
|
|
github.com/tidwall/gjson v1.19.0
|
2026-07-16 14:15:56 +03:00
|
|
|
go.mau.fi/util v0.9.11
|
2026-06-16 15:13:03 +03:00
|
|
|
go.mau.fi/webp v0.3.0
|
2026-07-16 14:15:56 +03:00
|
|
|
go.mau.fi/whatsmeow v0.0.0-20260716095330-85d99080dee8
|
|
|
|
|
golang.org/x/image v0.44.0
|
|
|
|
|
golang.org/x/net v0.57.0
|
|
|
|
|
golang.org/x/sync v0.22.0
|
2025-12-15 17:27:17 +02:00
|
|
|
google.golang.org/protobuf v1.36.11
|
2024-09-06 17:41:26 +03:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2026-07-16 14:15:56 +03:00
|
|
|
maunium.net/go/mautrix v0.29.0
|
2019-01-11 21:17:31 +02:00
|
|
|
)
|
2019-05-15 21:49:16 +03:00
|
|
|
|
2021-10-22 20:14:34 +03:00
|
|
|
require (
|
2026-03-06 00:00:21 +02:00
|
|
|
filippo.io/edwards25519 v1.2.0 // indirect
|
2025-09-12 15:15:48 +03:00
|
|
|
github.com/beeper/argo-go v1.1.2 // indirect
|
2026-06-16 15:13:03 +03:00
|
|
|
github.com/coder/websocket v1.8.15 // indirect
|
2026-03-31 19:34:11 +03:00
|
|
|
github.com/coreos/go-systemd/v22 v22.7.0 // indirect
|
2025-09-12 15:15:48 +03:00
|
|
|
github.com/elliotchance/orderedmap/v3 v3.1.0 // indirect
|
2024-03-11 22:27:10 +02:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2024-09-27 16:19:39 +03:00
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
2025-01-23 15:08:05 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
2024-08-13 14:11:10 +03:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2026-07-16 14:15:56 +03:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.48 // indirect
|
|
|
|
|
github.com/petermattis/goid v0.0.0-20260713124913-97594f28f5ca // indirect
|
2024-09-27 16:19:39 +03:00
|
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
2024-09-06 17:41:26 +03:00
|
|
|
github.com/rs/xid v1.6.0 // indirect
|
2024-09-27 16:19:39 +03:00
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
|
2026-01-23 16:49:49 +01:00
|
|
|
github.com/tidwall/match v1.2.0 // indirect
|
2024-08-13 14:11:10 +03:00
|
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
2022-08-22 15:05:43 +03:00
|
|
|
github.com/tidwall/sjson v1.2.5 // indirect
|
2025-09-12 15:15:48 +03:00
|
|
|
github.com/vektah/gqlparser/v2 v2.5.27 // indirect
|
2026-07-16 14:15:56 +03:00
|
|
|
github.com/yuin/goldmark v1.8.4 // indirect
|
2026-05-29 13:24:27 +03:00
|
|
|
go.mau.fi/libsignal v0.2.2 // indirect
|
2025-08-16 14:04:26 +03:00
|
|
|
go.mau.fi/zeroconfig v0.2.0 // indirect
|
2026-07-16 14:15:56 +03:00
|
|
|
golang.org/x/crypto v0.54.0 // indirect
|
|
|
|
|
golang.org/x/exp v0.0.0-20260709172345-9ea1abe57597 // indirect
|
|
|
|
|
golang.org/x/mod v0.38.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.47.0 // indirect
|
|
|
|
|
golang.org/x/text v0.40.0 // indirect
|
2024-09-27 16:19:39 +03:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2023-02-24 14:45:27 +02:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
2022-05-22 01:06:30 +03:00
|
|
|
maunium.net/go/mauflag v1.0.0 // indirect
|
2021-10-22 20:14:34 +03:00
|
|
|
)
|