forked from tulir/whatsmeow
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (26 loc) · 857 Bytes
/
go.mod
File metadata and controls
30 lines (26 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module go.mau.fi/whatsmeow
go 1.25.0
toolchain go1.26.2
require (
github.com/beeper/argo-go v1.1.2
github.com/coder/websocket v1.8.14
github.com/google/uuid v1.6.0
github.com/rs/zerolog v1.35.0
go.mau.fi/libsignal v0.2.1
go.mau.fi/util v0.9.8
golang.org/x/crypto v0.50.0
golang.org/x/net v0.53.0
golang.org/x/sync v0.20.0
google.golang.org/protobuf v1.36.11
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/elliotchance/orderedmap/v3 v3.1.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/petermattis/goid v0.0.0-20260330135022-df67b199bc81 // indirect
github.com/vektah/gqlparser/v2 v2.5.27 // indirect
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/text v0.36.0 // indirect
)