File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/mattn/go-sqlite3 v1.14.34
1414 github.com/redis/go-redis/v9 v9.18.0
1515 github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
16- go.mau.fi/whatsmeow v0.0.0-20260227183159-ddb6e78053f8
16+ go.mau.fi/whatsmeow v0.0.0-20260306150847-8f48ec56ce6c
1717 go.uber.org/zap v1.27.1
1818 golang.org/x/crypto v0.48.0
1919 google.golang.org/protobuf v1.36.11
@@ -93,4 +93,4 @@ exclude (
9393 github.com/gin-gonic/gin v1.11.0
9494)
9595
96- replace go.mau.fi/whatsmeow => github.com/Whalabs/whatsmeow v0.0.0-20260227183159-ddb6e78053f8
96+ replace go.mau.fi/whatsmeow => github.com/Whalabs/whatsmeow v0.0.0-20260306150847-8f48ec56ce6c
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
22filippo.io/edwards25519 v1.1.0 /go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4 =
33github.com/DATA-DOG/go-sqlmock v1.5.2 h1:OcvFkGmslmlZibjAjaHm3L//6LiuBgolP7OputlJIzU =
44github.com/DATA-DOG/go-sqlmock v1.5.2 /go.mod h1:88MAG/4G7SMwSE3CeA0ZKzrT5CiOU3OJ+JlNzwDqpNU =
5- github.com/Whalabs/whatsmeow v0.0.0-20260227183159-ddb6e78053f8 h1:rCsF8rySpFhPyH+eEt9jTnmhuHf6382lUttdx2BT2ls =
6- github.com/Whalabs/whatsmeow v0.0.0-20260227183159-ddb6e78053f8 /go.mod h1:mXCRFyPEPn4jqWz6Afirn8vY7DpHCPnlKq6I2cWwFHM =
5+ github.com/Whalabs/whatsmeow v0.0.0-20260306150847-8f48ec56ce6c h1:SKQtNG8zoz+cLGdGT9AmRNJNFFuQleCc7US9eLOxF2E =
6+ github.com/Whalabs/whatsmeow v0.0.0-20260306150847-8f48ec56ce6c /go.mod h1:mXCRFyPEPn4jqWz6Afirn8vY7DpHCPnlKq6I2cWwFHM =
77github.com/agnivade/levenshtein v1.2.1 h1:EHBY3UOn1gwdy/VbFwgo4cxecRznFk7fKWN1KOX7eoM =
88github.com/agnivade/levenshtein v1.2.1 /go.mod h1:QVVI16kDrtSuwcpd0p1+xMC6Z/VfhtCyDIjcwga4/DU =
99github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ =
Original file line number Diff line number Diff line change 11package config
22
33// Version is the current version of the API.
4- const Version = "1.0.6 "
4+ const Version = "1.0.11 "
You can’t perform that action at this time.
0 commit comments