23 lines
586 B
Modula-2
23 lines
586 B
Modula-2
|
module spow-whatsapp-bridge
|
||
|
|
||
|
go 1.21.3
|
||
|
|
||
|
require (
|
||
|
github.com/mattn/go-sqlite3 v1.14.18
|
||
|
github.com/mdp/qrterminal/v3 v3.2.0
|
||
|
go.mau.fi/whatsmeow v0.0.0-20231104103606-23bd57d939ca
|
||
|
google.golang.org/protobuf v1.31.0
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
filippo.io/edwards25519 v1.0.0 // indirect
|
||
|
github.com/gorilla/websocket v1.5.1 // indirect
|
||
|
go.mau.fi/libsignal v0.1.0 // indirect
|
||
|
go.mau.fi/util v0.2.0 // indirect
|
||
|
golang.org/x/crypto v0.14.0 // indirect
|
||
|
golang.org/x/net v0.17.0 // indirect
|
||
|
golang.org/x/sys v0.14.0 // indirect
|
||
|
golang.org/x/term v0.13.0 // indirect
|
||
|
rsc.io/qr v0.2.0 // indirect
|
||
|
)
|