chore: update deps

This commit is contained in:
eneller
2025-11-16 12:07:55 +01:00
parent 64a154e605
commit 765efd0efb
2 changed files with 21 additions and 21 deletions

14
go.mod
View File

@@ -7,7 +7,7 @@ require (
github.com/mattn/go-sqlite3 v1.14.32
github.com/mdp/qrterminal/v3 v3.2.1
github.com/urfave/cli/v3 v3.5.0
go.mau.fi/whatsmeow v0.0.0-20251106163046-720bd0b4a715
go.mau.fi/whatsmeow v0.0.0-20251116104239-3aca43070cd4
google.golang.org/protobuf v1.36.10
)
@@ -23,12 +23,12 @@ require (
github.com/rs/zerolog v1.34.0 // indirect
github.com/vektah/gqlparser/v2 v2.5.31 // indirect
go.mau.fi/libsignal v0.2.1 // indirect
go.mau.fi/util v0.9.2 // indirect
golang.org/x/crypto v0.43.0 // indirect
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
golang.org/x/net v0.46.0 // indirect
go.mau.fi/util v0.9.3 // indirect
golang.org/x/crypto v0.44.0 // indirect
golang.org/x/exp v0.0.0-20251113190631-e25ba8c21ef6 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/term v0.36.0 // indirect
golang.org/x/text v0.30.0 // indirect
golang.org/x/term v0.37.0 // indirect
golang.org/x/text v0.31.0 // indirect
rsc.io/qr v0.2.0 // indirect
)