22 lines
484 B
Modula-2
22 lines
484 B
Modula-2
module go.mau.fi/whatsmeow
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/rs/zerolog v1.32.0
|
|
go.mau.fi/libsignal v0.1.0
|
|
go.mau.fi/util v0.4.1
|
|
golang.org/x/crypto v0.23.0
|
|
golang.org/x/net v0.25.0
|
|
google.golang.org/protobuf v1.33.0
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.0.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
)
|