chore: update deps

This commit is contained in:
eneller
2026-05-10 15:24:27 +02:00
parent 34ad906e36
commit fa027ea484
2 changed files with 18 additions and 18 deletions

12
go.mod
View File

@@ -7,7 +7,7 @@ require (
github.com/mattn/go-sqlite3 v1.14.42
github.com/mdp/qrterminal/v3 v3.2.1
github.com/urfave/cli/v3 v3.6.0
go.mau.fi/whatsmeow v0.0.0-20260506100936-a763037b215a
go.mau.fi/whatsmeow v0.0.0-20260506122147-6a7198d94d26
google.golang.org/protobuf v1.36.11
)
@@ -24,12 +24,12 @@ require (
github.com/vektah/gqlparser/v2 v2.5.33 // indirect
go.mau.fi/libsignal v0.2.1 // indirect
go.mau.fi/util v0.9.8 // indirect
golang.org/x/crypto v0.50.0 // indirect
golang.org/x/crypto v0.51.0 // indirect
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect
golang.org/x/net v0.53.0 // indirect
golang.org/x/net v0.54.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/term v0.42.0 // indirect
golang.org/x/text v0.36.0 // indirect
golang.org/x/sys v0.44.0 // indirect
golang.org/x/term v0.43.0 // indirect
golang.org/x/text v0.37.0 // indirect
rsc.io/qr v0.2.0 // indirect
)