Watch
1
0
Fork
You've already forked mautrix-whatsapp
0
mirror of https://github.com/mautrix/whatsapp.git synced 2026-08-22 12:04:55 -04:00
mautrix-whatsapp/go.mod

54 lines
1.9 KiB
Modula-2
Raw Permalink Normal View History

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
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-18 16:55:01 +03:00
go.mau.fi/util v0.9.12-0.20260719092501-f9c03d846391
2026-06-16 15:13:03 +03:00
go.mau.fi/webp v0.3.0
2026-08-05 17:08:20 +03:00
go.mau.fi/whatsmeow v0.0.0-20260805124304-6723e556f35a
2026-07-16 14:15:56 +03:00
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-08-05 17:08:20 +03:00
maunium.net/go/mautrix v0.29.1-0.20260804113340-56938b8a508d
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
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
github.com/elliotchance/orderedmap/v3 v3.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
2024-09-27 16:19:39 +03:00
github.com/kr/pretty v0.3.1 // indirect
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
github.com/tidwall/match v1.2.0 // indirect
2024-08-13 14:11:10 +03:00
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
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
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
maunium.net/go/mauflag v1.0.0 // indirect
2021-10-22 20:14:34 +03:00
)