Bump go.mau.fi/whatsmeow from 20260211 to 20260410 (and go.mau.fi/util v0.9.5 -> v0.9.6). The older whatsmeow build advertised client version 2.3000.1030403648 which WhatsApp now rejects with a 405 (Client Outdated) response, preventing connections entirely. Fixes #106
36 lines
1.2 KiB
Modula-2
36 lines
1.2 KiB
Modula-2
module github.com/steipete/wacli
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.34
|
|
github.com/mdp/qrterminal/v3 v3.2.1
|
|
github.com/spf13/cobra v1.10.2
|
|
go.mau.fi/whatsmeow v0.0.0-20260410162419-b95d92207080
|
|
golang.org/x/term v0.40.0
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/beeper/argo-go v1.1.2 // indirect
|
|
github.com/coder/websocket v1.8.14 // indirect
|
|
github.com/elliotchance/orderedmap/v3 v3.1.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/petermattis/goid v0.0.0-20260113132338-7c7de50cc741 // indirect
|
|
github.com/rs/zerolog v1.34.0 // indirect
|
|
github.com/spf13/pflag v1.0.10 // indirect
|
|
github.com/vektah/gqlparser/v2 v2.5.31 // indirect
|
|
go.mau.fi/libsignal v0.2.1 // indirect
|
|
go.mau.fi/util v0.9.6 // indirect
|
|
golang.org/x/crypto v0.48.0 // indirect
|
|
golang.org/x/exp v0.0.0-20260212183809-81e46e3db34a // indirect
|
|
golang.org/x/net v0.50.0 // indirect
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
golang.org/x/text v0.34.0 // indirect
|
|
rsc.io/qr v0.2.0 // indirect
|
|
)
|