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.
49 lines
2.0 KiB
49 lines
2.0 KiB
module github.com/dimaskiddo/go-whatsapp-multidevice-rest
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/go-playground/validator/v10 v10.6.1
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/labstack/echo/v4 v4.7.2
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
go.mau.fi/whatsmeow v0.0.0-20220416192948-8b34d886d543
|
|
google.golang.org/protobuf v1.27.1
|
|
modernc.org/sqlite v1.17.0
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
|
|
github.com/go-playground/locales v0.13.0 // indirect
|
|
github.com/go-playground/universal-translator v0.17.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/labstack/gommon v0.3.1 // indirect
|
|
github.com/leodido/go-urn v1.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.11 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.1 // indirect
|
|
go.mau.fi/libsignal v0.0.0-20220315232917-871a40435d3b // indirect
|
|
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
|
|
golang.org/x/mod v0.3.0 // indirect
|
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
|
|
golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
|
|
golang.org/x/tools v0.0.0-20201124115921-2c860bdd6e78 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
lukechampine.com/uint128 v1.1.1 // indirect
|
|
modernc.org/cc/v3 v3.35.26 // indirect
|
|
modernc.org/ccgo/v3 v3.16.2 // indirect
|
|
modernc.org/libc v1.15.0 // indirect
|
|
modernc.org/mathutil v1.4.1 // indirect
|
|
modernc.org/memory v1.0.7 // indirect
|
|
modernc.org/opt v0.1.1 // indirect
|
|
modernc.org/strutil v1.1.1 // indirect
|
|
modernc.org/token v1.0.0 // indirect
|
|
)
|