whatsapp/go.mod

50 lines
1.7 KiB
Modula-2
Raw Normal View History

module go.mau.fi/mautrix-whatsapp
2019-01-11 21:17:31 +02:00
2025-02-12 16:38:06 +02:00
go 1.23.0
2024-09-13 13:18:36 +03:00
2025-02-12 16:38:06 +02:00
toolchain go1.24.0
2019-03-14 01:06:06 +02:00
2019-01-11 21:17:31 +02:00
require (
2023-11-16 23:33:52 +02:00
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
2023-05-06 16:36:16 +03:00
github.com/lib/pq v1.10.9
github.com/rs/zerolog v1.33.0
2025-03-11 14:05:44 +00:00
go.mau.fi/util v0.8.6-0.20250227184636-7ff63b0b9d95
2025-01-27 21:54:00 +02:00
go.mau.fi/webp v0.2.0
go.mau.fi/whatsmeow v0.0.0-20250311112832-01523b1e7109
2025-02-16 17:26:54 +02:00
golang.org/x/image v0.24.0
2025-02-12 16:38:06 +02:00
golang.org/x/net v0.35.0
golang.org/x/sync v0.11.0
google.golang.org/protobuf v1.36.5
2024-09-06 17:41:26 +03:00
gopkg.in/yaml.v3 v3.0.1
2025-03-11 14:05:44 +00:00
maunium.net/go/mautrix v0.23.2-0.20250311105500-a6d948f7c2bb
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 (
2024-07-06 11:19:51 +03:00
filippo.io/edwards25519 v1.1.0 // indirect
2023-04-16 15:30:41 +03:00
github.com/coreos/go-systemd/v22 v22.5.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
2024-10-15 17:53:42 +03:00
github.com/mattn/go-sqlite3 v1.14.24 // indirect
2025-02-16 17:26:54 +02:00
github.com/petermattis/goid v0.0.0-20250211185408-f2b9d978cd7a // 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/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // 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
2024-11-06 13:14:12 +01:00
github.com/yuin/goldmark v1.7.8 // indirect
2025-02-12 16:38:06 +02:00
go.mau.fi/libsignal v0.1.2 // indirect
2024-07-16 11:21:58 +03:00
go.mau.fi/zeroconfig v0.1.3 // indirect
2025-02-12 16:38:06 +02:00
golang.org/x/crypto v0.33.0 // indirect
2025-02-16 17:26:54 +02:00
golang.org/x/exp v0.0.0-20250215185904-eff6e970281f // indirect
2025-02-12 16:38:06 +02:00
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.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
)