whatsapp-multi-devicewhatsapp-apiwhatsapprestgolanggogolang-whatsapp-apigolang-whatsappbotwhatsapp-web-multi-devicewhatsapp-api-gorest-api
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.0 KiB
28 lines
1.0 KiB
module github.com/aldinokemal/go-whatsapp-web-multidevice
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
|
|
github.com/gofiber/fiber/v2 v2.26.0
|
|
github.com/gofiber/template v1.6.21
|
|
github.com/h2non/bimg v1.1.6
|
|
github.com/mattn/go-sqlite3 v1.14.11
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
go.mau.fi/whatsmeow v0.0.0-20220204210537-a425ddb0b16c
|
|
google.golang.org/protobuf v1.27.1
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/klauspost/compress v1.14.2 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.33.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
go.mau.fi/libsignal v0.0.0-20211109153248-a67163214910 // indirect
|
|
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect
|
|
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
|
|
)
|