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.
51 lines
2.0 KiB
51 lines
2.0 KiB
module github.com/aldinokemal/go-whatsapp-web-multidevice
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
|
|
github.com/gofiber/fiber/v2 v2.42.0
|
|
github.com/gofiber/template v1.7.5
|
|
github.com/gofiber/websocket/v2 v2.1.4
|
|
github.com/google/uuid v1.3.0
|
|
github.com/h2non/bimg v1.1.9
|
|
github.com/markbates/pkger v0.17.1
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/spf13/cobra v1.6.1
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/valyala/fasthttp v1.44.0
|
|
go.mau.fi/libsignal v0.1.0
|
|
go.mau.fi/whatsmeow v0.0.0-20230204181151-b1f00ea99464
|
|
google.golang.org/protobuf v1.28.1
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.0.0 // 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/fasthttp/websocket v1.5.1 // indirect
|
|
github.com/gobuffalo/here v0.6.7 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/klauspost/compress v1.15.15 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/philhofer/fwd v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
|
github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94 // indirect
|
|
github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/tinylib/msgp v1.1.6 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/crypto v0.5.0 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|