28 lines
781 B
Modula-2
28 lines
781 B
Modula-2
module git.sangeeth.dev/wa-autoresponder
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
github.com/robfig/cron v1.2.0
|
|
go.mau.fi/whatsmeow v0.0.0-20250326122532-6680c9a6e9a7
|
|
)
|
|
|
|
require rsc.io/qr v0.2.0 // indirect
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.24
|
|
github.com/mdp/qrterminal v1.0.1
|
|
github.com/rs/zerolog v1.33.0 // indirect
|
|
go.mau.fi/libsignal v0.1.2 // indirect
|
|
go.mau.fi/util v0.8.6 // indirect
|
|
golang.org/x/crypto v0.36.0 // indirect
|
|
golang.org/x/net v0.37.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
google.golang.org/protobuf v1.36.5
|
|
)
|