chore: update deps

This commit is contained in:
eneller
2025-12-12 19:38:52 +01:00
parent b31884d8ab
commit 3e79d8a3a1
2 changed files with 21 additions and 21 deletions

14
go.mod
View File

@@ -7,8 +7,8 @@ require (
github.com/mattn/go-sqlite3 v1.14.32
github.com/mdp/qrterminal/v3 v3.2.1
github.com/urfave/cli/v3 v3.6.0
go.mau.fi/whatsmeow v0.0.0-20251127132918-b9ac3d51d746
google.golang.org/protobuf v1.36.10
go.mau.fi/whatsmeow v0.0.0-20251205211405-fd6170ac96e5
google.golang.org/protobuf v1.36.11
)
require (
@@ -24,11 +24,11 @@ require (
github.com/vektah/gqlparser/v2 v2.5.31 // indirect
go.mau.fi/libsignal v0.2.1 // indirect
go.mau.fi/util v0.9.3 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/crypto v0.46.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.37.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/term v0.38.0 // indirect
golang.org/x/text v0.32.0 // indirect
rsc.io/qr v0.2.0 // indirect
)