whatsapp-multi-devicewhatsapp-apiwhatsapprestgolanggogolang-whatsappbotwhatsapp-web-multi-devicewhatsapp-api-gorest-apigolang-whatsapp-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.
38 lines
1.5 KiB
38 lines
1.5 KiB
module github.com/aldinokemal/go-whatsapp-web-multidevice
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.0
|
|
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/markbates/pkger v0.17.1
|
|
github.com/mattn/go-sqlite3 v1.14.11
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/spf13/cobra v1.4.0
|
|
github.com/stretchr/testify v1.7.0
|
|
go.mau.fi/whatsmeow v0.0.0-20220514092657-a05359d4385a
|
|
google.golang.org/protobuf v1.28.0
|
|
)
|
|
|
|
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/gobuffalo/here v0.6.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/klauspost/compress v1.14.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // 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-20220425070825-c40c839ee6a0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
|
|
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|