restgolanggowhatsapp-multi-devicewhatsapp-apiwhatsappwhatsapp-web-multi-devicewhatsapp-api-gorest-apigolang-whatsapp-apigolang-whatsappbot
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.
32 lines
1.2 KiB
32 lines
1.2 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.22
|
|
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
|
|
github.com/stretchr/testify v1.7.0
|
|
go.mau.fi/whatsmeow v0.0.0-20220210171358-894bfaa70e7b
|
|
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-20210307081110-f21760c49a8d // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/klauspost/compress v1.14.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // 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-20220210151621-f4118a5b28e2 // indirect
|
|
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|